isblank
Test whether a cell is blank.
Syntax
Section titled “Syntax”v = isblank(value)Description
Section titled “Description”Returns true if value refers to an empty cell. A cell containing "" (empty string from a formula) returns false. Strict emptiness check.
Example
Section titled “Example”isblank(A1)