SlideShare a Scribd company logo
1 of 10
Formula
• Formulas are equations that perform
  calculations in your worksheet.
• A formula consists of the following:
  Starts with an equal sign
  Functions
  References
  Operators
  Constants
Example 1: =C5 * 3
Example 1: =C5 * SUM(E5:E9)
Functions
• Functions are predefined formula. Functions consist of the
  following:
 Name – Every function is identified by a unique name.
 Arguments – Functions are specific values that a function
  requires. Arguments can be number, text, logical values such
  as TRUE or FALSE, Cell references, constants etc.
 Category – Functions belong to a category. Some of the
  categories are:
   Financial
   Mathematical & trigonometry
   Statistical
   Logical etc…
 Tooltip – are guidelines on how to use a function. They
  appear when a user types in the function name.
Functions
Example:
 Click on formula tab and click on cell D57.
 Type in the following formula
=SUM(D21:D56)
 Click on cell D58 and type in the following formula
=COUNTA(D21:D56)
 Click on cell D59 and type in the following formula
=MAX(D21:D56)
 Click on cell D59 and type in the following formula
=MIN(D21:D56)
 Click on cell D61 and type in the following formula
=AVERAGE(D21:D56)
References
• References are cell address. A cell in Excel is identified by the
  column letter and row number.
  Example: B2




• A worksheet consists of:
    Columns A to XFD
    Rows 1 to 1048576 (one million forty eight thousand five
     hundred and seventy six rows)
References
           To refer to                 Use
All cells in row 5               5:5
All cells in column H            H:H
All cells in row 5 to 7          5:7
All cells in column H and J      H:j
References
• References can be broadly classified into 3 categories:
    Relative references
    Absolute references
    Mixed references
Example:
 Open exercises excel folder
 Click on formula tab
 Copy paste numbers into internet and newspaper column
 Copy paste numbers into TV and magazine column
 Type in following formula in Total column =SUM(F5:G5)
 Copy and paste the formulas to other cells in the column.
This is relative cell referencing.
References
 On cell F2 type in Commission
 On cell G2 type in .08
 Add a new column after the Total column and name it Total +
  Commission
 Type the following formula in cell I5
         =(H5*$G$2)+H5
 Copy the formula to other cells.
This is absolute cell referencing
References
 Using Names in formula
• Names are labels that can be used in Excel. Names are used to
  make it easy for users to refer to cell references.
• Names are managed (created, edited, deleted) using the Name
  Manager.
• Example:
 Click on Advanced formatting tab.
 Select cells E2:E37.
 Click on Formula tab > Defined Names (subgroup) > Click on Name
  Manager icon. A dialog box opens.
 Click on New button. A dialog box opens.
 Type in Radio in the name field and click OK.
 Close dialog box.
 Click on formula worksheet tab.
 Click on cell I18 and type in the following formula =SUM(RADIO)
 Note the formula adds the revenue column from the other sheet.
Operators
• Operators identify the type of operation to be performed.
• Operators can be categorized into four groups:
   Arithmetic Operator :
       +, -, *, / (division), % (percent), ^ (caret)
   Comparison operator
        = , >, < (greater than), >= (greater than or
        equal to), <= (less than or equal to), <> (not
        equal)
   Text Concatenation operator
       & (ampersand)
   Reference operators                        Space

       : (reference operator), , (union), (intersection)
Operators
• Use of comma:                         =SUM(B5:B15,D5:D15)
• Use of intersection operator:         =(B7:D7 C6:C8)
Operator precedence
1)   Brackets
2)   :
3)   Single space
4)   ,
5)   -
6)   %
7)   ^
8)   * and /
9)   + and –
10) &
11) = < > <= >= <>

Compute the following value:      2^4/2-4*3+15

More Related Content

What's hot

GPP Spreadsheets
GPP SpreadsheetsGPP Spreadsheets
GPP Spreadsheetsmrcarty
 
2. mathematical functions in excel
2. mathematical functions in excel2. mathematical functions in excel
2. mathematical functions in excelDr. Prashant Vats
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functionsBuffalo Seminary
 
Using Excel Functions
Using Excel FunctionsUsing Excel Functions
Using Excel FunctionsGautam Gupta
 
Excel IF function
Excel IF functionExcel IF function
Excel IF functionHtay Aung
 
Creating Formulas in Excel
Creating Formulas in ExcelCreating Formulas in Excel
Creating Formulas in ExcelKim Estes
 
Working on MS-Excel 'FORMULA TAB'
Working on MS-Excel 'FORMULA TAB'Working on MS-Excel 'FORMULA TAB'
Working on MS-Excel 'FORMULA TAB'Pranav Kumar
 
Devry bis 155 week 1 quiz data analysis with spreadsheets with lab
Devry bis 155 week 1 quiz data analysis with spreadsheets with labDevry bis 155 week 1 quiz data analysis with spreadsheets with lab
Devry bis 155 week 1 quiz data analysis with spreadsheets with labshyaminfo02
 
Rick Watkins Docs
Rick Watkins DocsRick Watkins Docs
Rick Watkins Docsrickwatkins
 
Errors in ms excel
Errors in ms excelErrors in ms excel
Errors in ms excelNikita Arora
 
Spreadsheets 101
Spreadsheets 101Spreadsheets 101
Spreadsheets 101whita1bd
 
Excel Top 10 formula For The Beginners
Excel Top 10 formula For The BeginnersExcel Top 10 formula For The Beginners
Excel Top 10 formula For The BeginnersStat Analytica
 
MS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsMS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsP. SUNDARI ARUN
 
VLOOKUP HLOOKUP INDEX MATCH
VLOOKUP HLOOKUP INDEX MATCHVLOOKUP HLOOKUP INDEX MATCH
VLOOKUP HLOOKUP INDEX MATCHMridul Bansal
 
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticVLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticMaria Elena Acdol-Talavera
 
How to use vlookup in MS Excel
How to use vlookup in MS ExcelHow to use vlookup in MS Excel
How to use vlookup in MS ExcelJaspal Singh
 

What's hot (20)

GPP Spreadsheets
GPP SpreadsheetsGPP Spreadsheets
GPP Spreadsheets
 
2. mathematical functions in excel
2. mathematical functions in excel2. mathematical functions in excel
2. mathematical functions in excel
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
 
Using Excel Functions
Using Excel FunctionsUsing Excel Functions
Using Excel Functions
 
Excel IF function
Excel IF functionExcel IF function
Excel IF function
 
Mastering Excel Formulas and Functions
Mastering Excel Formulas and FunctionsMastering Excel Formulas and Functions
Mastering Excel Formulas and Functions
 
Creating Formulas in Excel
Creating Formulas in ExcelCreating Formulas in Excel
Creating Formulas in Excel
 
Irahm I
Irahm IIrahm I
Irahm I
 
Working on MS-Excel 'FORMULA TAB'
Working on MS-Excel 'FORMULA TAB'Working on MS-Excel 'FORMULA TAB'
Working on MS-Excel 'FORMULA TAB'
 
Real World Excel Formulas
Real World Excel FormulasReal World Excel Formulas
Real World Excel Formulas
 
Devry bis 155 week 1 quiz data analysis with spreadsheets with lab
Devry bis 155 week 1 quiz data analysis with spreadsheets with labDevry bis 155 week 1 quiz data analysis with spreadsheets with lab
Devry bis 155 week 1 quiz data analysis with spreadsheets with lab
 
Excel formula
Excel formulaExcel formula
Excel formula
 
Rick Watkins Docs
Rick Watkins DocsRick Watkins Docs
Rick Watkins Docs
 
Errors in ms excel
Errors in ms excelErrors in ms excel
Errors in ms excel
 
Spreadsheets 101
Spreadsheets 101Spreadsheets 101
Spreadsheets 101
 
Excel Top 10 formula For The Beginners
Excel Top 10 formula For The BeginnersExcel Top 10 formula For The Beginners
Excel Top 10 formula For The Beginners
 
MS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsMS-Excel Formulas and Functions
MS-Excel Formulas and Functions
 
VLOOKUP HLOOKUP INDEX MATCH
VLOOKUP HLOOKUP INDEX MATCHVLOOKUP HLOOKUP INDEX MATCH
VLOOKUP HLOOKUP INDEX MATCH
 
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticVLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
 
How to use vlookup in MS Excel
How to use vlookup in MS ExcelHow to use vlookup in MS Excel
How to use vlookup in MS Excel
 

Similar to Formula

Libre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsLibre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsSmart Chicago Collaborative
 
Chapter.05
Chapter.05Chapter.05
Chapter.05klivsie
 
use and create spreadsheet.ppt
use and create spreadsheet.pptuse and create spreadsheet.ppt
use and create spreadsheet.pptJaleto Sunkemo
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.pptJosephIThomas
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.pptAllanGuevarra1
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excelmadhuparna bhowmik
 
Excel Lecture Notes.ppt
Excel Lecture Notes.pptExcel Lecture Notes.ppt
Excel Lecture Notes.pptizzat61
 
Excel introduction.ppt
Excel introduction.pptExcel introduction.ppt
Excel introduction.pptBaoAn20
 
Lesson6 (2).ppt
Lesson6 (2).pptLesson6 (2).ppt
Lesson6 (2).pptDLITRMS
 
Beginners_excel_powerpoint_for better understanding
Beginners_excel_powerpoint_for better understandingBeginners_excel_powerpoint_for better understanding
Beginners_excel_powerpoint_for better understandingssuser00ad4e
 

Similar to Formula (20)

Libre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding FunctionsLibre Office Calc Lesson 4: Understanding Functions
Libre Office Calc Lesson 4: Understanding Functions
 
Excle formula
Excle formulaExcle formula
Excle formula
 
042-MIS105-L07.ppt
042-MIS105-L07.ppt042-MIS105-L07.ppt
042-MIS105-L07.ppt
 
Chapter.05
Chapter.05Chapter.05
Chapter.05
 
Chapter.05
Chapter.05Chapter.05
Chapter.05
 
04.formula and fuction
04.formula and fuction04.formula and fuction
04.formula and fuction
 
Office session 10
Office session 10Office session 10
Office session 10
 
use and create spreadsheet.ppt
use and create spreadsheet.pptuse and create spreadsheet.ppt
use and create spreadsheet.ppt
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
 
Lesson
LessonLesson
Lesson
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Lesson6.ppt
Lesson6.pptLesson6.ppt
Lesson6.ppt
 
Lesson6 excel.ppt
Lesson6 excel.pptLesson6 excel.ppt
Lesson6 excel.ppt
 
Excel Lecture Notes.ppt
Excel Lecture Notes.pptExcel Lecture Notes.ppt
Excel Lecture Notes.ppt
 
Lesson6.ppt
Lesson6.pptLesson6.ppt
Lesson6.ppt
 
Excel introduction.ppt
Excel introduction.pptExcel introduction.ppt
Excel introduction.ppt
 
Lesson6 (2).ppt
Lesson6 (2).pptLesson6 (2).ppt
Lesson6 (2).ppt
 
Beginners_excel_powerpoint_for better understanding
Beginners_excel_powerpoint_for better understandingBeginners_excel_powerpoint_for better understanding
Beginners_excel_powerpoint_for better understanding
 
Lesson6 (1).ppt
Lesson6 (1).pptLesson6 (1).ppt
Lesson6 (1).ppt
 

Recently uploaded

Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsApsara Of India
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdfOrient Homes
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Servicediscovermytutordmt
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in managementchhavia330
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...lizamodels9
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Roomdivyansh0kumar0
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechNewman George Leech
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessAggregage
 
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...lizamodels9
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation SlidesKeppelCorporation
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth MarketingShawn Pang
 

Recently uploaded (20)

Cash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call GirlsCash Payment 9602870969 Escort Service in Udaipur Call Girls
Cash Payment 9602870969 Escort Service in Udaipur Call Girls
 
Best Practices for Implementing an External Recruiting Partnership
Best Practices for Implementing an External Recruiting PartnershipBest Practices for Implementing an External Recruiting Partnership
Best Practices for Implementing an External Recruiting Partnership
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdf
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in management
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman Leech
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for Success
 
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
 

Formula

  • 1. Formula • Formulas are equations that perform calculations in your worksheet. • A formula consists of the following: Starts with an equal sign Functions References Operators Constants Example 1: =C5 * 3 Example 1: =C5 * SUM(E5:E9)
  • 2. Functions • Functions are predefined formula. Functions consist of the following:  Name – Every function is identified by a unique name.  Arguments – Functions are specific values that a function requires. Arguments can be number, text, logical values such as TRUE or FALSE, Cell references, constants etc.  Category – Functions belong to a category. Some of the categories are: Financial Mathematical & trigonometry Statistical Logical etc…  Tooltip – are guidelines on how to use a function. They appear when a user types in the function name.
  • 3. Functions Example:  Click on formula tab and click on cell D57.  Type in the following formula =SUM(D21:D56)  Click on cell D58 and type in the following formula =COUNTA(D21:D56)  Click on cell D59 and type in the following formula =MAX(D21:D56)  Click on cell D59 and type in the following formula =MIN(D21:D56)  Click on cell D61 and type in the following formula =AVERAGE(D21:D56)
  • 4. References • References are cell address. A cell in Excel is identified by the column letter and row number. Example: B2 • A worksheet consists of:  Columns A to XFD  Rows 1 to 1048576 (one million forty eight thousand five hundred and seventy six rows)
  • 5. References To refer to Use All cells in row 5 5:5 All cells in column H H:H All cells in row 5 to 7 5:7 All cells in column H and J H:j
  • 6. References • References can be broadly classified into 3 categories:  Relative references  Absolute references  Mixed references Example:  Open exercises excel folder  Click on formula tab  Copy paste numbers into internet and newspaper column  Copy paste numbers into TV and magazine column  Type in following formula in Total column =SUM(F5:G5)  Copy and paste the formulas to other cells in the column. This is relative cell referencing.
  • 7. References  On cell F2 type in Commission  On cell G2 type in .08  Add a new column after the Total column and name it Total + Commission  Type the following formula in cell I5 =(H5*$G$2)+H5  Copy the formula to other cells. This is absolute cell referencing
  • 8. References  Using Names in formula • Names are labels that can be used in Excel. Names are used to make it easy for users to refer to cell references. • Names are managed (created, edited, deleted) using the Name Manager. • Example:  Click on Advanced formatting tab.  Select cells E2:E37.  Click on Formula tab > Defined Names (subgroup) > Click on Name Manager icon. A dialog box opens.  Click on New button. A dialog box opens.  Type in Radio in the name field and click OK.  Close dialog box.  Click on formula worksheet tab.  Click on cell I18 and type in the following formula =SUM(RADIO)  Note the formula adds the revenue column from the other sheet.
  • 9. Operators • Operators identify the type of operation to be performed. • Operators can be categorized into four groups: Arithmetic Operator : +, -, *, / (division), % (percent), ^ (caret) Comparison operator  = , >, < (greater than), >= (greater than or equal to), <= (less than or equal to), <> (not equal) Text Concatenation operator & (ampersand) Reference operators Space : (reference operator), , (union), (intersection)
  • 10. Operators • Use of comma: =SUM(B5:B15,D5:D15) • Use of intersection operator: =(B7:D7 C6:C8) Operator precedence 1) Brackets 2) : 3) Single space 4) , 5) - 6) % 7) ^ 8) * and / 9) + and – 10) & 11) = < > <= >= <> Compute the following value: 2^4/2-4*3+15