ReferenceFunctionsLogical Functions
TRUE
Returns the logical constant TRUE.
Summary
Use TRUE() when you want an explicit boolean value in formulas.
Remarks
TRUEtakes no arguments and always returns the boolean valueTRUE.- No coercion or evaluation side effects are involved.
Examples
Return TRUE directly
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
true
Use TRUE in branching
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
yes
Related functions
FAQ
Can TRUE accept arguments?
No. TRUE takes zero arguments and always returns the boolean constant TRUE.
Runtime metadata
Category
Logical
Signature
TRUE()Arity
min 0, max 0
Caps
PURE
Source