+ Reply to Thread
Results 1 to 3 of 3

Auto Populating calendar

  1. #1
    Registered User
    Join Date
    08-23-2017
    Location
    Northwest Territories, Canada
    MS-Off Ver
    MS Office 2013
    Posts
    6

    Auto Populating calendar

    Hi there,

    I'm trying to create a calendar the changes month to month and year to year when I select the month and year from a drop down list. I'm having trouble trying to figure out what formulas to use. Does anyone have any tips or suggestions on what to use or maybe I'm missing something?

    I've attached the calendar for reference.

    Thank you!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Auto Populating calendar

    Welcome to the forum!

    For future reference, the easiest way to do this is to find an existing calendar template and modify it to suit your needs, that way the hard part - the calendar functionality - is already in place. That said, I think I've been able to work it into your sample. I used the following formula in F8:

    =IF(WEEKDAY(DATE($C$5,MONTH(DATEVALUE($C$3&" 1, 2017")),1))>1,"",DATE($C$5,MONTH(DATEVALUE($C$3&" 1, 2017")),1))

    and in F9:

    =IF(F8<>"",F8+1,IF(WEEKDAY(DATE($C$5,MONTH(DATEVALUE($C$3&" 1, 2017")),1))>2,"",DATE($C$5,MONTH(DATEVALUE($C$3&" 1, 2017")),1)))

    There are minor modifications as it's filled right for the first week, then a few alterations to get the bulk of the calendar flowing. It seems to be holding up for me, but take a look at the attachment to see if it's working as desired:
    Attached Files Attached Files
    If your problem has been solved, please use "Thread Tools" to mark the thread as "Solved".

    If you're grateful for this site's existence and would like to contribute to the community, please consider posting something hilarious in our joke thread:
    https://www.excelforum.com/the-water...ke-thread.html

  3. #3
    Registered User
    Join Date
    08-23-2017
    Location
    Northwest Territories, Canada
    MS-Off Ver
    MS Office 2013
    Posts
    6

    Re: Auto Populating calendar

    Thanks a bunch! I'll take a look at the attachment.

+ 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 Populating Calendar Isssue
    By Tennessee83 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-27-2017, 08:18 AM
  2. Auto-Populating Calendar
    By emk123 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-13-2017, 07:29 AM
  3. Auto Populating Calendar
    By NEWBie32 in forum Excel General
    Replies: 2
    Last Post: 01-19-2016, 06:56 PM
  4. Auto-Populating Calendar from different Sheet
    By cmgwb3 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-12-2015, 09:40 AM
  5. Auto Populating Calendar
    By slesensky in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-18-2014, 09:57 PM
  6. Questions about auto populating calendar
    By Corocotan in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 07-18-2012, 02:47 PM
  7. Auto-Populating Excel Calendar
    By Vbort44 in forum Excel General
    Replies: 27
    Last Post: 11-16-2011, 03:43 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