Formualizer Docs
ReferenceFunctionsLogical Functions

FALSE

Returns the logical constant FALSE.

Summary

Use FALSE() when you want an explicit boolean false value in formulas.

Remarks

  • FALSE takes no arguments and always returns the boolean value FALSE.
  • No coercion or evaluation side effects are involved.

Examples

Return FALSE directly
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
false
Use FALSE in branching
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
no

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

On this page