Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ISBLANK returns TRUE only when a cell contains nothing at all — no value, no formula, not even a space. A cell that holds a formula returning "" is NOT blank to ISBLANK, which is the most common source of confusion. Use ISBLANK to flag truly missing data, gate IF logic against blank inputs, or feed conditional formatting. For a looser definition of empty that also catches blank strings, use =A2="" or =LEN(A2)=0 instead.
=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: