+ Reply to Thread
Results 1 to 5 of 5

Summarize data from multiple worksheets

  1. #1
    Registered User
    Join Date
    07-17-2022
    Location
    Kathmandu, Nepal
    MS-Off Ver
    Office 2013
    Posts
    2

    Summarize data from multiple worksheets

    Hi,

    how can I auto summarize the data from different worksheets in excel using formula and VBA?

    Please see the attachment.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Summarize data from multiple worksheets

    With this VBA code.

    See the attached file.

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    07-21-2021
    Location
    Norfolk, UK
    MS-Off Ver
    Excel 2003, 2007, 2013, 2019
    Posts
    215

    Re: Summarize data from multiple worksheets

    My tactic is to use Worksheet level names and the INDIRECT function.

    For example you name a cell on each contributor sheet 'MyTot'. It does not matter where on the worksheet the cell is named.
    You can collect the MyTot's from each sheet using the formula =INDIRECT(A! & "!MyTot"), where the cell A1 carries the name of the worksheet.

    I include an example workbook.
    Attached Files Attached Files
    Regards,

    Stephen

  4. #4
    Registered User
    Join Date
    07-17-2022
    Location
    Kathmandu, Nepal
    MS-Off Ver
    Office 2013
    Posts
    2

    Re: Summarize data from multiple worksheets

    Thank you my dear friends.

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Summarize data from multiple worksheets

    Glad I could help.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * 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. Match & index to lookup data from multiple worksheets and summarize on one worhsheet
    By Excellentafrican in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-13-2015, 09:07 AM
  2. Macro to Summarize data from multiple worksheets with different ranges
    By Tulasi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-25-2014, 01:45 AM
  3. Replies: 1
    Last Post: 05-13-2013, 09:25 PM
  4. Need to summarize data from multiple worksheets to a summary worksheet.
    By RLB37 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-24-2012, 02:30 PM
  5. Replies: 8
    Last Post: 10-27-2011, 05:43 PM
  6. Summarize data from multiple worksheets
    By jarssonn in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-29-2010, 12:47 PM
  7. Summarize data from multiple worksheets onto one
    By BrettW in forum Excel General
    Replies: 6
    Last Post: 03-18-2010, 06:34 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