Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
RANK.AVG assigns tied values the average of the ranks they would have occupied. For example, two values tied for 2nd and 3rd each receive rank 2.5. This approach is preferred in statistical work to avoid inflating or deflating rank sums.
Topic:RANK & statistical aggregates=RANK.AVG(B2,B2:B5,0)=RANK.AVG(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 test scores using averaged ranks so that ties don't distort statistical analysis”
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 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: