This chapter introduces the Microsoft Excel information functions (see Table 11-1), which return information about the content (text, values, or errors) and the format of cells. For example, the IS() functions allow you to use the IF() function and adjust and combine your calculations depending on the cell content. You can also base conditional formats and validation rules on the returned information. These functions are powerful tools and have many practical uses.
Table 11-1. Overview of the Information Functions
Function | Description |
---|---|
CELL() | Returns information about the format, location, and content of a cell |
COUNTBLANK() | Returns the number of empty cells in a range |
ERROR.TYPE() | Returns the error value for errors in formulas |
INFO() | Returns information to the operating system and Excel |
ISBLANK() | Returns |
ISERR() | Returns |
ISERROR() | Returns |
ISEVEN() | Returns |
ISLOGICAL() | Returns |
ISNA() | Returns |
ISNONTEXT() | Returns |
ISNUMBER() | Returns |
ISODD() | Returns |
Returns | |
ISTEXT() | Returns |
N() | Converts a value to a number |
NA() | Returns the error value |
TYPE() | Returns a number for the data type |