RANKEQ is not ranking sequentially

Gaja Rm
โญโญโญ
With this formula couldn't able to rank the values sequentially
=RANKEQ(Values@row, Values:Values, 0)
Expecting All 100 to Rank 1
And 80 to Rank 2
and 70 to Rank 3.
Could you please help me out here.
Best Answer
-
To do what you are asking, you can use the DISTINCT() function.
=RANKEQ(Values@row, DISTINCT(Values:Values), 0)
Answers
-
To do what you are asking, you can use the DISTINCT() function.
=RANKEQ(Values@row, DISTINCT(Values:Values), 0)
-
Wowww Great, Thank you Carson
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!