+ Reply to Thread
Results 1 to 3 of 3

Excel Consolidation Question

  1. #1
    Registered User
    Join Date
    09-13-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2007
    Posts
    3

    Excel Consolidation Question

    Hello from a VBA noob,

    I have a workbook that contains approximately 60 sheets, one each for a different city. The data on each sheet is formatted exactly the same. I want to create a consolidated sheet that combines the data from all of the sheets. Two catches; the data is dynamic, as there are new entries being added daily. Each sheet also has summary data that resides on the same rows as the header labels and first 3 rows of data. So what I am trying to do is stipulate that whatever is copied from each row is limited to the first 12 columns so as not to copy the summary data. Also, some cells are empty. I have attached a sample with similar formatting. Any help would be greatly appreciated. Thanks!
    Attached Files Attached Files
    Last edited by chijeff; 10-12-2012 at 05:19 PM.

  2. #2
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Excel Consolidation Question

    attach a sample file adding the desired consolidated sheet
    If solved remember to mark Thread as solved

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Excel Consolidation Question

    'MANY SHEETS TO ONE SHEET
    Here's a macro for merging data from multiple sheets into a "consolidation" sheet where the source sheets are the same layout.
    There's a sample file there, too, to make it easy to try it out.


    The key edits I would suggest are:
    Please Login or Register  to view this content.

    Please Login or Register  to view this content.

    Please Login or Register  to view this content.
    Last edited by JBeaucaire; 12-27-2019 at 10:49 PM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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