Need help with RANK function

B

butters14

Does anyone know how to rank a group of numbers without having exce
give 2 alike numbers the lower value instead of splitting th
difference between the 2 tied values? Say I'm ranking A1:A12 and two o
the cells "tie" for highest value. Instead of giving each cell a rank o
11.5, excel gives both 11. Does anyone know a workaround for this issue
I need the sum of the rankings to equal 1+2+3+4+5+6+7+8+9+10+11+12 an
everytime there is a tie i lose a unit. Please help. :
 
M

mangesh_yadav

Instead of using the SUM function, use the following formula to
calculate your required sum:

=SUM(ROW(INDIRECT("1:"&COUNT(A1:A12))))

press control shift enter

no need to calculate the rank specially for summing purpose.


Mangesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top