Ranking query

M

Marie Bayes

Hi
I would like to know if it's possible to change RANK so that it doesn't
increment if it finds duplicates, ie, all the duplicate highest ranks are 1 ,
then no matter how matter how many there are all the next highest numbers
will be 2, etc.
Thank you
 
M

Mike H

Hi

with your numbers in column A1 down put this in b1 and asjust the a100 to
the length of your range and drag down

=SUMPRODUCT(--(A1>A$1:A$100),1/COUNTIF(A$1:A$100,A$1:A$100&""))+1

Mike
 
M

Marie Bayes

Hi Mike H

That's great thanks, I just swapped the > for a < to get my ranking in the
right order, but it's working - thanks again.
 

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

Similar Threads

Ranking Top 5 in score and percentage 1
Ranking in order 2
Issue with Ranking 12
RANK not resulting as hoped 8
Inverse Ranking 3
Looking up a value next to a designated cell 3
Ranking formula question? 1
Ranking 1

Top