+ Reply to Thread
Results 1 to 5 of 5

Return top 3 values and their correspondence

  1. #1
    Registered User
    Join Date
    11-23-2006
    Posts
    9

    Return top 3 values and their correspondence

    Hello there,

    In the following sheet I have a number of brands with their respective scores (not ordered by scores). I need to extract the top 3 brands in separate cells. I have tried combinations of LARGE, MATCH, INDEX formulas, however I got stuck. The main problem is the fact that the scores column does not have unique scores (for example 2 brands have the same score).

    Any help would be very appreciated.

    Thank you all in advance.
    Attached Files Attached Files
    Last edited by RandomP; 11-11-2011 at 11:21 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Return top 3 values and their correspondence

    Is there a likelihood of duplicate values in column C?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Return top 3 values and their correspondence

    Maybe with a helper column (Column D), add a helper column to rank your list.

    D1=RANK(C2,$C$2:$C$13,0)+COUNTIF($C$2:C2,C2)-1

    Then in F2 copied down

    F2=INDEX($B$2:$B$13,MATCH(ROW(A1),$D$2:$D$13,0))
    HTH
    Regards, Jeff

  4. #4
    Registered User
    Join Date
    11-23-2006
    Posts
    9

    Re: Return top 3 values and their correspondence

    Thank you jeffreybrown,

    It works that way, even if it's a little more work to do. I have not one, but maybe 50 ranking to do.

    But thank you nonetheless.

  5. #5
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Return top 3 values and their correspondence

    You are very welcome...Glad it worked out for you

    Undoubtedly NBVC can come up with something without a helper column, but make sure you post your exact requirements as every situation will required a slightly different solution.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1