SlideShare uma empresa Scribd logo
1 de 14
An Easy Learning Source




Excel Tips and Tricks




                                   AmeetZ Academy
As in this graphic
shown here , we
can get the list of
different set of
formulae. One of
such     set     of
formulae       are
Information
Formulae.

        AmeetZ Academy
Why Information Formulae ?
Excel's Information functions gives you information
about the data in a cell or range of cells. This
information includes whether the data is a number,
the formatting applied to the cell, or even if the cell is
empty.
Each of these functions, referred to collectively as the
IS functions, checks the type of and returns TRUE or
FALSE depending on the outcome. For example, the
ISBLANK function returns the logical TRUE if is a
reference to an empty cell; otherwise it returns FALSE.
                                              AmeetZ Academy
the "IS" statements only take one cell at a time.




            For Convenient Reading each formula colored differently


            ISBLANK() ISERR() ISERROR() ISLOGICAL()
            ISNA() ISNONTEXT() ISNUMBER() ISREF()
            ISTEXT() CELL() ERROR.TYPE() INFO()
            ISEVEN() N() TYPE() IS EVEN()

      Important
      The "IS" statements only take one cell at a time, but
      not a range.
                                                                      AmeetZ Academy
ISBLANK()
This Formula returns TRUE if the reference Cell is
Blank . This formula is useful to find blank cell in
a large range of Cells

In other words - the IsBlank function can be
used to check for blank or null values

Please see example below:
                                             AmeetZ Academy
In this Example ,
in Case of A1 ,
the result is False
since A1 is not
blank , where as
B1 is Blank


         AmeetZ Academy
Using ISBLANK Function with other Formulae
=IF(AND(ISBLANK(A1),ISBLANK(B1),ISBLANK(C1)),
  ”This Cell is Blank”,False)

In the above Formula , we can find out , by using
IF Formula with “And” Criteria , to notify Blank
Cells from the large Range of Cells.

                                         AmeetZ Academy
Using ISBLANK Formula in Conditional Formatting
                                                   In this example , I
                                                   have tried to know
                                                   how many Cells in
                                                   the range of A1 to
                                                   E2 are blank

                      Procedure, As shown in the picture, I have opted
                      Conditional Formatting-> Highlight Cell Rules->More
                      Rules ->New Formatting Rules. Then I have opted for
                      “Use a formula to determine which cell to format.
                      I have used Formula =NOT(ISBLANK(A1:E2)) and
                      selected the CELL FILL to be RED).
                      In this Case If any cell contains single space also, it will
                      be indicated with RED Fill.
                                                              AmeetZ Academy
ISERR()
In Excel, the this function
can be used to check for
error values. In other
words , This function, Is
Error Other Than Not
Available, tests whether a
value, an expression, or
contents of a referenced
cell has an error other
than not available (#N/A)

               AmeetZ Academy
ISERROR()
This function, Is Error of Any Kind, tests whether a
value, an expression, or contents of a referenced
cell has any kind of error.




                                             AmeetZ Academy
Using , ISERROR with other formulae ( better usage of ISERROR)
                                                                 In this case, Search for a Name
                                                                 listed in the range F3:F11,
                                                                 within the range B3:B11.
                                                                 Return the Overtime for that
                                                                 name, listed in range C3:C11,
                                                                 and place the Overtime , in
                                                                 range F3:F11




. If we deleted any name from range B3 to B11, the result in F3 to F11 would be #N/A in
respective cells because, the formula would not be able to find the name in range B3:C11. To
hide the error value, the formula would be:

=IF(ISERROR(VLOOKUP(E3,$B$3:$C$11,2,FALSE)),"",VLOOKUP(E3,$B$3:$C$11,2,FALSE))


                                                                              AmeetZ Academy
ISLOGICAL()

FORMULA              DESCRIPTION
=ISLOGICAL(TRUE)     Checks whether TRUE is a logical value (Yes)

=ISLOGICAL("TRUE")   Checks whether "TRUE" is a logical value (No)

=ISNUMBER(4)         Checks whether 4 is a number (Yes)




                                                          AmeetZ Academy
More will be in Part III, Keep Watching

Also you can find these Power Point Presentations
Are Available in http://www.ameetz.com/gallery.htm




                                           AmeetZ Academy
AmeetZ Academy

Mais conteúdo relacionado

Semelhante a Excel information formulae par ii ameet z academy

ICDL Advanced Excel 2010 - Tutorial
ICDL Advanced Excel 2010 - TutorialICDL Advanced Excel 2010 - Tutorial
ICDL Advanced Excel 2010 - TutorialMichael Lew
 
Iipm chapter 1
Iipm chapter 1Iipm chapter 1
Iipm chapter 1iipmff2
 
Iipm chapter 1
Iipm chapter 1Iipm chapter 1
Iipm chapter 1iipmff2
 
New Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel TutorialNew Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel TutorialIlgar Zarbaliyev
 
03 Logical functions.pdf
03 Logical functions.pdf03 Logical functions.pdf
03 Logical functions.pdfRizwanAli988729
 
If and nested i fs
If and nested i fsIf and nested i fs
If and nested i fsPaulCPLD
 

Semelhante a Excel information formulae par ii ameet z academy (10)

Excel
ExcelExcel
Excel
 
Excel
ExcelExcel
Excel
 
ICDL Advanced Excel 2010 - Tutorial
ICDL Advanced Excel 2010 - TutorialICDL Advanced Excel 2010 - Tutorial
ICDL Advanced Excel 2010 - Tutorial
 
Iipm chapter 1
Iipm chapter 1Iipm chapter 1
Iipm chapter 1
 
Iipm chapter 1
Iipm chapter 1Iipm chapter 1
Iipm chapter 1
 
New Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel TutorialNew Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel Tutorial
 
03 Logical functions.pdf
03 Logical functions.pdf03 Logical functions.pdf
03 Logical functions.pdf
 
If and nested i fs
If and nested i fsIf and nested i fs
If and nested i fs
 
Formulas Cheat Sheet
Formulas Cheat SheetFormulas Cheat Sheet
Formulas Cheat Sheet
 
MA3696 Lecture 5
MA3696 Lecture 5MA3696 Lecture 5
MA3696 Lecture 5
 

Mais de Vijay Perepa

Access essential training framework
Access essential training   frameworkAccess essential training   framework
Access essential training frameworkVijay Perepa
 
Add picture to comment
Add picture to commentAdd picture to comment
Add picture to commentVijay Perepa
 
Excel short cut series function keys
Excel short cut series   function keysExcel short cut series   function keys
Excel short cut series function keysVijay Perepa
 
PowerPoint Info-Graphics
PowerPoint Info-GraphicsPowerPoint Info-Graphics
PowerPoint Info-GraphicsVijay Perepa
 
Types of charts in Excel and How to use them
Types of charts in Excel and How to use themTypes of charts in Excel and How to use them
Types of charts in Excel and How to use themVijay Perepa
 
Pivot table essential learning 1
Pivot table   essential learning 1Pivot table   essential learning 1
Pivot table essential learning 1Vijay Perepa
 
Pivot table essential learning 2
Pivot table   essential learning 2Pivot table   essential learning 2
Pivot table essential learning 2Vijay Perepa
 
Modeling in microsoft excel
Modeling in microsoft excelModeling in microsoft excel
Modeling in microsoft excelVijay Perepa
 
Understanding excel’s error values
Understanding excel’s error valuesUnderstanding excel’s error values
Understanding excel’s error valuesVijay Perepa
 
Excel training commands not in ribbon
Excel training   commands not in ribbonExcel training   commands not in ribbon
Excel training commands not in ribbonVijay Perepa
 
E learning excel vba programming lesson 5
E learning excel vba programming  lesson 5E learning excel vba programming  lesson 5
E learning excel vba programming lesson 5Vijay Perepa
 
E learning excel vba programming lesson 4
E learning excel vba programming  lesson 4E learning excel vba programming  lesson 4
E learning excel vba programming lesson 4Vijay Perepa
 
Power point short cut keys
Power point short cut keysPower point short cut keys
Power point short cut keysVijay Perepa
 
Understanding excel’s error values
Understanding excel’s error valuesUnderstanding excel’s error values
Understanding excel’s error valuesVijay Perepa
 
E learning excel vba programming lesson 3
E learning excel vba programming  lesson 3E learning excel vba programming  lesson 3
E learning excel vba programming lesson 3Vijay Perepa
 
E-Learning from Ameetz (ISERROR formula)
E-Learning from Ameetz (ISERROR formula)E-Learning from Ameetz (ISERROR formula)
E-Learning from Ameetz (ISERROR formula)Vijay Perepa
 
E learning excel short cut keys
E learning excel short cut keysE learning excel short cut keys
E learning excel short cut keysVijay Perepa
 
Excel tips and tricks
Excel tips and tricksExcel tips and tricks
Excel tips and tricksVijay Perepa
 

Mais de Vijay Perepa (20)

Access essential training framework
Access essential training   frameworkAccess essential training   framework
Access essential training framework
 
Add picture to comment
Add picture to commentAdd picture to comment
Add picture to comment
 
Excel short cut series function keys
Excel short cut series   function keysExcel short cut series   function keys
Excel short cut series function keys
 
PowerPoint Info-Graphics
PowerPoint Info-GraphicsPowerPoint Info-Graphics
PowerPoint Info-Graphics
 
Types of charts in Excel and How to use them
Types of charts in Excel and How to use themTypes of charts in Excel and How to use them
Types of charts in Excel and How to use them
 
Pivot table essential learning 1
Pivot table   essential learning 1Pivot table   essential learning 1
Pivot table essential learning 1
 
Pivot table essential learning 2
Pivot table   essential learning 2Pivot table   essential learning 2
Pivot table essential learning 2
 
Modeling in microsoft excel
Modeling in microsoft excelModeling in microsoft excel
Modeling in microsoft excel
 
Understanding excel’s error values
Understanding excel’s error valuesUnderstanding excel’s error values
Understanding excel’s error values
 
Excel training commands not in ribbon
Excel training   commands not in ribbonExcel training   commands not in ribbon
Excel training commands not in ribbon
 
E learning excel vba programming lesson 5
E learning excel vba programming  lesson 5E learning excel vba programming  lesson 5
E learning excel vba programming lesson 5
 
E learning excel vba programming lesson 4
E learning excel vba programming  lesson 4E learning excel vba programming  lesson 4
E learning excel vba programming lesson 4
 
Pivot table
Pivot tablePivot table
Pivot table
 
Power point short cut keys
Power point short cut keysPower point short cut keys
Power point short cut keys
 
Understanding excel’s error values
Understanding excel’s error valuesUnderstanding excel’s error values
Understanding excel’s error values
 
E learning excel vba programming lesson 3
E learning excel vba programming  lesson 3E learning excel vba programming  lesson 3
E learning excel vba programming lesson 3
 
E-Learning from Ameetz (ISERROR formula)
E-Learning from Ameetz (ISERROR formula)E-Learning from Ameetz (ISERROR formula)
E-Learning from Ameetz (ISERROR formula)
 
E learning excel short cut keys
E learning excel short cut keysE learning excel short cut keys
E learning excel short cut keys
 
Sumif () ppt
Sumif () pptSumif () ppt
Sumif () ppt
 
Excel tips and tricks
Excel tips and tricksExcel tips and tricks
Excel tips and tricks
 

Último

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 

Último (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

Excel information formulae par ii ameet z academy

  • 1. An Easy Learning Source Excel Tips and Tricks AmeetZ Academy
  • 2. As in this graphic shown here , we can get the list of different set of formulae. One of such set of formulae are Information Formulae. AmeetZ Academy
  • 3. Why Information Formulae ? Excel's Information functions gives you information about the data in a cell or range of cells. This information includes whether the data is a number, the formatting applied to the cell, or even if the cell is empty. Each of these functions, referred to collectively as the IS functions, checks the type of and returns TRUE or FALSE depending on the outcome. For example, the ISBLANK function returns the logical TRUE if is a reference to an empty cell; otherwise it returns FALSE. AmeetZ Academy
  • 4. the "IS" statements only take one cell at a time. For Convenient Reading each formula colored differently ISBLANK() ISERR() ISERROR() ISLOGICAL() ISNA() ISNONTEXT() ISNUMBER() ISREF() ISTEXT() CELL() ERROR.TYPE() INFO() ISEVEN() N() TYPE() IS EVEN() Important The "IS" statements only take one cell at a time, but not a range. AmeetZ Academy
  • 5. ISBLANK() This Formula returns TRUE if the reference Cell is Blank . This formula is useful to find blank cell in a large range of Cells In other words - the IsBlank function can be used to check for blank or null values Please see example below: AmeetZ Academy
  • 6. In this Example , in Case of A1 , the result is False since A1 is not blank , where as B1 is Blank AmeetZ Academy
  • 7. Using ISBLANK Function with other Formulae =IF(AND(ISBLANK(A1),ISBLANK(B1),ISBLANK(C1)), ”This Cell is Blank”,False) In the above Formula , we can find out , by using IF Formula with “And” Criteria , to notify Blank Cells from the large Range of Cells. AmeetZ Academy
  • 8. Using ISBLANK Formula in Conditional Formatting In this example , I have tried to know how many Cells in the range of A1 to E2 are blank Procedure, As shown in the picture, I have opted Conditional Formatting-> Highlight Cell Rules->More Rules ->New Formatting Rules. Then I have opted for “Use a formula to determine which cell to format. I have used Formula =NOT(ISBLANK(A1:E2)) and selected the CELL FILL to be RED). In this Case If any cell contains single space also, it will be indicated with RED Fill. AmeetZ Academy
  • 9. ISERR() In Excel, the this function can be used to check for error values. In other words , This function, Is Error Other Than Not Available, tests whether a value, an expression, or contents of a referenced cell has an error other than not available (#N/A) AmeetZ Academy
  • 10. ISERROR() This function, Is Error of Any Kind, tests whether a value, an expression, or contents of a referenced cell has any kind of error. AmeetZ Academy
  • 11. Using , ISERROR with other formulae ( better usage of ISERROR) In this case, Search for a Name listed in the range F3:F11, within the range B3:B11. Return the Overtime for that name, listed in range C3:C11, and place the Overtime , in range F3:F11 . If we deleted any name from range B3 to B11, the result in F3 to F11 would be #N/A in respective cells because, the formula would not be able to find the name in range B3:C11. To hide the error value, the formula would be: =IF(ISERROR(VLOOKUP(E3,$B$3:$C$11,2,FALSE)),"",VLOOKUP(E3,$B$3:$C$11,2,FALSE)) AmeetZ Academy
  • 12. ISLOGICAL() FORMULA DESCRIPTION =ISLOGICAL(TRUE) Checks whether TRUE is a logical value (Yes) =ISLOGICAL("TRUE") Checks whether "TRUE" is a logical value (No) =ISNUMBER(4) Checks whether 4 is a number (Yes) AmeetZ Academy
  • 13. More will be in Part III, Keep Watching Also you can find these Power Point Presentations Are Available in http://www.ameetz.com/gallery.htm AmeetZ Academy