FALSE function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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 58572;84266 .
See Also