← All functions

PERCENTRANK

Supported, behaves as documented

Category: Compatibility · Last tested 2026-08-06

Real, executed compatibility results for the PERCENTRANK 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

EngineDocumentedLive-testedVerdict
Excel Yes Not yet n/a
Google Sheets Yes Not yet n/a
LibreOffice Calc Yes Yes (25.8.7.3, 2026-08-06) Supported, behaves as documented

Executed test cases

LibreOffice Calc 25.8.7.3 (tested 2026-08-06)

FormulaDescriptionResultExpectedVerdict
=PERCENTRANK(A1:A4,30) Rank of a value that sits at the third of four points (2/3 of the way up) 0.667 0.667 Matched
=PERCENTRANK(A1:A4,10) The smallest value ranks at 0 0 0 Matched
=PERCENTRANK(A1:A4,40) The largest value ranks at 1 1 1 Matched
=PERCENTRANK(A1:A4,25) A value between two data points is interpolated (25 sits halfway between the 20 and 30 ranks) 0.5 0.5 Matched

Docs & syntax

Related how-to recipes