RANKAVG
Returns the position of a number in a list. If there are duplicates, this function gives them the average rank.
Syntax
RANKAVG(number, list, [order])Arguments
Example
RANKAVG(2,[1,2,2,5,4],0)
// returns 3.5
RANKAVG(2,[1,2,2,5,4],1)
// returns 2.5
Excel Equivalent
Last updated
Was this helpful?