Functions
ISLOGICAL
True if value is a logical (boolean)
Try it
When to use it
When should I use ISLOGICAL?
Use ISLOGICAL to verify that a value is a Boolean TRUE or FALSE — useful for input validation when a formula expects a logical argument and you want to guard against text or numeric inputs.
Used in
Syntax
ISLOGICAL(value)