RANK

RANK rank of a number in a list of numbers

Synopsis

RANK(x,ref,order)

Arguments

x: number whose rank you want to find

ref: list of numbers

order: 0 (descending order) or non-zero (ascending order); defaults to 0

Note

In case of a tie, RANK returns the largest possible rank.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

PERCENTRANK, RANK.AVG.