Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
RANK.EQ returns the position of a value in a sorted list, giving tied values the same (top) rank and skipping subsequent ranks. It replaces the legacy RANK function and is the standard choice when ties should share the highest rank.
Topic:RANK & statistical aggregates=RANK.EQ(B2,B2:B5,0)=RANK.EQ(B2,B2:B5,0)Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Rank each salesperson's revenue from highest to lowest, with ties getting the same rank”
Returns the rank of a number, averaging ranks for ties. Useful in statistical analysis where tied ranks should not cluster.
How-toRank a number against a list with RANK — highest first or lowest first. Works the same in Excel and Google Sheets.
ReferenceReturns the k-th percentile value from a dataset. Useful for performance benchmarking and threshold analysis.
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.
How-toCombine values and their weights with SUMPRODUCT divided by the total weight. Works the same in Excel and Google Sheets.
How-toUse STDEV.S for a sample or STDEV.P for a full population to measure the spread of values around the mean.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: