ISBLANK
Description
If the specified value contains an empty string or a null value, returns TRUE; otherwise, returns FALSE.
Syntax
ISBLANK(
value
)
- value: The value to evaluate.
Example
Formula | Result |
|---|---|
=ISBLANK(123) | FALSE |
=ISBLANK(A1) where A1 is empty | TRUE |