Creating a calendar in Excel and highlighting certain dates

stylencia18

New Member
Joined
Aug 14, 2017
Messages
31
Good morning!

I have a list of dates in Excel that I would like to highlight in a calendar.

Ex) January 1, 2015
January 29, 2015
February 9, 2015
March 12, 2015
March 13, 2015
April 1, 2015
February 15, 2016
(list goes on - there are approx. 600 dates on my list)

Does Excel have a calendar where I can only highlight the dates on my list?:confused::confused:

Thank you!!!!!!!!!!!!!!

Amanda
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
You could create a calendar and use conditional formatting to highlight the dates. The conditional formatting would depend on how you setup your calendar.
 
Upvote 0
I was able to download a 12 month calendar template. Now how do I highlight my dates in the calendar? Do I select conditional formatting? Do I have to create a new rule?

Thank you. :)
 
Upvote 0
Yes, you would create a new rule. If the template you are using has excel dates you can select the days and in conditional formatting use this formula.

for example below you would select B6:H17

Where B6 is the first day and datelist!$A$1:$A$3 is your list
A
B
C
D
E
F
G
H
1
2
Enter year:
2017
Week start:
S
3
2017
FEBRUARY ->
4
JANUARY
5
S
M
T
W
T
F
S
6
1
2
3
4
5
6
7
7
8
8
9
10
11
12
13
14
9
10
15
16
17
18
19
20
21
11
12
22
23
24
25
26
27
28
13
14
29
30
31
1
2
3
4
15
16
5
6
7
8
9
10
11

<tbody>
</tbody>

Code:
=ISNUMBER(VLOOKUP(B6,datelist!$A$1:$A$3,1,0))


Which template did you use?
 
Last edited:
Upvote 0
You said earlier:
"(list goes on - there are approx. 600 dates on my list)"

If your using a 12 month calendar how can you have more then 600 dates you want highlighted when there are only 366 days in a 12 Month calendar?

Are you wanting all the dates highlighted with the same color?

Writing code to highlight 600 dates using CF I would think could be difficult.

Is there some type of reasoning to which dates are highlighted?

Like every "Tuesday"
 
Upvote 0
The list posted has dates from 2015 and 2016 so I assume it is multiple years. Unless the OP is creating calendars for past years there is no reason to have the old dates on the list.
 
Upvote 0
How do I even start to do that? Is there a calendar function in Excel I can use?

stylencia,
Here is a link to a similar calendar that I prepared which displays any dates in the MONTH and YEAR you select that are in the list you create in columns J and K:

Excel's Magic Calendar

There is a screen shot of the calendar is the last post of that thread (#24) if you want to see what it looks like before downloading anything. The download is available in post #18 of that thread.

The calendar only displays one month at a time, but it updates any events/holidays you have shown in the list for that month. You can save or print each month, then just select the next month from the dropdown in cell J4. It is a macro driven calendar, so you will have to enable macros at least the first time you open the file.
I hope this helps.
Perpa
 
Upvote 0
I used the calendar I found here: Calendar creator (any year) - Office Templates Do I list my dates in the same file as the calendar and then apply the conditional formatting? I dont know what the formula for the conditional format would be. Sorry - I'm new at this and have no idea what I'm doing. I appreciate your help!!!!
Yes, you would create a new rule. If the template you are using has excel dates you can select the days and in conditional formatting use this formula. for example below you would select B6:H17 Where B6 is the first day and datelist!$A$1:$A$3 is your list
A B C D E F G H
1
2 Enter year: 2017 Week start: S
3 2017 FEBRUARY ->
4 JANUARY
5 S M T W T F S
6 1 2 3 4 5 6 7
7
8 8 9 10 11 12 13 14
9
10 15 16 17 18 19 20 21
11
12 22 23 24 25 26 27 28
13
14 29 30 31 1 2 3 4
15
16 5 6 7 8 9 10 11
<tbody> </tbody>
Code:
=ISNUMBER(VLOOKUP(B6,datelist!$A$1:$A$3,1,0))
Which template did you use?
 
Upvote 0

Forum statistics

Threads
1,216,113
Messages
6,128,905
Members
449,477
Latest member
panjongshing

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top