FALSE

The FALSE function returns the boolean value FALSE. This function is included for compatibility with tables imported from other spreadsheet apps.

FALSE()

Notes

Examples

=FALSE() returns the boolean value FALSE.

=AND(1, FALSE()) returns the boolean value FALSE.

See also
TRUE