+ Reply to Thread
Results 1 to 5 of 5

Summing Multiple Row of Data

  1. #1
    Registered User
    Join Date
    03-25-2020
    Location
    Michigan
    MS-Off Ver
    Home 365
    Posts
    12

    Summing Multiple Row of Data

    Hello, I'm looking for some input to help me with summing multiple rows of data. It's probably a simple solution, I'm just very inexperienced at this point.

    ** File attached **

    I have a worksheet ("Player Games") that has rows of data containing statistics from individual basketball games. Each row of data represents an individual player's stats for one game. Each row has a Player ID (Column A), then their stats for that particular game in subsequent columns. Many players will have played multiple games and therefore their Player ID shows up multiple times in Column A. I'm wanting to aggregate the individual game stats into season stats for each individual player in a separate worksheet titled "Player Totals". I plan to use SUMIF formulas to aggregate the stats. My issue is that I don't know how to use formulas so that each Player ID represented in Column A on the "Player Games" worksheet, will only show up once on the "Player Total" worksheet in Column A, so I can then use the SUMIF formulas in the other columns to aggregate the stats.

    Any input would be greatly appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Summing Multiple Row of Data

    Hi
    Try this in A2:
    =UNIQUE('PLAYER GAMES'!A2:A1000)

  3. #3
    Registered User
    Join Date
    03-25-2020
    Location
    Michigan
    MS-Off Ver
    Home 365
    Posts
    12

    Re: Summing Multiple Row of Data

    Hello belinda200, thank you for the reply! The formula does work, but one follow up question. Will the Unique formula work in Excel versions other than 365? If not, any ideas on other solutions for older versions of Excel?

  4. #4
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Summing Multiple Row of Data

    Only 365.
    Try this in A2 and down:
    =INDEX('PLAYER GAMES'!$A$2:$A$243,MATCH(0,COUNTIF($A$1:A1,'PLAYER GAMES'!$A$2:$A$243),0))

  5. #5
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Summing Multiple Row of Data

    In A2 then copy down and across up to column B

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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: 8
    Last Post: 10-12-2019, 08:31 AM
  2. Summing data across multiple tabs
    By anne.king in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 06-24-2016, 01:50 PM
  3. [SOLVED] Summing data across multiple criteria on multiple worksheets
    By PDBartlett in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-01-2015, 11:57 AM
  4. [SOLVED] Data summing with multiple row
    By Jhon Mustofa in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-12-2014, 03:18 AM
  5. Replies: 2
    Last Post: 03-07-2013, 02:16 PM
  6. Summing data from multiple workbooks
    By llydon in forum Excel General
    Replies: 1
    Last Post: 02-02-2012, 03:39 AM
  7. Summing multiple data ranges
    By esupply in forum Excel General
    Replies: 3
    Last Post: 08-27-2010, 02:50 PM

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