Returns the logical value 'TRUE'.
Sample usage
TRUE()
Syntax
TRUE()
Notes
- In most cases, Google Sheets will automatically convert the
TRUEliteral 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.