+ Reply to Thread
Results 1 to 4 of 4

Auto Populate from a Master Worksheet

  1. #1
    Registered User
    Join Date
    10-14-2013
    Location
    Canberra, Australia
    MS-Off Ver
    Excel 2003
    Posts
    2

    Auto Populate from a Master Worksheet

    Greetings Brains Trust, I have tried to find the solution to this in the forums, but either I am blind or not as intelligent as my mother tells me I am.
    I have been assigned to manage the data for a number of teams in a charity competition. I would like to add new users and their information, and then for that information to auto populate to each of the teams sheets. I would also like to just update the amounts raised by individuals and have that info updated on the team sheets too. I will then have a workseet with the teams listed by amount raised and the top 10 indivdual earners. I hope this makes sense.

    Any and all help is more than gratefully appreciated

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Auto Populate from a Master Worksheet

    Hi and welcome to the forum

    This sounds entirely do-able, but so that we can see what you/we are dealing with, I would suggest you upload a sample work book, (all sensitive data removed), showing what data you are working with, a few examples of what your expected outcome is, and how you arrived at that
    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    10-14-2013
    Location
    Canberra, Australia
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Auto Populate from a Master Worksheet

    Workbook4.xls
    Wow, thankyou for the the prompt response. I have (hopefully) attached the basic concept - (I have done this at home on Excel 2010 but at work I use 2003 if that affects things)

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Auto Populate from a Master Worksheet

    Sorry for the delay in replying.

    If I understand you correctly, follow these steps...
    1. in Master, use a helper column with this copied down...
    =D2&COUNTIF($D$2:D2,D2)
    (I used G, you can use whatever you like - and even hide it if you want - just adjust the next formulas as needed)

    2. use this in all sheets copied across and down all columns EXCEPT the team column and all rows...
    =INDEX(Master!$B$1:$F$8,MATCH($C3&ROW($A1),Master!$G$1:$G$8,0),MATCH(A$2,Master!$B$1:$F$1,0))

    3. If you plan on typing the sheet name into the team mane column, thats fine, else you can use this...
    =RIGHT(CELL("filename",A1),LEN(CELL("filename",A1))-SEARCH("]",CELL("filename",A1),1))
    =INDEX(Master!$B$1:$F$8,MATCH($C3&ROW($A1),Master!$G$1:$G$8,0),MATCH(A$2,Master!$B$1:$F$1,0))

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto-populate data to a master worksheet from other sheets in a shared workbook
    By JennyJAL in forum Excel Programming / VBA / Macros
    Replies: 45
    Last Post: 08-20-2021, 12:08 AM
  2. Auto-populate data to a master worksheet
    By caw886 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-09-2013, 12:20 PM
  3. Auto-populate from other sheets in a master, than auto total duplicates
    By Melyd in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-30-2013, 01:48 PM
  4. Macro to Auto populate master worksheet
    By ctidwel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-12-2012, 11:43 AM
  5. Replies: 3
    Last Post: 09-07-2012, 06:29 PM

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