Skip to content

isblank

Test whether a cell is blank.

v = isblank(value)

Returns true if value refers to an empty cell. A cell containing "" (empty string from a formula) returns false. Strict emptiness check.

isblank(A1)
  • isnontext — Test whether a value is not text.
  • istext — Test whether a value is text.
  • iserror — Test whether a value is any error.