+ Reply to Thread
Results 1 to 5 of 5

how to auto populate data from multiple sheets to a master

  1. #1
    Registered User
    Join Date
    04-20-2009
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    8

    how to auto populate data from multiple sheets to a master

    Hi guys

    Been struggling with this and don't know where to start. Any suggestions would be helpful.

    Im trying to create a master report which will be used to send out daily. The problem is everyday there is new data for each of the headings and instead of copy and pasting each new data for the day i would like it to automatically be auto populated to the master report.

    Is there any way to do this using coding instead of linking?

    Thanks in advance
    Last edited by Fosachy; 04-20-2009 at 09:19 PM.

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

    Re: how auto populate data from one sheet to a master

    ONE REPORT that culls information daily from multiple other workbooks with the UNCHANGING names...this could easily be done with macros OR with worksheet functions. Both will work fine if the sheets are well designed.

    Post a complete sample set of support sheets and a mockup of the summary report you make daily and we'll look it over.
    _________________
    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!)

  3. #3
    Registered User
    Join Date
    04-20-2009
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: how to auto populate data from multiple sheets to a master

    Here is the sample

    note the data will come from different worksheets however same data on each. At times there may be a row missing from the data.

    Therefore it may need to call data based on the "text" since the name never changes, only the data

    Thanks
    Attached Files Attached Files

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

    Re: how to auto populate data from multiple sheets to a master

    So, since there are no dates in the "example data.xls" file, I presume you will just want to use today's date. As such, it will also have to be a macro since worksheet functions would need a date in the data, too.

    So, since we're talking macro, how usable will a macro I give you be since your data set looks pretty dumbed down...or are you actually counting animals?

    I've attached this macro to a button to simplify running it. Try running it twice in a row:
    Please Login or Register  to view this content.
    Those bits in red you'll have to get right. Correctly located, this macro will work on closed workbooks.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    04-20-2009
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: how to auto populate data from multiple sheets to a master

    It works!!! BUT......

    JB your right i dummy'd down my data so much that when i'm trying to use my real data its too hard to comprehend.

    I may have left out some important things about the master and now when trying to manipulate your code its not working.

    Please let me know what u think i should do.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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