RANK.AVG

RANK.AVG rank of a number in a list of numbers

Synopsis

RANK.AVG(x,ref,order)

Arguments

x: number whose rank you want to find

ref: list of numbers

order: 0 (descending order) or non-zero (ascending order); defaults to 0

Note

In case of a tie, RANK returns the average rank.

Microsoft Excel Compatibility

This function is Excel 2010 compatible.

See also

PERCENTRANK, RANK.