Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the RANK.AVG function. |
| ref | Parameter of the RANK.AVG function. |
| [order] | (Optional.) Parameter of the RANK.AVG function. |
Examples
Average rank with ties
=RANK.AVG(B5, $B$2:$B$20)
Ascending average rank
=RANK.AVG(C3, $C$2:$C$50, 1)
Fair competition ranking
=RANK.AVG(D8, $D$2:$D$100)
Common Errors
The number to rank is not found in the reference range.
A non-numeric argument was supplied.
Tips
RANK.AVG intentionally produces non-integer ranks (like 3.5) for ties. This is correct behavior, not an error.
Use RANK.AVG for statistical analyses, Spearman correlations, or fair scoring. Use RANK.EQ for leaderboards where you want clean integer ranks.
RANK.AVG preserves the property that all ranks sum to n*(n+1)/2, which is important for non-parametric statistical tests.
Try RANK.AVG in Viztab
Import your data and use RANK.AVG with 370+ other formulas. No signup required.
Open Viztab