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
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