+ Reply to Thread
Results 1 to 7 of 7

Leader Board Scores

  1. #1
    Forum Contributor
    Join Date
    10-10-2012
    Location
    Australia
    MS-Off Ver
    Excel 2016 on 365 Subscription (Win 10)
    Posts
    134

    Leader Board Scores

    I need to find a fair way to select our next comp team based on the results from the previous comp. I have added all of the scores for the individual events and overall results. However I would like to select the team based on how many points each player has been awarded based on the 1st, 2nd, 3rd, etc table for each individual event. I need the "Points Column" to add up the points awarded from the table below the main spreadsheet but have no idea where to start. Any help would be greatly appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Leader Board Scores

    Could you give a couple of examples of expected results?

  3. #3
    Forum Contributor
    Join Date
    10-10-2012
    Location
    Australia
    MS-Off Ver
    Excel 2016 on 365 Subscription (Win 10)
    Posts
    134

    Re: Leader Board Scores

    Wow, thanks for the rapid response.

    I've attached a spreadsheet with the expected results calculated manually in the "Points" column.
    Attached Files Attached Files

  4. #4
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: Leader Board Scores

    Try this

    =SUMPRODUCT(--($A$13:$A$22=G2),$B$13:$B$22)+SUMPRODUCT(--($A$13:$A$22=I2),$B$13:$B$22)+SUMPRODUCT(--($A$13:$A$22=K2),$B$13:$B$22)+SUMPRODUCT(--($A$13:
    Click just below left if it helps, Boo?ath?

  5. #5
    Forum Contributor
    Join Date
    10-10-2012
    Location
    Australia
    MS-Off Ver
    Excel 2016 on 365 Subscription (Win 10)
    Posts
    134

    Re: Leader Board Scores

    Nope. That doesn't work.

    I've calculated all the Points Column results manually (see attached)
    Attached Files Attached Files

  6. #6
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: Leader Board Scores

    Hi, Check now with the below


    =SUMPRODUCT(--($A$13:$A$22=G2),$B$13:$B$22)+SUMPRODUCT(--($A$13:$A$22=I2),$B$13:$B$22)+SUMPRODUCT(--($A$13:$A$22=K2),$B$13:$B$22)+SUMPRODUCT(--($A$13:$A$22=M2),$B$13:$B$22)

  7. #7
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Leader Board Scores

    In P2 and copy down:

    =INDEX($B$13:$B$22,MATCH(G2,$A$13:$A$22,0))+INDEX($B$13:$B$22,MATCH(I2,$A$13:$A$22,0))+INDEX($B$13:$B$22,MATCH(K2,$A$13:$A$22,0))+INDEX($B$13:$B$22,MATCH(M2,$A$13:$A$22,0))

    There's probably a much better way of doing this but I don't have it right now.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 06-15-2013, 09:02 PM
  2. Leader board lookup
    By lochdara in forum Excel General
    Replies: 2
    Last Post: 09-12-2012, 11:27 AM
  3. Racing Leader Board
    By oddicos in forum Excel General
    Replies: 2
    Last Post: 06-09-2012, 07:55 AM
  4. Creating a Leader Board through a Points Database?
    By tRaMSt0p in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-19-2012, 10:17 AM
  5. creating a time-trial leader board
    By Rosstheboss in forum Excel General
    Replies: 2
    Last Post: 07-01-2010, 10:50 AM

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