+ Reply to Thread
Results 1 to 9 of 9

Combine multiple spreadsheet into a master listing spreadsheet

  1. #1
    Registered User
    Join Date
    02-28-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    36

    Combine multiple spreadsheet into a master listing spreadsheet

    1. How can i combine the multiple spreadsheet that is in my excel (which includes 4 of them) into a master list and it will be combined one after another. Meaning after Sheet1 last row will continue with Sheet2 first row and so on.

    2. I also wish to have a automatic update in the master list spreadsheet when i make changes in the other spreadsheet.

    I've been searching and trying for 2 days >< anyone please help?
    Last edited by Grace14; 02-28-2012 at 12:05 PM.

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

    Re: Combine multiple spreadsheet into a master listing spreadsheet

    Grace14, please attach a sample file with dummy data so we can assist you better.
    Last edited by Mordred; 02-28-2012 at 05:48 AM.
    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-28-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    36

    Re: Combine multiple spreadsheet into a master listing spreadsheet

    arlu1201,

    This is the data I'm working on. Thank you so much ^^
    Last edited by Grace14; 02-28-2012 at 08:33 PM.

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

    Re: Combine multiple spreadsheet into a master listing spreadsheet

    You can use this code -
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    02-28-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    36

    Re: Combine multiple spreadsheet into a master listing spreadsheet

    Hi, Arlette.

    Thank you so much!!!
    Sorry that i never ask together. Is it possible to make it so that when i make changes in the spreadsheet then the master list will change accordingly?

    ^^

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

    Re: Combine multiple spreadsheet into a master listing spreadsheet

    Is it possible to make it so that when i make changes in the spreadsheet then the master list will change accordingly?
    Actually to prevent it from being too complicated, the macro takes care of both your needs (1 & 2 in the first post). First, it will consolidate the data from all the tabs. 2nd - if you do make changes to any of the other tabs, just run the macro. It will clear the contents of the master sheet and consolidate again.

  7. #7
    Registered User
    Join Date
    02-28-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    36

    Re: Combine multiple spreadsheet into a master listing spreadsheet

    is it okay that i make it like button click? like using a command button?

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

    Re: Combine multiple spreadsheet into a master listing spreadsheet

    Yes, just insert a button on the page and assign the macro to it.

  9. #9
    Registered User
    Join Date
    02-28-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    36

    Re: Combine multiple spreadsheet into a master listing spreadsheet

    Thank you Arlette. You really help me a lot ^^ thank you do much

+ 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