Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ISBLANK checks whether the referenced cell contains no value, no formula, and no space characters, returning TRUE if it is truly empty. Use it to flag missing entries, trigger conditional formatting, or guard formulas that break on empty input.
=ISBLANK(A2)=ISBLANK(A2)Computed by a real spreadsheet engine on the sample data below.
| Name | IsBlank? |
| Alice | FALSE |
| TRUE | |
| Bob | FALSE |
=ISBLANK(A2)→FALSE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: