SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Similaire à Excel information formulae par ii ameet z academy

Iipm chapter 1
Iipm chapter 1Iipm chapter 1
Iipm chapter 1
iipmff2
 
Iipm chapter 1
Iipm chapter 1Iipm chapter 1
Iipm chapter 1
iipmff2
 

Similaire à 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
 

Plus de Vijay Perepa

Pivot table essential learning 1
Pivot table   essential learning 1Pivot table   essential learning 1
Pivot table essential learning 1
Vijay Perepa
 
Modeling in microsoft excel
Modeling in microsoft excelModeling in microsoft excel
Modeling in microsoft excel
Vijay Perepa
 
Excel training commands not in ribbon
Excel training   commands not in ribbonExcel training   commands not in ribbon
Excel training commands not in ribbon
Vijay Perepa
 
Power point short cut keys
Power point short cut keysPower point short cut keys
Power point short cut keys
Vijay Perepa
 
Excel tips and tricks
Excel tips and tricksExcel tips and tricks
Excel tips and tricks
Vijay Perepa
 

Plus 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
 

Dernier

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
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
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
"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 ...
 
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...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL 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
 
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
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
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...
 
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...
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 

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