Monthly calendar template #2
I have created another monthly calendar template for you to get. Select a month and year in cells A1 and B1. They are drop down lists. The calendar is instantly updated with dates. This makes it quick and easy to print months. You may have to adjust print area.
How I created the template
Adjust column size
- Increase size of column A to 288 px.
- Increase size of column B to 288 px.
Adjust row sizes
- Select rows 1:33
- Adjust cell height to 30 px.
Create drop down lists
- Select cell A1
- Create a drop down list (Data validation)
- Select List
- In source field, type: January, February, March, April, May, June, July, August, September, October, November, December
Repeat with cell B1, in source field, type; 2011, 2012, 2013, 2014, 2015
Calculate start date
Formula in cell D1:
Hide formula in cell D1
- Select cell D1
- Press and hold CTRL and then press 1 once.
- Press with left mouse button on "Number" tab
- Press with left mouse button on "Custom" in Category window.
- Type ,,, in Type: field.
- Press with left mouse button on OK!
Calendar formulas
In cell A2:
In cell A3:
Copy cell A3 and paste into cell range A3:A32
Format cells
- Select cell range A2:A32
- Press with left mouse button on "Top Align" button (Home tab, excel 2007)
- Press with left mouse button on "Align text left" button (Home tab, excel 2007)
- Select font size 12
Conditional formatting - Highlight weekends
- Select cell range A2:B32
- Press with left mouse button on "Conditional formatting" button
- Press with left mouse button on "New Rule.."
- Press with left mouse button on "Use a formula to determine which cells to format"
- Type: =WEEKDAY($D$1+ROW(A1)-1, 2)>5
- Press with left mouse button on "Format..." button
- Press with left mouse button on "Fill" tab
- Select a color (grey)
- Press with left mouse button on OK!
- Press with left mouse button on OK!
Conditional formatting - Format sundays, font color to red
- Select cell range A2:B32
- Press with left mouse button on "Conditional formatting" button
- Press with left mouse button on "New Rule.."
- Press with left mouse button on "Use a formula to determine which cells to format"
- Type: =WEEKDAY($D$1+ROW(A1)-1, 2)=7
- Press with left mouse button on "Format..." button
- Press with left mouse button on "Font" tab
- Select a color (red)
- Press with left mouse button on OK!
- Press with left mouse button on OK!
Format cells
- Select cell A2:B2
- Press with left mouse button on top border button (Home tab)
- Press with left mouse button on bottom border button (Home tab)
- Press and hold with right mouse button on black dot in the right lower corner of cell B2
- Drag down to row 33
- Press with left mouse button on "Fill formatting only"
Calendar category
This article describes how to build a calendar showing all days in a chosen month with corresponding scheduled events. What's […]
I will in this article demonstrate a calendar that automatically highlights dates based on date ranges, the calendar populates names […]
This workbook contains two worksheets, one worksheet shows a calendar and the other worksheet is used to store events. The […]
In a previous post I created a simple weekly schedule with dynamic dates, in this post I am going to […]
The image above demonstrates cells highlighted using a conditional formatting formula based on a table containing date ranges. The calendar […]
The calendar shown in the image above highlights events based on frequency. It is made only with a few conditional […]
This article demonstrates how to highlight given date ranges in a yearly calendar, this calendar allows you to change the […]
The image above shows a calendar that is dynamic meaning you choose year and month and the calendar instantly updates […]
The drop down calendar in the image above uses a "calculation" sheet and a named range. You can copy the drop-down […]
This article demonstrates how to filter an Excel defined Table based on the selected cell in a calendar. The calendar […]
This article demonstrates how to build a calendar in Excel. The calendar is created as a Pivot Table which makes […]
Here is my contribution to all excel calendars out there. My calendar is created in Excel 2007 and uses both […]
What's on this page How to use this Excel Calendar How to add events How I built this calendar Worksheet […]
Sam asks: One more question for the Calendar that you have set up above can we have a excel formula […]
This weekly calendar is easy to customize, you can change calendar settings in sheet "Settings": Start date (preferably a Sunday or […]
Templates category
This article describes how to build a calendar showing all days in a chosen month with corresponding scheduled events. What's […]
I will in this article demonstrate a calendar that automatically highlights dates based on date ranges, the calendar populates names […]
Geoff asks: Hi Oscar, I have a cross reference table we use for shift scheduling. The x-axis is comprised of […]
The calendar shown in the image above highlights events based on frequency. It is made only with a few conditional […]
In this article, I am going to demonstrate a simple workbook where you can create or delete projects and add […]
This article demonstrates a basic invoice template I created. It lets you use dropdown lists to quickly select products on […]
This article demonstrates how to highlight given date ranges in a yearly calendar, this calendar allows you to change the […]
The image above shows a calendar that is dynamic meaning you choose year and month and the calendar instantly updates […]
I have built a sheet to track time at work. It is very simple, there are 13 sheets, one for […]
I would like to share this simple weekly schedule I created. How to use weekly schedule Type any date in cell […]
This template makes it easy for you to create a weekly school schedule, simply enter the time ranges and the […]
Today I will share a To-do list excel template with you. You can add text to the sheet and an […]
Rattan asks: In my workbook I have three worksheets; "Customer", "Vendor" and "Payment". In the Customer sheet I have a […]
This Gantt chart uses a stacked bar chart to display the tasks and their corresponding date ranges. Completed days are […]
Today I am going to demonstrate how amazing pivot tables are! Take a look at this time sheet. You can […]
Functions in this article
More than 1300 Excel formulas
Excel formula categories
Excel categories
One Response to “Monthly calendar template #2”
Leave a Reply
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.
I have a calendar that is layed out like a monthly one with 7 days per week across and 5 weeks below, I have a list with event date and catagory, I am trying to get it to where I can use my drop down on the calendar seet for the catagory and have the items fill in on the dates per teh catagory, I have some catagories that have the same dates so I have 6 rows under each date I have it referanceing the date and tha catagory up top to the list to try to do the calendar. I can get it to work to a point some catagories will show through the whole month while others will omit the first week or 2 and or the last week or 2. My formula is
=IFERROR(IF(VLOOKUP(INDEX(Title, SMALL(IF($D$18=Datea, ROW(Datea)-MIN(ROW(Datea))+1, ""), ROW(A1))),Sheet2!$B$1:$G$200,6,FALSE)$C$1,"",INDEX(Title, SMALL(IF($D$18=Datea, ROW(Datea)-MIN(ROW(Datea))+1, ""), ROW(A1)))),"")
As a Aray
D18 is the date on the calendar that its looking for happens to be Tuesday January 17th 2011
Title = Sheet2!B1:B200
Datea = Sheet2!D1:D200
Column 6 has the catagories and $c$1 has a dropdown name list of the catagories to mathc against.
When going back and looking at my name referacnes it will change the referance values even if I have it locked as Sheet2!$B$1:$B$200 I have take out the names and put in the locked cells and move them down to like B27:B227
I would send my spreadsheet if i coudl for youto look at for better referance or at least a screen shot but I cant here and your contact me link comes up and Not Found.
Thanks for any help with this.