+ Reply to Thread
Results 1 to 2 of 2

Collate all data - into a one list of unique names and totals

  1. #1
    Registered User
    Join Date
    04-05-2015
    Location
    Leeds
    MS-Off Ver
    2013
    Posts
    91

    Collate all data - into a one list of unique names and totals

    Hello,

    PLEASE HELP!!

    I run leagues across the country, and for each game the team plays a different teams, I record who scores what for each game... Is they way I cn collate all the data from the 10 games into 1 list per team? With only showing unique names and the points they got across all 10 games.

    Ive attached sample data.

    TIA :D :D
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,548

    Re: Collate all data - into a one list of unique names and totals

    Perhaps this will be of some help although it isn't completely automated.
    If you can get a complete roster of each team then you can skip to step 4.
    1. Copy the longest list of players to column W.
    2. Use conditional formatting to identify duplicates between the game with the longest list and each of the other lists. (In the attached file I used red formatting between the list from game 1 and the list from game 2. I then used yellow formatting between the list in game 1 and the list in game 3)
    3. Add any unhighlighted players to the list in column W.
    4. Populate column X using*: =SUMPRODUCT(IFERROR((A$81:E$92=W81)*(B$81:F$92),0))
    5. Populate column V using: =AGGREGATE(14,6,X$81:X$95,ROWS(A$1:A1))
    6. Populate column U using: =INDEX(W$81:W$95,AGGREGATE(15,6,(ROW(A$81:A$95)-ROW(A$80))/(X$81:X$95=V81),COUNTIFS(V$81:V81,V81)))
    *Denotes an array entered formula which is confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
    Note that the ranges of the formulas will need to be changed for each team.
    Note that columns W:X may be moved and/or hidden for aesthetic purposes.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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: 9
    Last Post: 05-21-2019, 09:39 AM
  2. [SOLVED] Unique names list from data validation column
    By L plates in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-01-2017, 07:08 PM
  3. Replies: 7
    Last Post: 12-23-2015, 07:43 AM
  4. Collate list of names(from headers)
    By djboblp in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-19-2014, 06:11 AM
  5. Replies: 9
    Last Post: 10-14-2013, 07:55 PM
  6. Collate a list of unique items only from multiple sheets into specific categories
    By Boyler_Room in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-28-2013, 08:05 PM
  7. Totals for unique names - but trickier
    By jazzper in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-06-2008, 03:46 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