Returns TRUE if the given value is either TRUE or FALSE, and FALSE otherwise.
Syntax
Examples
|
Formula |
Result |
|
=ISLOGICAL(A2) |
TRUE |
|
=ISLOGICAL(A3) |
TRUE |
|
=ISLOGICAL(A4) |
FALSE |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions