Difference between revisions of "Documentation/How Tos/Calc: Logical functions"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
(See also)
Line 36: Line 36:
 
==See also==
 
==See also==
  
'''[[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]'''
+
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
 +
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]

Revision as of 16:12, 13 September 2008

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 alphabetically, Functions listed by category

Personal tools