Documentation/Calc Functions/FALSE
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Function name:
FALSE
Category:
Logical
Summary:
Returns the logical value FALSE.
Syntax:
FALSE()
Returns:
Always returns the logical value FALSE.
Arguments:
The FALSE() function does not require any arguments.
Additional details:
The FALSE function is provided primarily for compatibility with other Calc functions.
Examples:
=FALSE() returns FALSE
=NOT(FALSE()) returns TRUE
Related LibreOffice functions:
ODF standard:
Section 6.15.2, part 2
Equivalent Excel functions:
FALSE[1]