+ Reply to Thread
Results 1 to 3 of 3

How to use labels or Intersections to sum data

  1. #1
    Registered User
    Join Date
    07-19-2007
    Posts
    51

    How to use labels or Intersections to sum data

    Here is the scenario I have: a series of repeating data sets that contain similar data, specifically stats (goals and assists) from individual players for multiple hockey games. I need to figure out how to sum each occurance of the stat (i.e. sum John's goals from game 1, game 2, game 3, etc) Please see attached spreadsheet. I want to add the summaries at the bottom. thanks for any help
    Attached Images Attached Images

  2. #2
    Forum Contributor
    Join Date
    10-14-2004
    Location
    San Diego, CA
    Posts
    213
    Hello jchambers00:

    The SUMPRODUCT() formula is what you want.

    =SUMPRODUCT(--(B3:B14="John"),(C3:C14))


    Matt

  3. #3
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211
    Quote Originally Posted by jchambers00
    Here is the scenario I have: a series of repeating data sets that contain similar data, specifically stats (goals and assists) from individual players for multiple hockey games. I need to figure out how to sum each occurance of the stat (i.e. sum John's goals from game 1, game 2, game 3, etc) Please see attached spreadsheet. I want to add the summaries at the bottom. thanks for any help
    =SUMIF(B3:B14,"John",C3:C14)

+ 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