← All functions

RANK.EQ

Supported, behaves as documented

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) Supported, behaves as documented

Executed test cases

LibreOffice Calc 24.2.7.2 (tested 2026-07-04)

FormulaDescriptionResultExpectedVerdict
=RANK.EQ(30,A1:A5) RANK.EQ is the modern equivalent of RANK; identical data/formula to RANK_basic_descending must give the identical result 2 2 Matched
=RANK.EQ(30,A1:A5,1) Nonzero order argument ranks ascending (smallest=1), matching RANK's behavior 4 4 Matched
=RANK.EQ(20,A1:A5) Like legacy RANK, ties get the same top rank (contrast with RANK.AVG's averaged rank on identical data, see RANK.AVG_tie_averages_ranks) 3 3 Matched

Docs & syntax