RANK.EQ()

Syntax. RANK.EQ(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 you were to sort the list, the rank of the number would be its position.

Arguments

BackgroundYou will find more information in the description of RANK().

Example. For information about the use of the RANK.EQ() function, see the example for the RANK() function.