Returns the logical value FALSE
.
Sample Usage
FALSE()
Syntax
FALSE()
Notes
- In most cases, Google Sheets will automatically convert the
FALSE
literal to the logicalFALSE
value, equivalent to this function.
See Also
TRUE: Returns the logical value TRUE
.
NOT: Returns the opposite of a logical value - NOT(TRUE)
returns FALSE
; NOT(FALSE)
returns TRUE
.
Examples
Returns the logical value FALSE
.