Documentation/How Tos/Calc: FALSE function
From OpenOffice.org Wiki
< Documentation | How Tos
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

