TRUE
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 |
|---|---|---|---|---|
| =TRUE() | The zero-argument function form TRUE() is callable and returns the logical value TRUE, per https://support.microsoft.com/en-us/office/true-function-7652c6e3-8987-48d0-97cd-ef223246b3fb | True | True | Matched |
| =TRUE()=TRUE | TRUE() returns a genuine logical value equal to the bare TRUE keyword | True | True | Matched |
| =IF(TRUE(),"yes","no") | TRUE() used as a condition behaves exactly like the TRUE keyword | yes | yes | Matched |
Docs & syntax
- Excel: official documentation
- Google Sheets: official documentation
- LibreOffice Calc: official documentation