Name |
Description |
Syntax |
|---|---|---|
Checks if the value is logical. Returns TRUE if it is and FALSE if not |
ISLOGICAL(value) |
|
Checks if the value is the error #N/A (value not available). Returns TRUE if it is and FALSE if not |
ISNA(value) |
|
Checks if the value is an odd number. Returns TRUE if it is and FALSE if not |
ISODD(value) |
|
Checks if the value is an error other than #N/A (value not available). Returns TRUE if it is and FALSE if not |
ISERR(value) |
|
Checks if the value is an error. Returns TRUE if it is and FALSE if not |
ISERROR(value) |
|
Checks if the cell is empty. Returns TRUE if it is and FALSE if it contains any data (including spaces, hidden characters and empty strings) |
ISBLANK(value) |
|
Checks if the value is a cell reference. Returns TRUE if it is and FALSE if not |
ISREF(value) |
|
Checks if the value is text. Returns TRUE if it is and FALSE if not |
ISTEXT(value) |
|
Checks if the value is an even number. Returns TRUE if it is and FALSE if not |
ISEVEN(value) |
|
Checks if the value is a number. Returns TRUE if it is and FALSE if not |
ISNUMBER(value) |
|
Returns the error value #N/A (value not available) |
NA() |
|
Returns the information about the cell |
CELL(info_type, [reference]) |