+ Reply to Thread
Results 1 to 8 of 8

How to Auto Populate Info from Table to Calendar based on date

  1. #1
    Registered User
    Join Date
    01-31-2020
    Location
    Atlanta
    MS-Off Ver
    365
    Posts
    16

    How to Auto Populate Info from Table to Calendar based on date

    Hello Everyone,

    I am new to the forum but would love to seek your expertise on an excel query.

    I am working on a TRP schedule with dates in table format(enterprise roll-up calendar). My goal is to have the calendar view (Monthly TRP Calendar) auto populate meeting information based on the date in the enterprise roll up calendar. My standard process is to update the table view, but I'm trying to avoid double entry in updating the calendar as well. I would like to update the worksheet for the date 2/20 and have the calendar auto populate column J on the date of 2/20.

    Thank you in advance and I have attached a sample of the data.

    Tanya
    Attached Files Attached Files

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

    Re: How to Auto Populate Info from Table to Calendar based on date

    What is it that you want to appear on the calendar sheets? The data from the Time and Location columns?

    Pete

  3. #3
    Registered User
    Join Date
    01-31-2020
    Location
    Atlanta
    MS-Off Ver
    365
    Posts
    16
    Quote Originally Posted by Pete_UK View Post
    What is it that you want to appear on the calendar sheets? The data from the Time and Location columns?

    Pete
    I would like the leader information to populate in the calendar on the corresponding date.

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

    Re: How to Auto Populate Info from Table to Calendar based on date

    You already have some comments on some days, e.g. Valentine's Day on 14th February. How do they get populated in your calendar? If I give you a formula to populate the cells underneath the day, it will overwrite those other entries.

    Pete

  5. #5
    Registered User
    Join Date
    01-31-2020
    Location
    Atlanta
    MS-Off Ver
    365
    Posts
    16

    Re: How to Auto Populate Info from Table to Calendar based on date

    Quote Originally Posted by Pete_UK View Post
    You already have some comments on some days, e.g. Valentine's Day on 14th February. How do they get populated in your calendar? If I give you a formula to populate the cells underneath the day, it will overwrite those other entries.

    Pete
    I'm fine with the holidays being overwritten since they are not required. The leader information in column J is more important.

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

    Re: How to Auto Populate Info from Table to Calendar based on date

    I've re-worked your calendar so that it now operates off dates, rather than the numbers that you had before. This means that there are formulae on the top line of each week which basically increment the date, and the cell is formatted to show only the day number. This has another benefit, in that it can be made to adjust automatically - you can put a different year in cell B1, and a calendar for that year will be automatically generated. I have used conditional formatting to shade the days in alternate months.

    The information that you want can be derived using this formula in C4:

    =IFERROR(INDEX('Enterpise Roll-Up TRP Calendar '!$J:$J,MATCH(C3,'Enterpise Roll-Up TRP Calendar '!$N:$N,0))&"","")

    which I have copied across on the second line for each week. This returns the data from column J of the other sheet if column N of that sheet has a date matching the cell that the formula is in (these columns shown in red above, for clarity). You can see the names Hacey, Drew and Cork on the dates 20th Feb, 5th March and 10th March respectively.

    Hope this helps.

    Pete
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    01-31-2020
    Location
    Atlanta
    MS-Off Ver
    365
    Posts
    16

    Re: How to Auto Populate Info from Table to Calendar based on date

    Quote Originally Posted by Pete_UK View Post
    I've re-worked your calendar so that it now operates off dates, rather than the numbers that you had before. This means that there are formulae on the top line of each week which basically increment the date, and the cell is formatted to show only the day number. This has another benefit, in that it can be made to adjust automatically - you can put a different year in cell B1, and a calendar for that year will be automatically generated. I have used conditional formatting to shade the days in alternate months.

    The information that you want can be derived using this formula in C4:

    =IFERROR(INDEX('Enterpise Roll-Up TRP Calendar '!$J:$J,MATCH(C3,'Enterpise Roll-Up TRP Calendar '!$N:$N,0))&"","")

    which I have copied across on the second line for each week. This returns the data from column J of the other sheet if column N of that sheet has a date matching the cell that the formula is in (these columns shown in red above, for clarity). You can see the names Hacey, Drew and Cork on the dates 20th Feb, 5th March and 10th March respectively.

    Hope this helps.

    Pete
    It functions exactly as I had envisioned. Thank you so much for your help, I appreciate it more than you know

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

    Re: How to Auto Populate Info from Table to Calendar based on date

    You're welcome - glad to help.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. [SOLVED] Auto Populate Excel Calendar based on Date Ranges
    By mikearmanios in forum Excel General
    Replies: 14
    Last Post: 04-01-2021, 12:11 PM
  2. How to Auto Populate Info from Table to Calendar based on date
    By sbattle18 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-31-2020, 04:42 PM
  3. Replies: 1
    Last Post: 11-27-2017, 08:50 PM
  4. [SOLVED] Auto Populate a Linear Calendar Based On A List With Date Ranges
    By falafelologist in forum Excel General
    Replies: 3
    Last Post: 05-20-2015, 08:15 PM
  5. Replies: 4
    Last Post: 10-02-2013, 03:00 PM
  6. Replies: 2
    Last Post: 07-31-2013, 02:00 PM
  7. Replies: 0
    Last Post: 07-03-2012, 03:52 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