RANKAVG
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?
RANKAVG(number, list, [order])RANKAVG(2,[1,2,2,5,4],0)
// returns 3.5
RANKAVG(2,[1,2,2,5,4],1)
// returns 2.5
Last updated
Was this helpful?
Was this helpful?