SlideShare uma empresa Scribd logo
1 de 38
Tutorial 3:
Working with Formulas
   and Functions

Microsoft Excel 2010
         ®     ®
Visual Overview                      XP




New Perspectives on Microsoft Excel 2010        2
Cell References and Excel Functions   XP




New Perspectives on Microsoft Excel 2010         3
Understanding Cell References                    XP


      • To record and analyze data
         – Enter data in cells in a worksheet
         – Reference the cells with data in formulas
           that perform calculations on that data
      • Types of cell references
         – Relative
         – Absolute
         – Mixed

New Perspectives on Microsoft Excel 2010                    4
Using Relative References                        XP


      • Cell reference as it appears in worksheet (B2)
      • Always interpreted in relation (relative) to the
        location of the cell containing the formula
      • Changes when the formula is copied to
        another group of cells
      • Allows quick generation of row/column totals
        without revising formulas



New Perspectives on Microsoft Excel 2010                    5
Formulas Using a Relative Reference XP




New Perspectives on Microsoft Excel 2010       6
Using Absolute References                       XP

      • Cell reference that remains fixed when the
        formula is copied to a new location
      • Have a $ before each column and row
        designation ($B$2)
      • Enter values in their own cells; reference the
        appropriate cells in formulas in the worksheet
         – Reduces amount of data entry
         – When a data valued is changed, all formulas
           based on that cell are updated to reflect the
           new value
New Perspectives on Microsoft Excel 2010                   7
Formulas Using an Absolute Reference
                                         XP




New Perspectives on Microsoft Excel 2010      8
Using Mixed References                         XP


      • Contain both relative and absolute references
      • “Lock” one part of the cell reference while the
        other part can change
      • Have a $ before either the row or column
        reference ($B2 or B$2)




New Perspectives on Microsoft Excel 2010                  9
Using a Mixed Reference              XP




New Perspectives on Microsoft Excel 2010        10
When to Use Relative, Absolute, and XP
      Mixed References
      • Relative references
         – Repeat same formula with cells in different
           locations
      • Absolute references
         – Different formulas to refer to the same cell
      • Mixed references
         – Seldom used other than when creating tables of
           calculated values
      • Use F4 key to cycle through different types of
        references

New Perspectives on Microsoft Excel 2010                    11
Working with Functions                             XP


      • Quick way to calculate summary data
      • Every function follows a set of rules (syntax)
        that specifies how the function should be
        written
      • General syntax of all Excel functions

      • Square brackets indicate optional arguments



New Perspectives on Microsoft Excel 2010                      12
Excel Function Categories            XP




New Perspectives on Microsoft Excel 2010        13
Excel Functions                      XP




New Perspectives on Microsoft Excel 2010        14
Working with Functions                            XP


      • Advantage of using cell references:
         – Values used in the function are visible to
           users and can be easily edited as needed
      • Functions can also be placed inside another
        function, or nested (must include all
        parentheses)




New Perspectives on Microsoft Excel 2010                     15
Choosing the Right Summary Function
                                        XP

      • AVERAGE function
         – To average sample data
         – Susceptible to extremely large or small values
      • MEDIAN function
         – When data includes a few extremely large or
           extremely small values that have potential to
           skew results
      • MODE function
         – To calculate the most common value in the data


New Perspectives on Microsoft Excel 2010                    16
Inserting a Function                              XP


      • Three possible methods:
         – Select a function from a function category
           in the Function Library
         – Open Insert Function dialog box to search
           for a particular function
         – Type function directly in cells




New Perspectives on Microsoft Excel 2010                     17
Using the Function Library to Insert aXP
      Function
      • When you select a function, the Function
        Arguments dialog box opens, listing all
        arguments associated with that function




New Perspectives on Microsoft Excel 2010           18
Using the Insert Function Dialog Box           XP


      • Organizes all functions by category
      • Includes a search feature for locating
        functions that perform particular calculations




New Perspectives on Microsoft Excel 2010                  19
Typing Functions Directly in Cells               XP


      • Often faster than using Insert Function dialog
        box
      • As you begin to type a function name within a
        formula, a list of functions that begin with the
        letters you typed appears




New Perspectives on Microsoft Excel 2010                    20
Visual Overview                      XP




New Perspectives on Microsoft Excel 2010        21
Autofill and More Functions          XP




New Perspectives on Microsoft Excel 2010        22
Entering Data and Formulas with                XP
      AutoFill
      • Use the fill handle to copy a formula and
        conditional formatting
         – More efficient than two-step process of
           copying and pasting
      • By default, AutoFill copies both content and
        formatting of original range to selected range




New Perspectives on Microsoft Excel 2010                  23
Entering Data and Formulas with      XP
      AutoFill




New Perspectives on Microsoft Excel 2010        24
Entering Data and Formulas with                XP
      AutoFill
      • Use Auto Fill Options button to specify what is
        copied




New Perspectives on Microsoft Excel 2010                  25
Entering Data and Formulas with                 XP
      AutoFill
      • Use AutoFill to create a series of numbers,
        dates, or text based on a pattern




      • Use Series dialog box for more complex
        patterns
New Perspectives on Microsoft Excel 2010                   26
Entering Data and Formulas with      XP
      AutoFill




New Perspectives on Microsoft Excel 2010        27
Entering Data and Formulas with      XP
      AutoFill




New Perspectives on Microsoft Excel 2010        28
Working with Logical Functions                   XP


      • Logical functions
         – Build decision-making capability into a
           formula
         – Work with statements that are either true
           or false
      • Excel supports many different logical
        functions, including the IF function



New Perspectives on Microsoft Excel 2010                    29
Working with Logical Functions                XP


      • Comparison operator
         – Symbol that indicates the relationship
           between two values




New Perspectives on Microsoft Excel 2010                 30
Using the IF Function                                               XP


      • Returns one value if a statement is true and
        returns a different value if that statement is
        false
      • IF          (logical_test, [value_if_true,]   [value_if_false])




New Perspectives on Microsoft Excel 2010                                       31
Working with Date Functions                  XP


      • For scheduling or determining on what days of
        the week certain dates occur




New Perspectives on Microsoft Excel 2010                32
Financial Functions for Loans and    XP
      Interest Payments




New Perspectives on Microsoft Excel 2010        33
Working with Financial Functions XP
      • Cost of a loan to the borrower is largely based
        on three factors:
         – Principal: amount of money being loaned
         – Interest: amount added to the principal by
           the lender
            • Calculated as simple interest or as
              compound interest
         – Time required to pay back the loan


New Perspectives on Microsoft Excel 2010                  34
Using Functions to Manage Personal XP
      Finances
        Function                           Use to determine…
        FV (future value)                  How much an investment will be worth after a series of
                                           monthly payments at some future time
        PMT (payment)                      How much you have to spend each month to repay a
                                           loan or mortgage within a set period of time
        IPMT (interest                     How much of your monthly loan payment is used to pay
        payment)                           the interest
        PPMT (principal                    How much of your monthly loan payment is used for
        payment)                           repaying the principal
        PV (present value) Largest loan or mortgage you can afford given a set
                           monthly payment
        NPER (number of                    How long it will take to pay off a loan with constant
        periods)                           monthly payments

New Perspectives on Microsoft Excel 2010                                                            35
Using the PMT Function               XP




New Perspectives on Microsoft Excel 2010        36
Using the PMT Function               XP




New Perspectives on Microsoft Excel 2010        37
Presenting a Budget                              XP


      • Plan the budget around a few essential goals
      • Pick out a few important measures that can
        convey whether the proposed budget will
        meet your goals
      • Look at your financial history to aid you in
        creating budget projections
      • When explaining the budget, describe the
        results in terms of everyday examples


New Perspectives on Microsoft Excel 2010                    38

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

MS Excel
MS ExcelMS Excel
MS Excel
 
Tutorial 5: Excel Tables, PivotTables, and Pivot Charts
Tutorial 5: Excel Tables, PivotTables, and Pivot ChartsTutorial 5: Excel Tables, PivotTables, and Pivot Charts
Tutorial 5: Excel Tables, PivotTables, and Pivot Charts
 
Excel 2010 Unit B PPT
Excel 2010 Unit B PPTExcel 2010 Unit B PPT
Excel 2010 Unit B PPT
 
2016 ms excel_bm
2016 ms excel_bm2016 ms excel_bm
2016 ms excel_bm
 
Chapter.03
Chapter.03Chapter.03
Chapter.03
 
Chapter.02
Chapter.02Chapter.02
Chapter.02
 
Data Analytics Using MS Excel
Data Analytics Using MS ExcelData Analytics Using MS Excel
Data Analytics Using MS Excel
 
Excel.t03
Excel.t03Excel.t03
Excel.t03
 
Excel 2007 Unit J
Excel 2007 Unit JExcel 2007 Unit J
Excel 2007 Unit J
 
Advanced excel 2010 & 2013 updated Terrabiz
Advanced excel 2010 & 2013 updated TerrabizAdvanced excel 2010 & 2013 updated Terrabiz
Advanced excel 2010 & 2013 updated Terrabiz
 
Management productivity tools1
Management productivity tools1Management productivity tools1
Management productivity tools1
 
Microsoft Excel
Microsoft ExcelMicrosoft Excel
Microsoft Excel
 
Ms Excel 2007 & 2010 Workshop
Ms Excel 2007 & 2010 WorkshopMs Excel 2007 & 2010 Workshop
Ms Excel 2007 & 2010 Workshop
 
Quicktip excel
Quicktip excelQuicktip excel
Quicktip excel
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
 
Excel Training
Excel TrainingExcel Training
Excel Training
 
Excel Crash Course
Excel Crash CourseExcel Crash Course
Excel Crash Course
 
Microsoft Excel 2016 Basics Course contents
Microsoft Excel 2016 Basics Course contentsMicrosoft Excel 2016 Basics Course contents
Microsoft Excel 2016 Basics Course contents
 
Excel training by rajesh p
Excel training by rajesh pExcel training by rajesh p
Excel training by rajesh p
 
Excel.t02
Excel.t02Excel.t02
Excel.t02
 

Semelhante a Tutorial 3 Working with Formulas and Functions

Semelhante a Tutorial 3 Working with Formulas and Functions (20)

Excel.03
Excel.03Excel.03
Excel.03
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
 
Excel formulas
Excel formulasExcel formulas
Excel formulas
 
Valuable_Shortcut.ppt
Valuable_Shortcut.pptValuable_Shortcut.ppt
Valuable_Shortcut.ppt
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
 
10Excel.03 (1).ppt
10Excel.03 (1).ppt10Excel.03 (1).ppt
10Excel.03 (1).ppt
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
 
Tutorial Excel: Working with Formulas and Functions
Tutorial Excel: Working with Formulas and FunctionsTutorial Excel: Working with Formulas and Functions
Tutorial Excel: Working with Formulas and Functions
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
 
Excel.t01
Excel.t01Excel.t01
Excel.t01
 
Excel.t01
Excel.t01Excel.t01
Excel.t01
 
Excel2010 05-130206153751-phpapp01
Excel2010 05-130206153751-phpapp01Excel2010 05-130206153751-phpapp01
Excel2010 05-130206153751-phpapp01
 
Chapter.04
Chapter.04Chapter.04
Chapter.04
 
Defining Table Relationships
Defining Table RelationshipsDefining Table Relationships
Defining Table Relationships
 
Excel lesson 5
Excel lesson 5Excel lesson 5
Excel lesson 5
 
Excel 2010 Unit A PPT
Excel 2010 Unit A PPTExcel 2010 Unit A PPT
Excel 2010 Unit A PPT
 
Excel 2007 Unit E
Excel 2007 Unit EExcel 2007 Unit E
Excel 2007 Unit E
 
Excel 2007 Unit B
Excel 2007 Unit BExcel 2007 Unit B
Excel 2007 Unit B
 
Excel 2010.01 edited
Excel 2010.01 editedExcel 2010.01 edited
Excel 2010.01 edited
 

Último

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 

Último (20)

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 

Tutorial 3 Working with Formulas and Functions

  • 1. Tutorial 3: Working with Formulas and Functions Microsoft Excel 2010 ® ®
  • 2. Visual Overview XP New Perspectives on Microsoft Excel 2010 2
  • 3. Cell References and Excel Functions XP New Perspectives on Microsoft Excel 2010 3
  • 4. Understanding Cell References XP • To record and analyze data – Enter data in cells in a worksheet – Reference the cells with data in formulas that perform calculations on that data • Types of cell references – Relative – Absolute – Mixed New Perspectives on Microsoft Excel 2010 4
  • 5. Using Relative References XP • Cell reference as it appears in worksheet (B2) • Always interpreted in relation (relative) to the location of the cell containing the formula • Changes when the formula is copied to another group of cells • Allows quick generation of row/column totals without revising formulas New Perspectives on Microsoft Excel 2010 5
  • 6. Formulas Using a Relative Reference XP New Perspectives on Microsoft Excel 2010 6
  • 7. Using Absolute References XP • Cell reference that remains fixed when the formula is copied to a new location • Have a $ before each column and row designation ($B$2) • Enter values in their own cells; reference the appropriate cells in formulas in the worksheet – Reduces amount of data entry – When a data valued is changed, all formulas based on that cell are updated to reflect the new value New Perspectives on Microsoft Excel 2010 7
  • 8. Formulas Using an Absolute Reference XP New Perspectives on Microsoft Excel 2010 8
  • 9. Using Mixed References XP • Contain both relative and absolute references • “Lock” one part of the cell reference while the other part can change • Have a $ before either the row or column reference ($B2 or B$2) New Perspectives on Microsoft Excel 2010 9
  • 10. Using a Mixed Reference XP New Perspectives on Microsoft Excel 2010 10
  • 11. When to Use Relative, Absolute, and XP Mixed References • Relative references – Repeat same formula with cells in different locations • Absolute references – Different formulas to refer to the same cell • Mixed references – Seldom used other than when creating tables of calculated values • Use F4 key to cycle through different types of references New Perspectives on Microsoft Excel 2010 11
  • 12. Working with Functions XP • Quick way to calculate summary data • Every function follows a set of rules (syntax) that specifies how the function should be written • General syntax of all Excel functions • Square brackets indicate optional arguments New Perspectives on Microsoft Excel 2010 12
  • 13. Excel Function Categories XP New Perspectives on Microsoft Excel 2010 13
  • 14. Excel Functions XP New Perspectives on Microsoft Excel 2010 14
  • 15. Working with Functions XP • Advantage of using cell references: – Values used in the function are visible to users and can be easily edited as needed • Functions can also be placed inside another function, or nested (must include all parentheses) New Perspectives on Microsoft Excel 2010 15
  • 16. Choosing the Right Summary Function XP • AVERAGE function – To average sample data – Susceptible to extremely large or small values • MEDIAN function – When data includes a few extremely large or extremely small values that have potential to skew results • MODE function – To calculate the most common value in the data New Perspectives on Microsoft Excel 2010 16
  • 17. Inserting a Function XP • Three possible methods: – Select a function from a function category in the Function Library – Open Insert Function dialog box to search for a particular function – Type function directly in cells New Perspectives on Microsoft Excel 2010 17
  • 18. Using the Function Library to Insert aXP Function • When you select a function, the Function Arguments dialog box opens, listing all arguments associated with that function New Perspectives on Microsoft Excel 2010 18
  • 19. Using the Insert Function Dialog Box XP • Organizes all functions by category • Includes a search feature for locating functions that perform particular calculations New Perspectives on Microsoft Excel 2010 19
  • 20. Typing Functions Directly in Cells XP • Often faster than using Insert Function dialog box • As you begin to type a function name within a formula, a list of functions that begin with the letters you typed appears New Perspectives on Microsoft Excel 2010 20
  • 21. Visual Overview XP New Perspectives on Microsoft Excel 2010 21
  • 22. Autofill and More Functions XP New Perspectives on Microsoft Excel 2010 22
  • 23. Entering Data and Formulas with XP AutoFill • Use the fill handle to copy a formula and conditional formatting – More efficient than two-step process of copying and pasting • By default, AutoFill copies both content and formatting of original range to selected range New Perspectives on Microsoft Excel 2010 23
  • 24. Entering Data and Formulas with XP AutoFill New Perspectives on Microsoft Excel 2010 24
  • 25. Entering Data and Formulas with XP AutoFill • Use Auto Fill Options button to specify what is copied New Perspectives on Microsoft Excel 2010 25
  • 26. Entering Data and Formulas with XP AutoFill • Use AutoFill to create a series of numbers, dates, or text based on a pattern • Use Series dialog box for more complex patterns New Perspectives on Microsoft Excel 2010 26
  • 27. Entering Data and Formulas with XP AutoFill New Perspectives on Microsoft Excel 2010 27
  • 28. Entering Data and Formulas with XP AutoFill New Perspectives on Microsoft Excel 2010 28
  • 29. Working with Logical Functions XP • Logical functions – Build decision-making capability into a formula – Work with statements that are either true or false • Excel supports many different logical functions, including the IF function New Perspectives on Microsoft Excel 2010 29
  • 30. Working with Logical Functions XP • Comparison operator – Symbol that indicates the relationship between two values New Perspectives on Microsoft Excel 2010 30
  • 31. Using the IF Function XP • Returns one value if a statement is true and returns a different value if that statement is false • IF (logical_test, [value_if_true,] [value_if_false]) New Perspectives on Microsoft Excel 2010 31
  • 32. Working with Date Functions XP • For scheduling or determining on what days of the week certain dates occur New Perspectives on Microsoft Excel 2010 32
  • 33. Financial Functions for Loans and XP Interest Payments New Perspectives on Microsoft Excel 2010 33
  • 34. Working with Financial Functions XP • Cost of a loan to the borrower is largely based on three factors: – Principal: amount of money being loaned – Interest: amount added to the principal by the lender • Calculated as simple interest or as compound interest – Time required to pay back the loan New Perspectives on Microsoft Excel 2010 34
  • 35. Using Functions to Manage Personal XP Finances Function Use to determine… FV (future value) How much an investment will be worth after a series of monthly payments at some future time PMT (payment) How much you have to spend each month to repay a loan or mortgage within a set period of time IPMT (interest How much of your monthly loan payment is used to pay payment) the interest PPMT (principal How much of your monthly loan payment is used for payment) repaying the principal PV (present value) Largest loan or mortgage you can afford given a set monthly payment NPER (number of How long it will take to pay off a loan with constant periods) monthly payments New Perspectives on Microsoft Excel 2010 35
  • 36. Using the PMT Function XP New Perspectives on Microsoft Excel 2010 36
  • 37. Using the PMT Function XP New Perspectives on Microsoft Excel 2010 37
  • 38. Presenting a Budget XP • Plan the budget around a few essential goals • Pick out a few important measures that can convey whether the proposed budget will meet your goals • Look at your financial history to aid you in creating budget projections • When explaining the budget, describe the results in terms of everyday examples New Perspectives on Microsoft Excel 2010 38