Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Heads up: Excel and Google Sheets do this differently.
=RANK.EQ(A2, IF((B$2:B$7=B2)*(C$2:C$7=C2), A$2:A$7), 0)=ARRAYFORMULA(RANK.EQ(A2:A7, IF((B2:B7=B2)*(C2:C7=C2), A2:A7), 0))Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need the Google Sheets version instead? Open Sheets variant in workspace →
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
Yes, you can add more conditions within the IF statement using additional logical operators like AND or OR.
RANK.EQ assigns the same rank to tied values and skips the next rank(s).
No, text comparisons in the IF statement are not case-sensitive unless specified otherwise.
Returns the rank of a number in a list, assigning the same rank to ties (same as RANK). Essential for leaderboards.
How-toRank a number against a list with RANK — highest first or lowest first. Works the same in Excel and Google Sheets.
ReferenceReturns the rank of a number, averaging ranks for ties. Useful in statistical analysis where tied ranks should not cluster.
How-toMeasure how spread out your numbers are with STDEV for a sample or STDEVP for a whole population. Works in Excel and Google Sheets.
ReferenceReturns the k-th percentile value from a dataset. Useful for performance benchmarking and threshold analysis.
How-toCombine values and their weights with SUMPRODUCT divided by the total weight. Works the same in Excel and Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: