← All functions

PERCENTILE.INC

Quirk found

Category: Statistical · 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) Quirk found

Discovered quirks

Executed test cases

LibreOffice Calc 24.2.7.2 (tested 2026-07-04)

FormulaDescriptionResultExpectedVerdict
=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