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