+ Reply to Thread
Results 1 to 10 of 10

Collate data from tables into a list with totals (see attached book)

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

    Collate data from tables into a list with totals (see attached book)

    As you can see the from the attached sheet, I have some data in a table is it possible for it to automatically go in a list below with the totals for each person?

    Its hard to explain. its easier to see?
    Attached Files Attached Files

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Collate data from tables into a list with totals (see attached book)

    Formula to get the unique names
    Please Login or Register  to view this content.
    Formula to sum them up:
    Please Login or Register  to view this content.
    Click the * to say thanks.

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

    Re: Collate data from tables into a list with totals (see attached book)

    Quote Originally Posted by PaulM100 View Post
    Formula to get the unique names
    Please Login or Register  to view this content.
    Formula to sum them up:
    Please Login or Register  to view this content.

    You are amazing, can i be cheeky, and ask what the forumla would be to sum up the outs as well please

  4. #4
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Collate data from tables into a list with totals (see attached book)

    The second one

    SUMPRODUCT($d$3:$d$14,--($B$3:$B$14=B22))+SUMPRODUCT($i$3:$i$14,--($G$3:$G$14=B22))+SUMPRODUCT($n$3:$n$14,--($L$3:$L$14=B22))+SUMPRODUCT($s$3:$s$14,--($Q$3:$Q$14=B22))

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

    Re: Collate data from tables into a list with totals (see attached book)

    Quote Originally Posted by PaulM100 View Post
    The second one

    SUMPRODUCT($d$3:$d$14,--($B$3:$B$14=B22))+SUMPRODUCT($i$3:$i$14,--($G$3:$G$14=B22))+SUMPRODUCT($n$3:$n$14,--($L$3:$L$14=B22))+SUMPRODUCT($s$3:$s$14,--($Q$3:$Q$14=B22))
    Thanks again, I have another spread sheet I use for a different league, I normally just copy fomulas, but it wont work, can you tell me the 3 forumulas I would need for this one for name, rounders totals, and outs totals

    Thank you in advance (lifesaver)
    Attached Files Attached Files

  6. #6
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Collate data from tables into a list with totals (see attached book)

    You data set up is really messy. You should add it in a 6 way column ,starting in A1, range like: #,Name,Rounders,Outs,Date, and whatever is in C1 or I1, or O1,or the other ones.

    Then you can use a simple formula to return all the unique names from B column, let's say that you add it in H2(H1 -Unique names): =IFERROR(INDEX($B$2:$B$100,MATCH(0,INDEX(COUNTIF($H$1:H1,$B$2:$B$100),0,0),0)),"")

    And 2 SUMIF formulas for Rounders and Outs.

    With so many tables, the formulas posted in post #2 will work, but will contain too many SUMPRODUCTs and LOOKUPs

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

    Re: Collate data from tables into a list with totals (see attached book)

    Right I am confused no good at excel for this stuff,

    basically each team plays 10 games, and the first column is the batting order, 2nd is rounders scored and 3rd is outs. These are sorted from the other sheets in the table that relay the results to that page.

    Could you show me what you mean on my spreadsheet?

    But is they no way I can use the layout how it is now? Only because if I change that sheet I would need to change ALL my other formulas across 30 tabs

  8. #8
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Collate data from tables into a list with totals (see attached book)

    Upload a sample containing the data layout as it is in your file with some tabs to have a view. I think that what you ask can be done without using the data from this tables, and instead using the data from your raw data.

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

    Re: Collate data from tables into a list with totals (see attached book)

    Sorry didn see your reply I ahve uploaded but this is all based in google sheets as it allows multiple people to edit at the same time but i think its same layot
    Attached Files Attached Files

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

    Re: Collate data from tables into a list with totals (see attached book)

    Paul,

    Last time you sorted this out for me I have changed all my data around, but now cant get the fomulas to work, can you show me what formulas I need to make a list of unique values underneath top scorer and then a list of their total scores please?
    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)

Similar Threads

  1. Collate data from table into one list - GOOGLE SHEETS
    By slock92 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 01-29-2019, 06:35 AM
  2. [SOLVED] Collate and sort 5 tables
    By slock92 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 03-20-2017, 09:04 AM
  3. Replies: 5
    Last Post: 06-15-2015, 08:51 AM
  4. macro to Create 3 tables from tables in the attached sheet
    By irfanparbatani in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-12-2015, 08:13 AM
  5. [SOLVED] A quicker way collate from multiple tables?
    By border.studios in forum Excel General
    Replies: 1
    Last Post: 02-20-2014, 01:23 AM
  6. $$$ Macro to copy data from excel into word tables (example documents attached)
    By dapsef in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-04-2013, 12:17 PM
  7. Replies: 3
    Last Post: 03-02-2012, 06:42 AM

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