DescriptionReturns the logical value FALSE.SyntaxFALSEReturn typeBooleanExampleCaseReturnsReturn TypeIF(Month.'Start Date' > DATE(2020,4,1), TRUE, FALSE)returns TRUE for all months after April 2020, FALSE otherwisebooleanExcel equivalent: FALSESee also: AND, OR, NOT, TRUE, IF