Documentation/How Tos/Calc: Logical functions

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 06:34, 5 December 2007 by Drking (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

List of Calc Logical functions

The logical functions operate on logical ('boolean') values, that is, TRUE or FALSE.


AND returns TRUE if all the arguments are TRUE.
FALSE returns the logical value FALSE.
IF returns one of two values, depending on a test condition.
NOT returns TRUE if the argument is FALSE, and FALSE if the argument is TRUE.
OR returns TRUE if any of the arguments are TRUE.
TRUE returns the logical value TRUE.



See also

Functions listed by category

Personal tools