Documentation/How Tos/Calc: TRUE function

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

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


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 function, NOT function

Logical functions

Personal tools