Description
Determines if the specified cell is blank.
Syntax
ISBLANK ( reference )
Parameter | Description |
---|---|
reference | A reference to any cell. |
Remarks
If the referenced cell is blank, True is returned. False is returned if the cell is not blank.
Examples
This function returns True if S1 is a blank cell:
ISBLANK(S1)
See also