+ Reply to Thread
Results 1 to 7 of 7

Need a master worksheet to populate based on other worksheets

  1. #1
    Registered User
    Join Date
    09-22-2011
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Need a master worksheet to populate based on other worksheets

    I am using Microsoft Excel 2010. I am a workbook that has multiple worksheets - all identical columns, just for different people in the department. At the end I have a Totals page and would like whenever a person enters information on their individual worksheet that it would automatically copy the information and populate the Totals page on the next available row.
    Thanks in advance for any help. I am a novice at VBA.
    Last edited by slasch; 09-26-2011 at 09:31 AM.

  2. #2
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: Need a master worksheet to populate based on other worksheets

    For accurate and timely response, always attach a sample workbook so others can see the format.
    Also, be clear in your request / description of issue. You said that when a user enters information you want the totals to be copied on the last page in next available row. Does that mean every time a user updates information a new row is created for that user or does the existing row for that user get updated?
    A sample file with non-sensitive data will go a long way in getting a fast resolution.
    modytrane

  3. #3
    Registered User
    Join Date
    09-22-2011
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Need a master worksheet to populate based on other worksheets

    Thank you for your response.

    A new row is created each time a user updates his/her worksheet. I would want this information to then carry over to the Totals page.

    I have attached a copy an example. As you will seeon Ryan's worksheet client ABC and on Liz's CDE, yet both are on the Total page.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Need a master worksheet to populate based on other worksheets

    hi, slasch, how about the code that you will run whenever you need and it will collect the data from all the sheets on Totals sheet? To my view that will be better option for your task.

  5. #5
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Need a master worksheet to populate based on other worksheets

    please check attachment, run code "test"

    If the data on TOTALS sheet should be cleared before collecting data from the sheets, uncomment (delete ' at the start of the line) this line:

    Please Login or Register  to view this content.
    At the moment the data from sheets will be copied to TOTALS sheet as many times as you run the code
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    09-22-2011
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Need a master worksheet to populate based on other worksheets

    Thank you so much! That works great. That makes it easier.

  7. #7
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Need a master worksheet to populate based on other worksheets

    if you are happy with the solution provided, please mark the thread as Solved, see Forum Rules for details: http://www.excelforum.com/forum-rule...rum-rules.html, rule #9

+ 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