+ Reply to Thread
Results 1 to 7 of 7

Get Sum of each worksheet and then create summary sheet with totals from all worksheets

  1. #1
    Forum Contributor
    Join Date
    12-10-2014
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2205 Build 16.0.15225.20368) 64-bit
    Posts
    101

    Get Sum of each worksheet and then create summary sheet with totals from all worksheets

    Hello,

    I have a document that is attached that I would like to be able to have it provide the totals from all numerical columns from each worksheet and then create a summary worksheet from all worksheets within the workbook and provide the totals there. The thing is that all worksheets have their last row of data on different lines based on the number of games a player played in that season. Any help with this would be greatly appreciated. Thanks in advance!
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    91,036

    Re: Get Sum of each worksheet and then create summary sheet with totals from all worksheet

    Not clear about the sort of summary you are after - can you manually mock-up what you are after in your sample sheet?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    12-10-2014
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2205 Build 16.0.15225.20368) 64-bit
    Posts
    101

    Re: Get Sum of each worksheet and then create summary sheet with totals from all worksheet

    I have included a mockup in the workbook attached with the summary sheet and if you look at the first five sheets you'll see that I went ahead and did the sum manually for all the numeric values and then linked the values to the summary worksheet. Hope this helps. Thank you!
    Attached Files Attached Files

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    91,036

    Re: Get Sum of each worksheet and then create summary sheet with totals from all worksheet

    Have a look at the attached. I have started off a solution for you.

    1. I've changed the data in the first two named sheets to tables and added a total to the first column.
    2. I've given these tables names via the Formulas ribbon - Name Manager.
    3. I have used this formula in the summary table in B2 drag copied to B3: =INDIRECT(SUBSTITUTE($A2," ","_")&"[[#Totals],["&B$1&"]]")

    I hope it gets you started!
    Attached Files Attached Files
    Last edited by AliGW; 02-28-2018 at 12:06 PM.

  5. #5
    Forum Contributor
    Join Date
    12-10-2014
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2205 Build 16.0.15225.20368) 64-bit
    Posts
    101

    Re: Get Sum of each worksheet and then create summary sheet with totals from all worksheet

    Thank you for the help to get me started. This is working out perfectly. The only thing that I'm struggling with is how I can get the table to be renamed automatically to the players name with the _ between the first and last name. I have not been able to find anything to help me out with this. Any ideas? Thanks again!!
    Last edited by kingsdime29x; 02-28-2018 at 05:39 PM.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    91,036

    Re: Get Sum of each worksheet and then create summary sheet with totals from all worksheet

    I have only just seen this, but am bumping the thread for you. I’ll look in again tomorrow to see if I can help further.

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    91,036

    Re: Get Sum of each worksheet and then create summary sheet with totals from all worksheet

    There may be a way to do this using VBA. My advice is to open a new thread in the VBA section asking if there is a way to link the table name to the worksheet tab name.

    This formula will get it into an ordinary worksheet cell: =SUBSTITUTE(MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)," ","_")

+ 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. [SOLVED] Sort Worksheets by Date and then create summary worksheet with results
    By kingsdime29x in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-30-2017, 10:27 AM
  2. Create A Summary sheet from variable worksheets
    By kammariarun in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-19-2015, 03:44 PM
  3. VBA Code to Create One Summary worksheet of many worksheets in workbook
    By brandnew22 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-10-2014, 06:58 PM
  4. Help! Copy totals from multiple worksheets into one summary sheet
    By taryne in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-11-2014, 02:13 AM
  5. Summary sheet to create multiple worksheets
    By originata in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-07-2012, 05:42 PM
  6. Replies: 3
    Last Post: 02-18-2005, 10:06 AM
  7. Replies: 0
    Last Post: 02-18-2005, 10:06 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