+ Reply to Thread
Results 1 to 11 of 11

Calendar Template Auto Update from Data

  1. #1
    Registered User
    Join Date
    04-22-2018
    Location
    orlando
    MS-Off Ver
    2013
    Posts
    33

    Calendar Template Auto Update from Data

    Sorry, Im new to the forum, I hope i'm posting this correctly. I have a seemingly complex problem.

    date name fruit
    A B C
    4/15/2018 bob apples, pears
    4/16/2018 fred apples, pears
    4/16/2018 bob apples, pears, (oranges)
    4/16/2018 phil apples, pears, oranges
    4/17/2018 fred apples, pears
    4/19/2018 fred pears, oranges
    4/19/2018 bob pears, apples, (oranges)
    4/19/2018 phil apples, pears

    I have a calendar template. And I want to automatically update that calendar when the above table is updated or added to.
    Everytime "oranges" appears, I want the corresponding date in the calendar to show the corresponding name.
    Another problem im having is that oranges is sometimes surrounded by (). Thanks!!!

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,147

    Re: Calendar Template Auto Update from Data

    Can you pleasepost a sample of your calendar template as otherwise we are working "blind", Thank you.

    Attach a sample workbook (not image).

    Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate.

    Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    04-22-2018
    Location
    orlando
    MS-Off Ver
    2013
    Posts
    33

    Re: Calendar Template Auto Update from Data

    Hey John, thanks! I think I was able to attach it. I want the calendar in April to look like that based on the info in Sample Data, but I want the calendar to automatically change if Sample Data is changed or added to. Please let me know if the file attached correctly
    Attached Files Attached Files

  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,704

    Re: Calendar Template Auto Update from Data

    So you only want to display anything if "oranges" appears in the Fruit column of the Sample data sheet, although you don't want to include "oranges" (and associated brackets if present) in the display?

    You have 5 lines available for each day in your monthly calendars, but you want to display a name and a list of fruits, so wouldn't it be better to have an even number of rows?

    Also, do you really need twelve sheets, one for each month? I prefer to just have one monthly sheet and in that you can select the month (and year) of interest.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    04-22-2018
    Location
    orlando
    MS-Off Ver
    2013
    Posts
    33

    Re: Calendar Template Auto Update from Data

    Thanks Pete. I'm ok with one sheet, That was just the template I downloaded. Are you saying its easier to make my own calendar. I am definitely a novice when it comes to excel calendars. But yes, only display anything if "oranges" appears in the fruit column. If it makes it easier, I don't mind if the entire cell with oranges in it, is auto displayed on the date on the calendar. But I definitely need it to display the corresponding name. Thanks!

  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,704

    Re: Calendar Template Auto Update from Data

    Okay, I'll take a look at this tomorrow (or later tonight if I have chance). I should be able to modify one of my calendar files to do what you are trying to do.

    How many rows per day are you likely to need?

    Would it be better to have the name and the fruits on the same row within the day?

    Pete

  7. #7
    Registered User
    Join Date
    04-22-2018
    Location
    orlando
    MS-Off Ver
    2013
    Posts
    33

    Re: Calendar Template Auto Update from Data

    Thanks PETE! I shouldn't need more than 6 rows. That should be enough to not need to combine the names and fruits into one row. Thanks again!

  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,704

    Re: Calendar Template Auto Update from Data

    I've attached the file. You can record your data in any order in columns B to D of the Activities sheet. I suspect that in your real data you are not really looking for "oranges", so I've set this up so that you can record your actual keyword in cell F1.

    In the Calendar sheet you can select the Month and Year of interest using the drop-downs in cell K11 and K12 - the display will automatically adjust, with the keyword (and any brackets around it) being substituted out.

    Hope this helps.

    Pete
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    04-22-2018
    Location
    orlando
    MS-Off Ver
    2013
    Posts
    33

    Re: Calendar Template Auto Update from Data

    Pete. This is absolutely amazing. Thank you so much! Not a big deal, but how do you make the Keyword NOT case sensitive. So it finds it whether its capital letter or not?

  10. #10
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Calendar Template Auto Update from Data

    Change FIND to SEARCH.

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

    Re: Calendar Template Auto Update from Data

    You can change the formula in A2 of the Activities sheet to this:

    =IF(AND(C2="",B2=""),"-",IF(ISNUMBER(SEARCH($F$1,D2)),B2&"_"&COUNTIF(A$1:A1,B2&"_*")+1,"-"))

    (changes in red), and then copy it down by double-clicking on the fill handle with A2 selected. SEARCH is not case-sensitive, so you can use "Oranges" for your keyword and it will respond to "oranges" in the data.

    However, on the Calendar sheet I have used the SUBSTITUTE function to remove the keyword from the list of fruits, and this IS case-sensitive, and so "oranges" and "(oranges)" will not be removed.

    Hope this helps.

    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. Want to populate excel calendar template with recurring auto debits
    By LUrban in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-22-2018, 11:01 AM
  2. Auto update annual calendar from a list
    By LozaD in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-28-2017, 08:06 AM
  3. [SOLVED] Auto update horizontal excel calendar
    By serapie in forum Excel General
    Replies: 19
    Last Post: 01-21-2015, 01:53 AM
  4. Auto Update Calendar with Spreadsheet
    By mandycri in forum Excel General
    Replies: 2
    Last Post: 09-18-2013, 09:11 AM
  5. Replies: 1
    Last Post: 03-14-2011, 02:28 PM
  6. [SOLVED] how do i update the date on a 2005 calendar template
    By George in forum Excel General
    Replies: 0
    Last Post: 05-25-2006, 09:50 AM
  7. [SOLVED] can i link a cell to a calendar so it will auto update
    By paulyoung666 in forum Excel General
    Replies: 1
    Last Post: 06-15-2005, 02:05 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