INFO
This page was originally generated from official documentation.
Returns the logical value TRUE.
Sample Usage
TRUE()Syntax
TRUE()Notes
- In most cases, Google Sheets will automatically convert the
TRUEliteral to the logicalTRUEvalue, equivalent to this function.
See Also
NOT: Returns the opposite of a logical value - NOT(TRUE) returns FALSE; NOT(FALSE) returns TRUE.
FALSE: Returns the logical value FALSE.
Examples
Returns the logical value TRUE.