Returns the logical value `TRUE`.
Sample Usage
=TRUE()
Syntax
TRUE()
Notes
In most cases, Google Sheets will automatically convert the TRUE literal to the logical TRUE value, 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.