ISNA Function

The ISNA function returns TRUE when a cell contains the #N/A error and FALSE for any other value, or any other error type. The ISNA function takes one argument, value, which is typically a cell reference.

Examples

If A1 contains the #N/A error, ISNA returns TRUE:...Read more

ISLOGICAL Function

The ISLOGICAL function returns TRUE when a cell contains the logical values TRUE or FALSE, and returns FALSE for cells that contain any other value, including empty cells. 

The ISLOGICAL function takes one argument, value, which can be a cell reference, a formula, or a hardcoded...Read more

ISBLANK Function

The ISBLANK function is a simple function to test if a cell is empty or not. If a cell is empty, ISBLANK returns TRUE. If a cell contains any value, ISBLANK returns FALSE. ISBLANK function takes one argument, value, which is a cell reference like A1. For example, if cell...Read more

CELL Function

Use the CELL function to return a wide range of information about a reference. The type of information  returned is given as info_type, which must be enclosed in double quotes (""). CELL can return a cell's address, the filename and path for...Read more

Pages