Difference between revisions of "Documentation/How Tos/Calc: ISLOGICAL function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
(See also:)
Line 26: Line 26:
 
'''[[Documentation/How_Tos/Calc: ISERROR function|ISERROR function]]''',
 
'''[[Documentation/How_Tos/Calc: ISERROR function|ISERROR function]]''',
 
'''[[Documentation/How_Tos/Calc: ISFORMULA function|ISFORMULA function]]'''
 
'''[[Documentation/How_Tos/Calc: ISFORMULA function|ISFORMULA function]]'''
 
  
 
'''[[Documentation/How_Tos/Calc: Information functions|Information functions]]'''
 
'''[[Documentation/How_Tos/Calc: Information functions|Information functions]]'''

Revision as of 17:59, 6 December 2007


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 function, ISNUMBER function, ISBLANK function, ISERROR function, ISFORMULA function

Information functions

Personal tools