TRUE
returns the logical value TRUE · from excel · excel: not yet compared · sheets: not yet compared
signature
TRUE()
returns: boolean
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=TRUE() true fx
=IF(TRUE(), 1, 2) 1