FALSE
Supported, behaves as documentedCategory: Logical · Last tested 2026-07-04
Support matrix
| Engine | Documented | Live-tested | Verdict |
|---|---|---|---|
| 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)
| Formula | Description | Result | Expected | Verdict |
|---|---|---|---|---|
| =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
- Excel: official documentation
- Google Sheets: official documentation
- LibreOffice Calc: official documentation