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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
(See also:)
Line 16: Line 16:
  
 
=== See also: ===
 
=== See also: ===
'''[[Documentation/How_Tos/Calc: TRUE function|TRUE function]]''',
+
'''[[Documentation/How_Tos/Calc: TRUE function|TRUE]]''',
'''[[Documentation/How_Tos/Calc: NOT function|NOT function]]'''
+
'''[[Documentation/How_Tos/Calc: NOT function|NOT]]'''
  
 
'''[[Documentation/How_Tos/Calc: Logical functions|Logical functions]]'''
 
'''[[Documentation/How_Tos/Calc: Logical functions|Logical functions]]'''
 +
 +
[[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 06:35, 13 September 2008


FALSE

Returns the logical value FALSE.

Syntax:

FALSE()

The FALSE() function has no arguments, and always returns the logical value FALSE.

Example:

FALSE()

returns FALSE

NOT(FALSE())

returns TRUE

See also:

TRUE, NOT

Logical functions

Functions listed alphabetically, Functions listed by category

Personal tools