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 ...

Get Microsoft® Excel® 2010 Formulas & Functions Inside Out now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.