Skip to main content
📌 More functions: see the Formula function reference.

1 Basics

ISBLANK is a common spreadsheet function (Excel, Google Sheets) — checks if a cell is empty. Returns TRUE when the cell is empty; FALSE when it contains anything (including empty strings, formula results, etc.).

Syntax

formula
  • value: the cell or expression to check.

Examples

Example 1: empty check

[Field 1] in the first record has no content.
formula
Result: TRUE

Example 2: cell with text

[Field 1] in the first record contains “Hello”.
formula
Result: FALSE