+ Reply to Thread
Results 1 to 7 of 7

Populating data from constantly changing Master workbook

Hybrid View

  1. #1
    Registered User
    Join Date
    09-23-2018
    Location
    Newcastle, Australia
    MS-Off Ver
    2016
    Posts
    3

    Populating data from constantly changing Master workbook

    Hi all,

    I'm new here, and have posted this thread into the Excel General section as I am not sure which section would best fit what I am trying to achieve.

    I have an Excel workbook Master that I want create new, constantly updating/refreshing series of workbooks from. The Master data sheet changes monthly as new student lines are added, so the data source would be changing regularly.

    There are over a 100 columns of data and about 200 rows in the Master. I only need about some of the columns in my new workbooks.

    An example of one workbook would be that I have the existing four columns taken from the Master:

    Student Number | Student Name | Confirmation Date | Supervisor 1 | Supervisor 2 | Comments
    1234567 | Joe Smith | 12/12/2018 | Susan Jones | John Doe | XXXXX

    When new students get added, I want them to populate underneath the existing data. Additionally, if Joe's confirmation date or supervisors change, I also want that information to refresh from the new Master, whilst retaining any comments I have added about the student.

    I hope I've provided enough information. The current tracking system is fully manual which is onerous and unreliable, and I am sure that something like this is possible, but I don't have enough Excel knowledge to make it happen. Any assistance that is provided would be greatly 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: Populating data from constantly changing Master workbook

    Hi, welcome to the forum

    Im sure we can help you with this, but to best describe or illustrate your problem you would be better off attaching a dummy workbook. The workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    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
    09-23-2018
    Location
    Newcastle, Australia
    MS-Off Ver
    2016
    Posts
    3

    Re: Populating data from constantly changing Master workbook

    Hi FDibbins,

    Thanks for the advice. I have uploaded a dummy workbook with two sheets: Sheet 1 is the Master data and Sheet 2 is what I want to use from the Master Data in a new workbook, in addition to adding some of my own extra columns.

    If you need any further info, please let me know.
    Attached Files Attached Files

  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: Populating data from constantly changing Master workbook

    Apologies for the delayed reply (it was bedtime lol)

    So, you want to enter data into sheet2, and have it appear in sheet1, below the last entry?

    If so, try this in sheet1...
    A2=IF(Sheet2!A2="","",Sheet2!A2)
    =IF($A2="","",INDEX(Sheet2!$A:$Q,MATCH(Sheet1!$A2,Sheet2!$A:$A,0),MATCH(Sheet1!B$1,Sheet2!$A$1:$Q$1,0)))

    Not that sheet1 contains headings that do not appear in sheet2.

  5. #5
    Registered User
    Join Date
    09-23-2018
    Location
    Newcastle, Australia
    MS-Off Ver
    2016
    Posts
    3

    Re: Populating data from constantly changing Master workbook

    Now I'll apologise for my late reply. I thought I would receive an email notification of your response, but I never did!

    Ideally, I would like to take the data from Sheet 1 and have only certain columns of data populate into a new workbook altogether. I would like to be able to refresh the new workbook from Sheet 1 data, which is constantly changing.

    Hope this makes sense. Wish I had more Excel wits about me!

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,423

    Re: Populating data from constantly changing Master workbook

    You have to tell us what criteria are to be used to determine if a record should appear in Sheet2 (or in Sheet3, Sheet4 etc.). It might be that you want to select based on Supervisor, in which case you would have subsidiary sheets one for each of your supervisors. Or it might be based on Course, so you would have sheets for each course, and so on.

    Rather than have multiple sheets of the same layout, I prefer to suggest that you have one, but in that you could choose the name of the Supervisor from a drop-down list, and have the data presented just for that supervisor. Choose a different supervisor, and the display changes accordingly. Of course, this approach is not really suitable if you want to add other data onto the subsidiary sheets.

    Whichever way is chosen, you can achieve it with just a few well-chosen formulae, so the data is always up-to-date in the subsidiary sheet(s).

    Your sample file only showed one record, so it is difficult to deduce exactly what you want to achieve. It would be better to have a few more example records in your Master sheet (no more than about 20), and you need to tell us what selection criteria is to be applied.

    Hope this helps.

    Pete

  7. #7
    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: Populating data from constantly changing Master workbook

    Did you try my suggestion?

+ 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. Referring to a workbook with constantly changing name and date
    By sarbasvovn in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-24-2017, 05:27 AM
  2. How to record data that's constantly changing
    By FrancisM2411 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-27-2016, 06:39 PM
  3. Reading Changing Data in a spreadsheet without constantly saving
    By Jason88888 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-25-2013, 04:23 PM
  4. Need Pivot tables to consolidate constantly changing data.
    By Whingered in forum Excel Charting & Pivots
    Replies: 12
    Last Post: 01-25-2013, 09:29 AM
  5. creating charts from one constantly changing data point!
    By @traderdave in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-12-2012, 06:15 AM
  6. Importing constantly data changing
    By sentinela in forum Excel General
    Replies: 0
    Last Post: 03-26-2009, 07:22 PM
  7. Replies: 0
    Last Post: 02-24-2005, 06:00 AM

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