Microsoft® Excel® 2010 Formulas & Functions Inside Out
by Helmut Reinke Egbert Jeschke Sara Unverhau, Eckehard Pfeifer, Bodo Fienitz, and Jens Bock
RANK.AVG()
Syntax. RANK.AVG(number,ref,order)
Definition. This function returns the rank of a number within a list of numbers. The rank of a number is its size relative to the other values in a list. If several values have the same rank, the average rank is returned.
Arguments
number (required). The value for which you want to know the rank.
ref (required). An array of or a reference to a list of numbers. Nonnumeric values in ref are ignored.
order (optional). A number specifying how to rank numbers. If order is 0 or not specified, the number is ranked as if ref were a list sorted in descending order. If order is a nonzero value, the number is ranked as if ref were a list sorted in ascending order.
Background. You will find more information in the description ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access