SlideShare a Scribd company logo
1 of 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

More Related Content

Similar to 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
 

Similar to 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
 

More from 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
 

More from 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
 

Recently uploaded

Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
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
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 

Recently uploaded (20)

Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
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
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 

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