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
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
true
Empty string is not blank
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
false
Related functions
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
arg1Any · Scalar
Caps
PURE
Source