IsLogical

Syntax

IsLogical(Value)

Parameters

Value. Checked value.

Description

It checks if the value is logical.

Comments

It returns TRUE if the value is logical, otherwise it returns FALSE.

Numbers, empty cells, logical values, text, cell references, and formulas can be used as a parameter value.

Example

Formula Result Description
=IsLogical(C2:E9) TRUE The C2:E9 cell range contains only logical values.

See also:

Function Wizard │ Logical Functions