Excel
ISLOGICAL function in Excel
Returns TRUE if the value is a logical value
=ISLOGICAL(value)ISLOGICAL syntax and parameters
One argument, one required.
- valueanyRequired
The value that you want tested. The value argument can be a blank (empty cell), error, logical value, text, number, or reference value, or a name referring to any of these.
ISLOGICAL examples
Formulas you'll actually reuse.
Is the approval cell a real TRUE/FALSE, not the text “TRUE”?
=ISLOGICAL(E2)Result
TRUEAccept either a checkbox value or a typed yes/no in the same column:
=IF(ISLOGICAL(E2), E2, E2 = "yes")Result
TRUE
ISLOGICAL in Google Sheets
Same name — your formula ports as-is.
Try ISLOGICAL in the playground
Edit the example — nothing to install.
Preloaded with the ISLOGICAL formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- CELLReturns information about the formatting, location, or contents of a cellThis function is not available in Excel for the web.InfoGoogle Sheets
- ERROR.TYPEReturns a number corresponding to an error typeInfoGoogle Sheets
- INFOReturns information about the current operating environmentThis function is not available in Excel for the web.InfoNo Google Sheets equivalent
- ISBLANKReturns TRUE if the value is blankInfoGoogle Sheets
- ISERRReturns TRUE if the value is any error value except #N/AInfoGoogle Sheets
- ISERRORReturns TRUE if the value is any error valueInfoGoogle Sheets