← All functions

FALSE

Supported, behaves as documented

Category: Logical · Last tested 2026-07-04

Support matrix

EngineDocumentedLive-testedVerdict
Excel Yes Not yet n/a
Google Sheets Yes Not yet n/a
LibreOffice Calc Yes Yes (24.2.7.2, 2026-07-04) Supported, behaves as documented

Executed test cases

LibreOffice Calc 24.2.7.2 (tested 2026-07-04)

FormulaDescriptionResultExpectedVerdict
=FALSE() The zero-argument function form FALSE() is callable and returns the logical value FALSE, per https://support.microsoft.com/en-us/office/false-function-2d58dfa5-9c03-4259-bf8f-f0ae14346904 False False Matched
=FALSE()=FALSE FALSE() returns a genuine logical value equal to the bare FALSE keyword True True Matched
=IF(FALSE(),"yes","no") FALSE() used as a condition behaves exactly like the FALSE keyword no no Matched

Docs & syntax