Returns the logical constant FALSE.
Syntax
Copy Code
|
|---|
FALSE( ) → Logical |
This function always evaluates to FALSE. An alternative way to use the FALSE constant is through the FALSE literal.
The first formula below illustrates the FALSE function, the second - the FALSE literal.
Formula
Copy Code
|
|---|
=FALSE() |