FALSE function

Prev Next

Description

Returns the logical value FALSE.

Syntax

FALSE

Return type

Boolean

Example

Case

Returns

Return Type

IF(Month.'Start Date' > DATE(2020,4,1), TRUE, FALSE)

returns TRUE for all months after April 2020, FALSE otherwise

boolean


Excel equivalent: FALSE

See also: AND, OR, NOT, TRUE, IF