Log in

View Full Version : Ranking data by value


vks64
Jul 15, 2020, 07:51 PM
I have a excel sheet showing sales and sales_return data. I want a excel formula to rank the data values automatically by high to low values (without sorting) as in model excel sheet enclosed.
Thanks in advance
vks

colbtech
Aug 19, 2020, 08:27 AM
In an unused cell (I used D2) type in the following:

=rank(C2,$c$2:$c£11,0)

Copy the contents of D2 into D3 to D11