<< Click to Display Table of Contents >>
Syntax:
ISBLANK(Cell)
Description:
This returns TRUE if the given cell is empty.
Example:
If A1 contains any value and C7 is empty, the following applies:
ISBLANK(A1) returns FALSE
ISBLANK(C7) returns TRUE
See also:
ISNA, IFEMPTY, COUNT, COUNTA