• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Duplicate values in a list

clumpa

Member
I run several competitions and end up with a list of name, score, rank. I use conditional formatting to highlight 1st, 2nd etc in the list and this works for ties. What I would like to do is to display on an other worksheet the highest 3 scores & names. I have used INDEX & MATCH to do this =INDEX($B$3:$B$100,MATCH(1,$D$3:$D$00,FALSE),1) but this will obviously not handle ties.


Help.........
 
Clumpa

If your Rank is assigned using the Rank function, you will get duplicates where the scores are equal

What about using Auto Filter directly on the list

and then select the Drop Down in the Rank Column and Select (Top 10...)

You can now select the Top or Bottom 3, Depending on how you have used Rank, and believe it or not it will show 4 or more items if they have duplicate values
 
Back
Top