RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values ​​with the same rank in Excel

RANK.EQ function: The function returns the rank of a number in a list of numbers whose size is in correlation with other values. If multiple values ​​have the same rank -> the function returns the highest rank. Support functions from Execl 2010 version onwards.

The following article introduces you to the RANK.EQ function - one of the functions in the statistical function group is very popular in Excel.

RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values ​​with the same rank in Excel Picture 1RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values ​​with the same rank in Excel Picture 1

Description: The function returns the rank of a number in a list of numbers whose size is in correlation with other values. If multiple values ​​have the same rank -> the function returns the highest rank. Support functions from Execl 2010 version onwards.

Syntax: RANK.EQ (number, ref, [order])

Inside:

- number : The value you want to find rank, is a required parameter.

- ref: Array or reference to a list of numbers, is a required parameter.

- order: The number indicates the order of the rank, an optional parameter.

Attention:

- If order = 0 or omitted -> the default function sorts the terms in descending order.

- If order 0 -> the default function sorts the terms in ascending order.

For example:

Determine the rank of the value 66 in the data array described in the following data table:

RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values ​​with the same rank in Excel Picture 2RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values ​​with the same rank in Excel Picture 2

- Determine rank of 66 value in descending order. In a cell to calculate, enter the formula : = RANK.EQ (D6, D7: J7, D8)

RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values ​​with the same rank in Excel Picture 3RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values ​​with the same rank in Excel Picture 3

- Press Enter -> rank of the value 66 is:

RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values ​​with the same rank in Excel Picture 4RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values ​​with the same rank in Excel Picture 4

- Here the ref array has 3 values ​​66 -> the function returns the highest rank is 1 (corresponding to descending arrangement).

- Determine rank of 66 value in ascending order. In the cell to be calculated enter the formula : = RANK.EQ (D6, D7: J7, D8) -> Press Enter -> return value is:

RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values ​​with the same rank in Excel Picture 5RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values ​​with the same rank in Excel Picture 5

- Here the ref array has 3 values ​​66 -> the function returns the highest rank is 5 (corresponding to ascending arrangement).

So with 2 different arrangements -> rankings of the same value are different.

Above are instructions and some specific examples when using the RANK.EQ function in Excel.

Good luck!

5 ★ | 2 Vote