TRUE function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 13:48, 31 January 2024 by DiGro (talk | contribs) (→‎Issues:)
(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

Issues:

  • A logical value in Calc is simply a number with a boolean format, not a separate type as in Excel. Some resulting incompatibilities are discussed in Issue 58572;84266 .



See Also

Personal tools
In other languages