SlideShare ist ein Scribd-Unternehmen logo
1 von 47
Tutorial 7:
Using Advanced Functions and
   Conditional Formatting

  Microsoft Excel 2010
            ®      ®
Visual Overview                      XP




New Perspectives on Microsoft Excel 2010        2
Logical Functions                    XP




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


      • Logical functions (IF, AND, and OR) determine
        whether a condition is true or false
      • Conditions use a comparison operator
        (<, <=, =, <>, >, or >=) to compare two values
      • Combine two or more functions in one
        formula to create more complex conditions




New Perspectives on Microsoft Excel 2010                  4
Inserting Calculated Columns in an                      XP
      Excel Table
      • Entering a formula in one cell of a column
        automatically copies the formula to all cells in that
        column
      • To modify the formula in a calculated column:
         – Edit the formula in any cell in the column
         – Formulas in all cells in the column are modified
      • To edit only one cell in a calculated column:
         – Enter a value or a formula that is different from all
           others in that column


New Perspectives on Microsoft Excel 2010                           5
Creating Excel Table Fields                         XP


      • Create fields that require the least
        maintenance
      • Store smallest unit of data possible in a field
      • Apply a text format to fields with numerical
        text data




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


      • A logical function that evaluates a single
        condition and results in only one value
      • Returns one value if the condition is true and
        another value if the condition is false
      • Syntax:




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




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




New Perspectives on Microsoft Excel 2010        9
Using the AND Function                          XP


      • A logical function that tests two or more
        conditions (up to 255) and determines
        whether all conditions are true
      • Returns the value TRUE if all logical conditions
        are true and the value FALSE if any or all
        logical conditions are false
      • Syntax:



New Perspectives on Microsoft Excel 2010                   10
Using the AND Function               XP




New Perspectives on Microsoft Excel 2010        11
Using the AND Function               XP




New Perspectives on Microsoft Excel 2010        12
Using the AND Function               XP




New Perspectives on Microsoft Excel 2010        13
Using the OR Function                           XP


      • A logical function that returns a TRUE value if
        any of the logical conditions (up to 255) are
        true and a FALSE value if all the logical
        conditions are false
      • Syntax:




New Perspectives on Microsoft Excel 2010                   14
Using the OR Function                XP




New Perspectives on Microsoft Excel 2010        15
Using Structured References to Create
                                          XP
      Formulas in Excel Tables
      • Replace specific cell or range address with the
        actual table name or column header
         – Names or headers are simpler to identify
           than cell addresses
      • A formula that includes a structured reference
        can be fully qualified or unqualified




New Perspectives on Microsoft Excel 2010                  16
Using Structured References to Create
                                          XP
      Formulas in Excel Tables




New Perspectives on Microsoft Excel 2010       17
Visual Overview                      XP




New Perspectives on Microsoft Excel 2010        18
Nested IFs and Lookup Tables         XP




New Perspectives on Microsoft Excel 2010        19
Creating Nested IFs                             XP


      • To allow for three or more outcomes
      • One IF function is placed inside another IF
        function to test an additional condition
      • More than one IF function can be nested




New Perspectives on Microsoft Excel 2010                   20
Creating Nested IFs                  XP




New Perspectives on Microsoft Excel 2010        21
Creating Nested IFs                  XP




New Perspectives on Microsoft Excel 2010        22
Using Lookup Tables and Functions
                                      XP


      • Lookup functions
         – Allow you to use tables of data to “look up”
           values and insert them in another
           worksheet location
      • Lookup tables
         – Store data and organize it into categories
           (compare values)
         – Can be constructed as either exact match or
           approximate match lookups
New Perspectives on Microsoft Excel 2010                  23
Using Lookup Tables and Functions
                                      XP


      • Lookup values (value you are trying to find)
         – Need to match one of the compare values
         – Can be used as part of a formula




New Perspectives on Microsoft Excel 2010               24
Using the VLookup Function to Find               XP
      an Exact Match
      • Searches a lookup table and, based on what
        you entered, retrieves the appropriate value
        from that table
      • Searches vertically down the first column of
        the lookup table
      • Syntax:




New Perspectives on Microsoft Excel 2010                    25
Using the VLookup Function to Find   XP
      an Exact Match




New Perspectives on Microsoft Excel 2010        26
Using the VLOOKUP Function to Find XP
      an Approximate Match
      • Returns a value based on an approximate
        match lookup
      • Searches the first column of the table until it
        locates the largest value that is less than the
        lookup value
      • Then moves across the row in the table to
        retrieve the corresponding value



New Perspectives on Microsoft Excel 2010                  27
Using the VLOOKUP Function to Find XP
      an Approximate Match




New Perspectives on Microsoft Excel 2010      28
Looking Up Values Using the                   XP
      HLOOKUP Function
      • Searches horizontally across top row of
        lookup table and retrieves the value in the
        column you specify
      • Use when comparison values are located in
        the first row of the lookup table and you want
        to look down a specified number of rows to
        find the data to enter in another cell
      • Syntax:


New Perspectives on Microsoft Excel 2010                 29
Looking Up Values Using the                    XP
      HLOOKUP Function
      • Major difference between HLOOKUP and
        VLOOKUP functions is the way lookup tables
        are organized




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


      • Error value
         – Indicates that an element in a formula or a
           cell referenced in a formula is preventing
           Excel from returning a calculated value
         – Begins with a number sign (#) followed by
           an error name that indicates the type of
           error



New Perspectives on Microsoft Excel 2010                  31
Excel Error Values                          XP


      • Excel error values are not particularly
        descriptive or helpful




New Perspectives on Microsoft Excel 2010               32
Using the IFERROR Function                      XP


      • Displays a more descriptive message that
        helps users fix the problem
      • Can determine if a cell contains an error value
        and then display the message you choose
        rather than the default error value
      • Enables you to easily find and handle formula
        errors
      • Syntax:


New Perspectives on Microsoft Excel 2010                   33
Using the IFERROR Function           XP




New Perspectives on Microsoft Excel 2010        34
Visual Overview                      XP




New Perspectives on Microsoft Excel 2010        35
Conditional Formatting               XP




New Perspectives on Microsoft Excel 2010        36
Conditional Formatting                                XP

      • Changes a cell’s formatting when its contents match
        a specified condition
      • Can be used to:
         – Highlight cells based on their values
         – Add data bars that graph relative values in a range
         – Highlight duplicate values in a column of data




New Perspectives on Microsoft Excel 2010                         37
Using the Conditional Formatting                  XP
      Rules Manager
      • A conditional formatting rule specifies:
         – Type of condition
         – Type of formatting when that condition
           occurs
         – Cell or range the formatting is applied to
      • Use Conditional Formatting Rules Manager
        dialog box to edit existing conditional
        formatting rules


New Perspectives on Microsoft Excel 2010                     38
Using the Conditional Formatting     XP
      Rules Manager




New Perspectives on Microsoft Excel 2010        39
Using the Conditional Formatting     XP
      Rules Manager




New Perspectives on Microsoft Excel 2010        40
Using the Conditional Formatting     XP
      Rules Manager




New Perspectives on Microsoft Excel 2010        41
Summarizing Data Conditionally                   XP


      • Use COUNTIF, SUMIF, and AVERAGEIF
        functions to calculate a conditional count,
        sum, or average using only cells that meet a
        particular condition




New Perspectives on Microsoft Excel 2010                    42
Using the COUNTIF Function                     XP


      • Calculates the number of cells in a range that
        match specified criteria
      • Sometimes referred to as a conditional count
      • Syntax:




New Perspectives on Microsoft Excel 2010                  43
Using the COUNTIF Function           XP




New Perspectives on Microsoft Excel 2010        44
Using the SUMIF Function                       XP


      • Adds values in a range that meet your criteria
      • Also called a conditional sum
      • Syntax:




New Perspectives on Microsoft Excel 2010                  45
Using the AVERAGEIF Function                    XP


      • Similar to SUMIF function
      • Calculates the average of values in a range
        that meet criteria you specify
      • Syntax:




New Perspectives on Microsoft Excel 2010                   46
Using the AVERAGEIF Function         XP




New Perspectives on Microsoft Excel 2010        47

Weitere ähnliche Inhalte

Was ist angesagt? (20)

Tutorial 3 Working with Formulas and Functions
Tutorial 3 Working with Formulas and FunctionsTutorial 3 Working with Formulas and Functions
Tutorial 3 Working with Formulas and Functions
 
MS Excel
MS ExcelMS Excel
MS Excel
 
Excel 2010 Unit B PPT
Excel 2010 Unit B PPTExcel 2010 Unit B PPT
Excel 2010 Unit B PPT
 
Chapter.03
Chapter.03Chapter.03
Chapter.03
 
Chapter.02
Chapter.02Chapter.02
Chapter.02
 
Chapter.01
Chapter.01Chapter.01
Chapter.01
 
2016 ms excel_bm
2016 ms excel_bm2016 ms excel_bm
2016 ms excel_bm
 
Defining Table Relationships
Defining Table RelationshipsDefining Table Relationships
Defining Table Relationships
 
Excel 2007 Unit J
Excel 2007 Unit JExcel 2007 Unit J
Excel 2007 Unit J
 
Tutorial Excel
Tutorial ExcelTutorial Excel
Tutorial Excel
 
Excel.t03
Excel.t03Excel.t03
Excel.t03
 
Quicktip excel
Quicktip excelQuicktip excel
Quicktip excel
 
Data Analytics Using MS Excel
Data Analytics Using MS ExcelData Analytics Using MS Excel
Data Analytics Using MS Excel
 
Excel 2010 Unit C PPT
Excel 2010 Unit C PPTExcel 2010 Unit C PPT
Excel 2010 Unit C PPT
 
Ms Excel 2007 &amp; 2010 Workshop
Ms Excel 2007 &amp; 2010 WorkshopMs Excel 2007 &amp; 2010 Workshop
Ms Excel 2007 &amp; 2010 Workshop
 
Management productivity tools1
Management productivity tools1Management productivity tools1
Management productivity tools1
 
Advanced excel 2010 & 2013 updated Terrabiz
Advanced excel 2010 & 2013 updated TerrabizAdvanced excel 2010 & 2013 updated Terrabiz
Advanced excel 2010 & 2013 updated Terrabiz
 
Excel Lesson 1: Excel Basics
Excel Lesson 1: Excel BasicsExcel Lesson 1: Excel Basics
Excel Lesson 1: Excel Basics
 
Chapter.04
Chapter.04Chapter.04
Chapter.04
 
Excel.03
Excel.03Excel.03
Excel.03
 

Andere mochten auch

Conditional formatting in excel v2
Conditional formatting in excel v2Conditional formatting in excel v2
Conditional formatting in excel v2m182348
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excelsam ran
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMridul Bansal
 
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 2010 Unit A PPT
Excel 2010 Unit A PPTExcel 2010 Unit A PPT
Excel 2010 Unit A PPTokmomwalking
 
Conditional formatting - Excel
Conditional formatting - ExcelConditional formatting - Excel
Conditional formatting - ExcelYi Chiao Cheng
 
Presenting Data using Conditional Formatting and Sparklines in Excel 2013
Presenting Data using Conditional Formatting and Sparklines in Excel 2013Presenting Data using Conditional Formatting and Sparklines in Excel 2013
Presenting Data using Conditional Formatting and Sparklines in Excel 2013Alexander Fuller
 
Conditional formatting
Conditional formattingConditional formatting
Conditional formattingEmmaBartlett
 
Excel 2010
Excel 2010Excel 2010
Excel 2010nhumar
 
STARTING MICROSOFT EXCEL 2010
STARTING MICROSOFT EXCEL 2010STARTING MICROSOFT EXCEL 2010
STARTING MICROSOFT EXCEL 2010Estrelle M.A.
 
MS Excel 2010 training module
MS Excel 2010 training moduleMS Excel 2010 training module
MS Excel 2010 training moduleAijaz Ali Mooro
 

Andere mochten auch (15)

Excel Conditional Formatting
Excel Conditional Formatting Excel Conditional Formatting
Excel Conditional Formatting
 
Conditional formatting in excel v2
Conditional formatting in excel v2Conditional formatting in excel v2
Conditional formatting in excel v2
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excel
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Excel 2010 Unit A PPT
Excel 2010 Unit A PPTExcel 2010 Unit A PPT
Excel 2010 Unit A PPT
 
Ms excel 2007
Ms excel 2007Ms excel 2007
Ms excel 2007
 
Conditional formatting - Excel
Conditional formatting - ExcelConditional formatting - Excel
Conditional formatting - Excel
 
Presenting Data using Conditional Formatting and Sparklines in Excel 2013
Presenting Data using Conditional Formatting and Sparklines in Excel 2013Presenting Data using Conditional Formatting and Sparklines in Excel 2013
Presenting Data using Conditional Formatting and Sparklines in Excel 2013
 
Conditional formatting
Conditional formattingConditional formatting
Conditional formatting
 
Excel 2010
Excel 2010Excel 2010
Excel 2010
 
Microsoft excel
Microsoft excelMicrosoft excel
Microsoft excel
 
Exel avanzado
Exel avanzadoExel avanzado
Exel avanzado
 
STARTING MICROSOFT EXCEL 2010
STARTING MICROSOFT EXCEL 2010STARTING MICROSOFT EXCEL 2010
STARTING MICROSOFT EXCEL 2010
 
MS Excel 2010 training module
MS Excel 2010 training moduleMS Excel 2010 training module
MS Excel 2010 training module
 

Ähnlich wie Tutorial 7: Advanced Functions and Conitional Formating

Ähnlich wie Tutorial 7: Advanced Functions and Conitional Formating (20)

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
 
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.07.ppt
Excel.07.pptExcel.07.ppt
Excel.07.ppt
 
Chapter.05
Chapter.05Chapter.05
Chapter.05
 
Excel01-Week01.pptx
Excel01-Week01.pptxExcel01-Week01.pptx
Excel01-Week01.pptx
 
Excel.t02
Excel.t02Excel.t02
Excel.t02
 
New Perspectives: Access.05
New Perspectives: Access.05New Perspectives: Access.05
New Perspectives: Access.05
 
Excel.t04
Excel.t04Excel.t04
Excel.t04
 
Chapter.08
Chapter.08Chapter.08
Chapter.08
 
Excel basics for everyday use part three
Excel basics for everyday use part threeExcel basics for everyday use part three
Excel basics for everyday use part three
 

Kürzlich hochgeladen

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 

Kürzlich hochgeladen (20)

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 

Tutorial 7: Advanced Functions and Conitional Formating

  • 1. Tutorial 7: Using Advanced Functions and Conditional Formatting Microsoft Excel 2010 ® ®
  • 2. Visual Overview XP New Perspectives on Microsoft Excel 2010 2
  • 3. Logical Functions XP New Perspectives on Microsoft Excel 2010 3
  • 4. Working with Logical Functions XP • Logical functions (IF, AND, and OR) determine whether a condition is true or false • Conditions use a comparison operator (<, <=, =, <>, >, or >=) to compare two values • Combine two or more functions in one formula to create more complex conditions New Perspectives on Microsoft Excel 2010 4
  • 5. Inserting Calculated Columns in an XP Excel Table • Entering a formula in one cell of a column automatically copies the formula to all cells in that column • To modify the formula in a calculated column: – Edit the formula in any cell in the column – Formulas in all cells in the column are modified • To edit only one cell in a calculated column: – Enter a value or a formula that is different from all others in that column New Perspectives on Microsoft Excel 2010 5
  • 6. Creating Excel Table Fields XP • Create fields that require the least maintenance • Store smallest unit of data possible in a field • Apply a text format to fields with numerical text data New Perspectives on Microsoft Excel 2010 6
  • 7. Using the IF Function XP • A logical function that evaluates a single condition and results in only one value • Returns one value if the condition is true and another value if the condition is false • Syntax: New Perspectives on Microsoft Excel 2010 7
  • 8. Using the IF Function XP New Perspectives on Microsoft Excel 2010 8
  • 9. Using the IF Function XP New Perspectives on Microsoft Excel 2010 9
  • 10. Using the AND Function XP • A logical function that tests two or more conditions (up to 255) and determines whether all conditions are true • Returns the value TRUE if all logical conditions are true and the value FALSE if any or all logical conditions are false • Syntax: New Perspectives on Microsoft Excel 2010 10
  • 11. Using the AND Function XP New Perspectives on Microsoft Excel 2010 11
  • 12. Using the AND Function XP New Perspectives on Microsoft Excel 2010 12
  • 13. Using the AND Function XP New Perspectives on Microsoft Excel 2010 13
  • 14. Using the OR Function XP • A logical function that returns a TRUE value if any of the logical conditions (up to 255) are true and a FALSE value if all the logical conditions are false • Syntax: New Perspectives on Microsoft Excel 2010 14
  • 15. Using the OR Function XP New Perspectives on Microsoft Excel 2010 15
  • 16. Using Structured References to Create XP Formulas in Excel Tables • Replace specific cell or range address with the actual table name or column header – Names or headers are simpler to identify than cell addresses • A formula that includes a structured reference can be fully qualified or unqualified New Perspectives on Microsoft Excel 2010 16
  • 17. Using Structured References to Create XP Formulas in Excel Tables New Perspectives on Microsoft Excel 2010 17
  • 18. Visual Overview XP New Perspectives on Microsoft Excel 2010 18
  • 19. Nested IFs and Lookup Tables XP New Perspectives on Microsoft Excel 2010 19
  • 20. Creating Nested IFs XP • To allow for three or more outcomes • One IF function is placed inside another IF function to test an additional condition • More than one IF function can be nested New Perspectives on Microsoft Excel 2010 20
  • 21. Creating Nested IFs XP New Perspectives on Microsoft Excel 2010 21
  • 22. Creating Nested IFs XP New Perspectives on Microsoft Excel 2010 22
  • 23. Using Lookup Tables and Functions XP • Lookup functions – Allow you to use tables of data to “look up” values and insert them in another worksheet location • Lookup tables – Store data and organize it into categories (compare values) – Can be constructed as either exact match or approximate match lookups New Perspectives on Microsoft Excel 2010 23
  • 24. Using Lookup Tables and Functions XP • Lookup values (value you are trying to find) – Need to match one of the compare values – Can be used as part of a formula New Perspectives on Microsoft Excel 2010 24
  • 25. Using the VLookup Function to Find XP an Exact Match • Searches a lookup table and, based on what you entered, retrieves the appropriate value from that table • Searches vertically down the first column of the lookup table • Syntax: New Perspectives on Microsoft Excel 2010 25
  • 26. Using the VLookup Function to Find XP an Exact Match New Perspectives on Microsoft Excel 2010 26
  • 27. Using the VLOOKUP Function to Find XP an Approximate Match • Returns a value based on an approximate match lookup • Searches the first column of the table until it locates the largest value that is less than the lookup value • Then moves across the row in the table to retrieve the corresponding value New Perspectives on Microsoft Excel 2010 27
  • 28. Using the VLOOKUP Function to Find XP an Approximate Match New Perspectives on Microsoft Excel 2010 28
  • 29. Looking Up Values Using the XP HLOOKUP Function • Searches horizontally across top row of lookup table and retrieves the value in the column you specify • Use when comparison values are located in the first row of the lookup table and you want to look down a specified number of rows to find the data to enter in another cell • Syntax: New Perspectives on Microsoft Excel 2010 29
  • 30. Looking Up Values Using the XP HLOOKUP Function • Major difference between HLOOKUP and VLOOKUP functions is the way lookup tables are organized New Perspectives on Microsoft Excel 2010 30
  • 31. Using the IFERROR Function XP • Error value – Indicates that an element in a formula or a cell referenced in a formula is preventing Excel from returning a calculated value – Begins with a number sign (#) followed by an error name that indicates the type of error New Perspectives on Microsoft Excel 2010 31
  • 32. Excel Error Values XP • Excel error values are not particularly descriptive or helpful New Perspectives on Microsoft Excel 2010 32
  • 33. Using the IFERROR Function XP • Displays a more descriptive message that helps users fix the problem • Can determine if a cell contains an error value and then display the message you choose rather than the default error value • Enables you to easily find and handle formula errors • Syntax: New Perspectives on Microsoft Excel 2010 33
  • 34. Using the IFERROR Function XP New Perspectives on Microsoft Excel 2010 34
  • 35. Visual Overview XP New Perspectives on Microsoft Excel 2010 35
  • 36. Conditional Formatting XP New Perspectives on Microsoft Excel 2010 36
  • 37. Conditional Formatting XP • Changes a cell’s formatting when its contents match a specified condition • Can be used to: – Highlight cells based on their values – Add data bars that graph relative values in a range – Highlight duplicate values in a column of data New Perspectives on Microsoft Excel 2010 37
  • 38. Using the Conditional Formatting XP Rules Manager • A conditional formatting rule specifies: – Type of condition – Type of formatting when that condition occurs – Cell or range the formatting is applied to • Use Conditional Formatting Rules Manager dialog box to edit existing conditional formatting rules New Perspectives on Microsoft Excel 2010 38
  • 39. Using the Conditional Formatting XP Rules Manager New Perspectives on Microsoft Excel 2010 39
  • 40. Using the Conditional Formatting XP Rules Manager New Perspectives on Microsoft Excel 2010 40
  • 41. Using the Conditional Formatting XP Rules Manager New Perspectives on Microsoft Excel 2010 41
  • 42. Summarizing Data Conditionally XP • Use COUNTIF, SUMIF, and AVERAGEIF functions to calculate a conditional count, sum, or average using only cells that meet a particular condition New Perspectives on Microsoft Excel 2010 42
  • 43. Using the COUNTIF Function XP • Calculates the number of cells in a range that match specified criteria • Sometimes referred to as a conditional count • Syntax: New Perspectives on Microsoft Excel 2010 43
  • 44. Using the COUNTIF Function XP New Perspectives on Microsoft Excel 2010 44
  • 45. Using the SUMIF Function XP • Adds values in a range that meet your criteria • Also called a conditional sum • Syntax: New Perspectives on Microsoft Excel 2010 45
  • 46. Using the AVERAGEIF Function XP • Similar to SUMIF function • Calculates the average of values in a range that meet criteria you specify • Syntax: New Perspectives on Microsoft Excel 2010 46
  • 47. Using the AVERAGEIF Function XP New Perspectives on Microsoft Excel 2010 47