RANK
Returns the rank/position of a number in a list of numbers.
A number's rank refers to its size or value in comparison to the values of other numbers in a list. If you were to sort the list (ascending or descending), the rank of the number would be its position.
If there are duplicates, their rank remains the same. The subsequent rank(s) are skipped.
Syntax
Arguments
The RANK function syntax has the following arguments:
number: Required. The number whose rank you wish to find.
list: Required. A list of numbers, or a reference to it.
order: Optional. A number that specifies whether the numbers should be ranked ascending or descending in the list.
If the order is 0 (zero), Inforiver ranks the number as if the list is sorted in descending order. The highest value number is assigned a rank of 1, and so on.
If the order is omitted or any nonzero value is entered, Inforiver ranks the number as if the list is sorted in ascending order. The lowest value number is assigned a rank of 1, and so on.
Example
You can use the RANK function to rank the values of several entities in important metrics like score, cost, revenue, sales, and so on.
In the example below, we have used the RANK function to rank the sales across different product categories.
Excel Equivalent
Last updated
Was this helpful?