TRUE function

TRUE returns the logical value TRUE. The TRUE() function does not require any arguments, and always returns the logical value TRUE.

Syntax

TRUE()

Example

If A=TRUE and B=FALSE the following examples are displayed:

=AND(A,B) returns FALSE.

=OR(A,B) returns TRUE.

=NOT(AND(A,B)) returns TRUE.