+ Reply to Thread
Results 1 to 11 of 11

How to automatically combine data from multiple worksheets into a master worksheet

  1. #1
    Registered User
    Join Date
    02-27-2013
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    6

    How to automatically combine data from multiple worksheets into a master worksheet

    I am attempting to create a template worksheet that several different people will be independently working from, creating several different worksheets to be saved on a Windows network share drive. The template spreadsheet will contain approximately 8 columns of unique data utilizing no formulas. What I need is for the data from each of those worksheets to automatically populate a master worksheet on a daily basis. I am completely new to this, so I'm not sure if this can be accomplished from an excel formula, macro, or visual basic.

    Thank you for any assistance this forum may provide.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: How to automatically combine data from multiple worksheets into a master worksheet

    Would fresh data be copied to the template sheet each day or would the people populate the data in the next available row?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    02-27-2013
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: How to automatically combine data from multiple worksheets into a master worksheet

    Each person would continue to add to their individual worksheet daily, and I would need the master worksheet to recognize what data it had already pulled, if possible.

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: How to automatically combine data from multiple worksheets into a master worksheet

    Ok, so to exclude duplicates, it will be good if the master sheet is cleared of all data (except headers) before fresh data is input. Will that affect your further processes in any way?

  5. #5
    Registered User
    Join Date
    02-27-2013
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: How to automatically combine data from multiple worksheets into a master worksheet

    If necessary, that should be fine.

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: How to automatically combine data from multiple worksheets into a master worksheet

    Would you want the user to open up the network file or should the path be hard coded in the macro?

  7. #7
    Registered User
    Join Date
    01-30-2013
    Location
    Kansas
    MS-Off Ver
    Excel 2007
    Posts
    30

    Re: How to automatically combine data from multiple worksheets into a master worksheet

    Excel can already do this without additional VBA.
    If I have assisted you, please add to my Rep

  8. #8
    Registered User
    Join Date
    02-27-2013
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: How to automatically combine data from multiple worksheets into a master worksheet

    The file will not move once set, so I see no reason it can't be hard coded.

  9. #9
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: How to automatically combine data from multiple worksheets into a master worksheet

    One last question -

    Since multiple people will be populating their individual files, should the master file contain 1 tab per person and update the individual data sets? Or should everyone's data be consolidated into 1 tab?

    Incase everyone's data is consolidated into 1 tab, do you need the name of the tab to reflect, from where the data was copied?

  10. #10
    Registered User
    Join Date
    02-27-2013
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: How to automatically combine data from multiple worksheets into a master worksheet

    The master file would contain 1 consolidated tab. The name of the tab can be anything it needs to be.

  11. #11
    Registered User
    Join Date
    02-27-2013
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: How to automatically combine data from multiple worksheets into a master worksheet

    Bump for a response

+ 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