RANKEQ
Syntax
RANKEQ(number, list, [order])Arguments
Example
RANKEQ(2,[1,3,2,5,4],0)
// returns 4
RANKEQ(2,[1,3,2,5,4],1)
// returns 2
RANKEQ(2,[1,3,2,5,4])
// returns 2
// with duplicates
RANK(4,[1,2,2,5,4])
// returns 4
Excel Equivalent
Last updated
Was this helpful?