Functions
FALSE
Logical false value
Try it
When to use it
When should I use FALSE()?
Use FALSE() as a literal Boolean false value in formulas where you need an explicit false constant — for example, as the range_lookup argument in VLOOKUP to force exact matching, or as a default in IF chains.
Used in
Syntax
FALSE()