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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m (Robot: Automated text replacement %s)
Line 17: Line 17:
 
* [[Documentation/How_Tos/Calc: OR function|OR]]
 
* [[Documentation/How_Tos/Calc: OR function|OR]]
 
* [[Documentation/How_Tos/Calc: TRUE function|TRUE]]
 
* [[Documentation/How_Tos/Calc: TRUE function|TRUE]]
* [[Documentation/How_Tos/Calc: FALSE function|FALSE]]'''
+
* [[Documentation/How_Tos/Calc: FALSE function|FALSE]]
  
* [[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 alphabetically|Functions listed alphabetically]]

Revision as of 14:29, 26 February 2009


NOT

Reverses the logical value. Returns TRUE if the argument is FALSE, and FALSE if the argument is TRUE.

Syntax:

NOT(logical_value)

where logical_value is the logical value to be reversed.

Example:

NOT( TRUE() )

returns FALSE

Template:Documentation/SeeAlso

Issues:

  • Entering =NOT(TRUE) in a cell correctly returns FALSE, but the display in the formula bar is =NOT(1). See Issue 84266.
Personal tools