Returns TRUE if a cell is blank/empty, and FALSE otherwise.
Syntax
Examples
|
Formula |
Result |
|
=ISBLANK(A2) |
FALSE |
|
=ISBLANK(A3) |
TRUE |
|
=ISBLANK(A4) |
TRUE |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions