QUARTILE.INC
Quirk foundCategory: Statistical · Last tested 2026-08-06
Real, executed compatibility results for the QUARTILE.INC function across Microsoft Excel, Google Sheets, and LibreOffice Calc — verified by actually running it. Syntax and links to each vendor’s official documentation are below.
Support matrix
| Engine | Documented | Live-tested | Verdict |
|---|---|---|---|
| Excel | Yes | Not yet | n/a |
| Google Sheets | Yes | Not yet | n/a |
| LibreOffice Calc | Yes | Yes (25.8.7.3, 2026-08-06) | Quirk found |
LibreOffice version history
We executed the same test cases under each LibreOffice release to show exactly when QUARTILE.INC’s support changed — not documentation claims, real results.
| LibreOffice version | Verdict | Tested |
|---|---|---|
| 24.2.0.3 | Quirk found | 2026-07-19 |
| 24.8.7.2 | Quirk found | 2026-07-19 |
| 25.2.0.3 | Quirk found | 2026-07-24 |
| 25.8.7.3 | Quirk found | 2026-08-06 |
Why isn't QUARTILE.INC working in LibreOffice?
QUARTILE.INC exists in LibreOffice 25.8.7.3, but it is not a drop-in match for
Excel — our executed tests found real behavioral differences (detailed in the test results on this
page). If a formula that works in Excel or Google Sheets misbehaves in LibreOffice, compare your usage
against the failing cases above before assuming your data is wrong.
Discovered quirks
- =QUARTILE.INC(A1:A3,5) on LibreOffice Calc returned #VALUE!, but the documented/expected result is #NUM!. MISMATCH vs expected: expected '#NUM!', got '#VALUE!'
Executed test cases
LibreOffice Calc 25.8.7.3 (tested 2026-08-06)
| Formula | Description | Result | Expected | Verdict |
|---|---|---|---|---|
| =QUARTILE.INC(A1:A10,0) | quart=0 returns the minimum | 1 | 1 | Matched |
| =QUARTILE.INC(A1:A10,2) | quart=2 returns the median, equal to PERCENTILE.INC(...,0.5) | 5.5 | 5.5 | Matched |
| =QUARTILE.INC(A1:A10,4) | quart=4 returns the maximum | 10 | 10 | Matched |
| =QUARTILE.INC(A1:A10,1) | quart=1 returns the first quartile | 3.25 | 3.25 | Matched |
| =QUARTILE.INC(A1:A3,5) | quart must be an integer 0-4; 5 is out of range -> #NUM! | #VALUE! | #NUM! | Mismatch |
Docs & syntax
- Excel: official documentation
- Google Sheets: official documentation
- LibreOffice Calc: official documentation