Documentation/How Tos/Calc: ISLOGICAL function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 06:27, 13 September 2008 by Drking (Talk | contribs)

Jump to: navigation, search


ISLOGICAL

Tests if a cell contains a logical value, TRUE or FALSE.

Syntax:

ISLOGICAL(value)

Returns TRUE if value is either TRUE or FALSE, and FALSE otherwise.

Example:

ISLOGICAL(D5)

where D5 contains FALSE, returns TRUE, because D5 contains a logical value.

ISLOGICAL(123)

returns FALSE, because 123 is a number, not a logical value.

See also:

ISTEXT, ISNUMBER, ISBLANK, ISERROR, ISFORMULA

Information functions

Functions listed alphabetically, Functions listed by category

Personal tools