Documentation/How Tos/Calc: FALSE function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 09:16, 24 November 2009 by OOoWikiBot (Talk | contribs)

Jump to: navigation, search


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

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 84266.

Template:Documentation/SeeAlso

Personal tools