Returns the logical constant TRUE.
Syntax
Copy Code
|
|---|
TRUE( ) → Logical |
This function always evaluates to TRUE. An alternative way to use the TRUE constant is through the TRUE literal.
The first formula below illustrates the TRUE function, the second - the TRUE literal.
Formula
Copy Code
|
|---|
=TRUE() |