+ Reply to Thread
Results 1 to 2 of 2

How do I create team scores from data in a table of players scores.

  1. #1
    Registered User
    Join Date
    05-30-2013
    Location
    Coventry
    MS-Off Ver
    Excel 2003
    Posts
    5

    How do I create team scores from data in a table of players scores.

    Ok I want to make two tables in an Excel sheet. One for players and one for teams.

    From columns A to C I will have a table for players cumulative scores for each week.

    From columns E to G I will have a table for teams scores worked out from the players in the first table.

    There are five teams and five players per team

    The Players Table would look like:-

    A B C
    1 Pos Player Score
    2 1 Smith 81
    3 2 Jones 77

    The teams cumulative scores in the second table need to be of the five players in the first table. I could use something like =SUM(C1+C4+C6+C12+C20) etc but as soon as I sort the Players Table by score the team scores change to the wrong players.

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: How do I create team scores from data in a table of players scores.

    Add another column (using M for my example) to hold a Team # for each player (1,2,3,4 or 5), then you can use this formula to sum a particular team's scores:

    For Team 1: =SUMIF(M1:M25,1,C1:C25)
    For Team 2: =SUMIF(M1:M25,2,C1:C25)
    etc.

    Hope this helps.

    - Moo
    Last edited by Moo the Dog; 06-15-2013 at 09:13 PM.

+ 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