TRUE

The TRUE function returns the boolean value TRUE. This function is included for compatibility with tables imported from other spreadsheet apps.

TRUE()

Notes

Examples

=TRUE() returns the boolean value TRUE.

=AND(1, TRUE()) returns the boolean value TRUE.

=AND(1, TRUE) works exactly the same as the preceding example.

See also
FALSE