+ Reply to Thread
Results 1 to 2 of 2

Sports Stat Leaders\Leaderboard

  1. #1
    Registered User
    Join Date
    04-09-2007
    Posts
    1

    Sports Stat Leaders\Leaderboard

    I am maintaining a spreadsheet of stats from a sports league, and want one worksheet to be specifically for tracking league leaders. All the teams' stats are stored on a "Teams" worksheet, and using the LARGE function (=LARGE((Teams!C4:C11,Teams!C23:C30,Teams!C42:C49,Teams!C61:C69,Teams!C81:C89),1)), I have created a top-10 list of players with the most goals scored with the results on a "Standings" worksheet. The problem is that the function returns the NUMBERS of goals the leaders have scored, but I also want the NAME of the associated player listed next to the number of goals scored. The player names are listed in the column directly to the left of the goals scored column (B for names, C for goals scored). Anyone know how to get Excel to pull this data and have it automatically update when changes are made to the "Teams" sheet?

    I can post the spreadsheet if needed.
    **EDIT** Attached a generic version of the spreadsheet...
    Attached Files Attached Files
    Last edited by toddyo1388; 04-09-2007 at 07:15 PM.

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256

    Two options

    Here are two options that might lead you in the right direction.

    Player Score Rank
    Adam 1 18

    Alt.1: =INDEX($B8:$B30,MATCH(C5,$C8:$C30,0))
    Alt.2: =INDEX($B8:$B30,MATCH(D3,$D8:$D30,0))
    In alt.2, D column calculates the rank

    //Ola
    Attached Files Attached Files

+ 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