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