+ Reply to Thread
Results 1 to 6 of 6

Retrieving Top 3 Results

Hybrid View

  1. #1
    Registered User
    Join Date
    05-21-2013
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Retrieving Top 3 Results

    Dear all,

    I have tried to display result for the top 3 rider for each stage in the Results Page tab for each individual stage. The data needs to come from Stage Results. I tried using Index and Match but to no avail despite using {}. Any help much appreciated.

    Thanks

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Retrieving Top 3 Results

    k992010,

    wouldn't you use something like...
    =INDEX(Riders,MATCH(1,INDEX((Stage=ThisStage)*(Scores=LARGE(INDEX((Stage=ThisStage)*(Scores),),1)),),0))


    Just change the red 1 to be a 2 for 2nd place and a 3 for 3rd place
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Retrieving Top 3 Results

    Hi Tigeravatar....looks like this got posted twice....I like your solution...mine was Index/Match but not as elegant as yours....
    Ernest

    Please consider adding a * if I helped

    Nothing drives me crazy - I'm always close enough to walk....

  4. #4
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Retrieving Top 3 Results

    @judgeh, I didn't see that this was a duplicate thread, ah well. Your solution worked with OP's data setup, whereas mine would require that the data structure be changed. Props to you for making it work with OP's data setup as is though

  5. #5
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Retrieving Top 3 Results

    @tigeravatar ---- Thanks

  6. #6
    Registered User
    Join Date
    05-21-2013
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Retrieving Top 3 Results

    Thank you everyone for their help. You are all life savers!

+ 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