FALSE

Returns False as a value

Syntax of Excel False formula:
=FALSE()

In words:
=Return False as a value()

Explanation

FALSE function is mostly used in scenarios where FALSE argument is required as one of the options especially in logical tests.

Examples of Excel False Formula

=IF(H7=S6,83+86,FALSE)
This formula is checking if value in cell H7 is equal to value in cell S6 then return add 83 and 86 otherwise return FALSE.