Articles with the tag:
Close
Changelog
Close
Articles with the tag:
Close
Try in the cloud
Try in the cloud

RANK.AVG Function

The RANK.AVG function is one of the statistical functions. It is used to return the rank of a number in a list of numbers. The rank of a number is its size relative to other values in a list (if you were to sort the list, the rank of the number would be its position). If more than one value has the same rank, the average rank is returned.

Syntax

RANK.AVG(number, ref, [order])

The RANK.AVG function has the following arguments:

Argument Description
number The value you want to find the rank for.
ref The selected range of cells containing the specified number.
order The numeric value that specifyes how to order the ref array. It is an optional argument. If it is 0 or omitted, the function ranks number as if ref were a list sorted in descending order. Any other numeric value is treated as the value 1 and the function ranks number as if ref were a list sorted in ascending order.

Notes

How to apply the RANK.AVG function.

Examples

The figure below displays the result returned by the RANK.AVG function.

RANK.AVG Function

Return to previous page
Try now for free Try and make your decision No need to install anything
to see all the features in action