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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
(See also:)
Line 19: Line 19:
  
 
=== See also: ===
 
=== See also: ===
'''[[Documentation/How_Tos/Calc: FALSE function|FALSE function]]''',
+
'''[[Documentation/How_Tos/Calc: FALSE function|FALSE]]''',
'''[[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:34, 13 September 2008


TRUE

Returns the logical value TRUE.


Syntax:

TRUE()

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


Example:

TRUE()

returns TRUE

NOT(TRUE())

returns FALSE


See also:

FALSE, NOT

Logical functions

Functions listed alphabetically, Functions listed by category

Personal tools