Ranking function

  • Thread starter Thread starter Art
  • Start date Start date
A

Art

Say I have a row containing integers, such as:

Integer 12 20 9 6 15

Is there a way with functions to calculate the ranking
index of each integer, from highest to lowest, and display
the results in the row below?

Integer 12 20 9 6 15
Rank 3 1 4 5 2

Art
 
Back
Top