Exceltechie.com

Easiest way to learn excel on the planet
Facebook-exceltechie Twitter-exceltechie Linkedin-exceltechie
|| Novice || Beginner || Intermediate || Advanced || Specialist || Expert ||
Types of Formula

Financial     Logical     Informational     Text 
Mathematical     Statistical     Lookup     Reference  Formula Errors
Informational Formulas return either a TRUE or a FALSE value only

All Is Formulas works better in combination with IF Formula
Formula              Description
IsBlankReturns TRUE if Value refers to an empty cell
IsErrReturns TRUE if Value refers to any error value except #N/A.
IsErrorReturns TRUE if Value refers #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, #NULL!
IsLogicalReturns TRUE if Value refers to a logical value
IsNAReturns TRUE if Value refers to the #N/A (value not available) error value
IsNonTextReturns TRUE if Value refers to any item that is not text (Returns TRUE if the value refers to a blank cell.)
IsTextReturns TRUE if Value refers to text
IsNumberReturns TRUE if Value refers to a number
IsRefReturns TRUE if Value refers to a reference