Ranking formula question?

S

Skeep

When I use the rank formula all ties have the same rank.

I need them to increase by 1 so that if there is a three way tie for
the highest rank I would have a ranking of 1,2,3 not 1,1,1

Thanks...Hope this is possible
 
B

Biff

Hi!

Try this:

=RANK(A1,A$1:A$10)+COUNTIF(A$1:A1,A1)-1

Copy down

The first instance of the tie will be ranked higher:

25 = 1
15 = 4
25 = 2
25 = 3

Biff
 

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