SlideShare una empresa de 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

Más contenido relacionado

Similar 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
 

Similar 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
 

Más 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
 

Más 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

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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
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
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
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
 
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
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
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
 
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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
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
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Último (20)

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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
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
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
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
 
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
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
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...
 
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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
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?
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

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