Forum Discussion

CRCC1979's avatar
CRCC1979
Copper Contributor
Jun 09, 2022
Solved

Calendar Create (any year)

I'm trying to create a calendar in excel using the template "Calendar creator (any year) but it's not filling in the dates. It has some dates in January and 2 weeks in February but nothing in the rest of the squares.  When I change the year at the top those dates the dates that appear change but no other dates appear. I've looked at formatting the cells but they are all formated the same.

  • CRCC1979 

     

    The template has 12 formulas that generate dates in mm/dd/yyyy format, i.e. for December:

     

    =DATEVALUE("12/1/"&Calendar!$B$1)-WEEKDAY(DATEVALUE("12/1/"&Calendar!$B$1))+1

     

    If your dates are in i.e. dd/mm/yyyy format this explains why the template doesn't work for you

     

    In the attached file the 12 formulas have been changed to generate dates that should work whatever your date format is

  • Lorenzo's avatar
    Lorenzo
    Silver Contributor

    CRCC1979 

     

    The template has 12 formulas that generate dates in mm/dd/yyyy format, i.e. for December:

     

    =DATEVALUE("12/1/"&Calendar!$B$1)-WEEKDAY(DATEVALUE("12/1/"&Calendar!$B$1))+1

     

    If your dates are in i.e. dd/mm/yyyy format this explains why the template doesn't work for you

     

    In the attached file the 12 formulas have been changed to generate dates that should work whatever your date format is

      • Lorenzo's avatar
        Lorenzo
        Silver Contributor
        Glad I could help. Please mark the post as solution to help others who search this site
        Thanks in advance & Nice day....

Resources