Documentation/Calc Functions/TRUE
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Function name:
TRUE
Category:
Logical
Summary:
The logical value is set to TRUE.
Syntax:
TRUE()
Returns:
Always returns the logical value TRUE.
Arguments:
The TRUE() function does not require any arguments.
Additional details:
Examples:
If A=TRUE and B=FALSE the following examples appear:
=AND(A;B) returns FALSE
=OR(A;B) returns TRUE
=NOT(AND(A;B)) returns TRUE
Related LibreOffice functions:
ODF standard:
part 2, Section 6.15.9