ISBLANK
Returns TRUE if the value is blank
Syntax
ISBLANK(value)
Parameters
- value: Required. The value that you want tested. Can be a blank (empty cell), error, logical, text, number, or reference value
Example
=ISBLANK(A1)
Returns TRUE if the value is blank
ISBLANK(value)
=ISBLANK(A1)