Formualizer Docs
ReferenceFunctionsInformation Functions

ISBLANK

ISBLANK: Returns TRUE only for a truly empty value.

Summary

Returns TRUE only for a truly empty value.

Remarks

  • Empty string "" is text, not blank, so it returns FALSE.
  • Numeric zero and FALSE are not blank.
  • Errors return FALSE.

Examples

Reference to an empty cell
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
true
Empty string is not blank
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
false

FAQ

Why does ISBLANK("") return FALSE?

Because an empty string is text, not a truly empty cell value.

Runtime metadata

Category

Information

Signature

ISBLANK(arg1: Any)

Arity

min 1, max 1

Arguments

arg1

Any · Scalar

Caps

PURE

Source

On this page