Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ISLOGICAL checks whether a cell or expression evaluates to a Boolean TRUE or FALSE, returning TRUE in that case and FALSE for numbers, text, errors, or blank values. Use it to validate that cells expected to hold checkboxes or Boolean flags actually contain logical values rather than text representations like the word "TRUE".
=ISLOGICAL(A2)=ISLOGICAL(A2)Computed by a real spreadsheet engine on the sample data below.
| Flag | IsLogical? |
| TRUE | TRUE |
| Yes | FALSE |
| FALSE | TRUE |
=ISLOGICAL(A2)→TRUE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Verify that my flag column contains real TRUE/FALSE values not text”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: