FALSE Function
The FALSE function in Google Sheets returns the boolean value FALSE.
Syntax
FALSE()
Examples
- Basic Usage
Return FALSE:
=FALSE()
This will output FALSE.
Notes
- The FALSE function can be used to directly insert a FALSE boolean value in a formula.
- This function is often used in conjunction with logical functions like IF and AND.