ISLOGICAL
Description
If the specified value is a logical value, returns TRUE; otherwise, returns FALSE.
Syntax
ISLOGICAL(
value
)
- value: The value to evaluate.
Example
Formula | Result |
|---|---|
=ISLOGICAL(FALSE) | TRUE |
=ISLOGICAL("phrase") | FALSE |
Notes
- This function does the same action as ISBOOLEAN().