Returns TRUE if the value is blank.
Sample Usage
ISBLANK(C5)
Syntax
ISBLANK(value)
- value - The value to be checked.
Examples
ISBLANK(C5) evaluates to TRUE if the cell C5 is blank.
Notes
- Non-printable characters and white spaces also count as text.
- Where the argument is an empty string, the function evaluates to FALSE.