USING THE IS INFORMATION FUNCTIONS


You can use the ISBLANK, ISERR, ISERROR, ISLOGICAL, ISNA, ISNONTEXT, ISNUMBER, ISREF, and ISTEXT functions to determine whether a referenced cell or range contains the corresponding type of value. In addition, the ISEVEN and ISODD functions are available if you’ve installed the Analysis ToolPak.

All IS Information functions take a single argument. For example, the ISBLANK function takes the form =ISBLANK(value). The value argument is a reference to a cell. If value refers to a blank cell, the function returns the logical value TRUE; otherwise, it returns FALSE.