Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
NOT inverts a Boolean value or logical expression — TRUE becomes FALSE and FALSE becomes TRUE. Use it to test for the absence of a condition, such as cells that are not blank, do not contain a keyword, or fail a validation check, making it easy to build inverse logic without restructuring a formula.
=NOT(ISBLANK(A2))=NOT(ISBLANK(A2))Computed by a real spreadsheet engine on the sample data below.
| Status | Has Value? |
| Active | =NOT(ISBLANK(A2)) |
| Pending | =NOT(ISBLANK(A3)) |
| =NOT(ISBLANK(A4)) | |
| Closed | =NOT(ISBLANK(A5)) |
=NOT(ISBLANK(A2))→TRUE
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: