PERCENTILE.INC
Quirk foundCategory: Statistical · 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) | Quirk found |
Discovered quirks
- =PERCENTILE.INC(A1:A3,1.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 24.2.7.2 (tested 2026-07-04)
| Formula | Description | Result | Expected | Verdict |
|---|---|---|---|---|
| =PERCENTILE.INC(A1:A10,0) | k=0 is a valid boundary for PERCENTILE.INC and returns the minimum | 1 | 1 | Matched |
| =PERCENTILE.INC(A1:A10,1) | k=1 is a valid boundary for PERCENTILE.INC and returns the maximum | 10 | 10 | Matched |
| =PERCENTILE.INC(A1:A10,0.5) | k=0.5 (median); compare to PERCENTILE.EXC_k_half on identical data | 5.5 | 5.5 | Matched |
| =PERCENTILE.INC(A1:A3,1.5) | k outside [0,1] -> #NUM! | #VALUE! | #NUM! | Mismatch |
Docs & syntax
- Excel: official documentation
- Google Sheets: official documentation
- LibreOffice Calc: official documentation