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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
(Issues)
Line 23: Line 23:
 
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
 
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
 
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
 
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
 +
 +
=== 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  [http://qa.openoffice.org/issues/show_bug.cgi?id=84266 Issue 84266].

Revision as of 07:38, 20 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

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.
Personal tools