ReferenceExcel FormulasSupported FormulasFALSEOn this pageFALSE The FALSE function returns the logical value FALSE. Syntax =FALSE() Parameters None - this function takes no parameters. Examples =FALSE() // Returns FALSE=IF(FALSE(), "Yes", "No") // Returns "No"=NOT(FALSE()) // Returns TRUE