FALSE Function in Google Sheets

Return the boolean value FALSE in Google Sheets using the FALSE function.

FALSE Function

The FALSE function in Google Sheets returns the boolean value FALSE.

Syntax

FALSE()

Examples

  1. 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.
  • TRUE: Returns the boolean value TRUE.
  • IF: Returns a value based on a condition.