Conditional Formatting of Months in a Date Range

Chris Slater

New Member
Joined
Dec 30, 2003
Messages
27
Office Version
  1. 365
Platform
  1. Windows
I am trying to create a list of Meeting details for the year for my filmmaking club. I would like to format the list using the month within the date column for each meeting so the January's meetings are in one colour, February's in another colour, March yet another and so on.
As this is an ongoing list I am using a simple formula to create the dates. Our meetings are always on a Monday so I just add "7" to the date above. That way I don't have to waste time working out the meeting dates.
The problem with this seems to be that Excel struggles to work out what it's looking for when trying to interpretate what date is in the cell. I have the cells formatted as "DDD DD YYYY" to produce a date result of Mon 06 Jan for the date 06/01/2025. I have tried to use Conditional formatting's 'ISNUMBER' option to find both "Jan" and "/01/" but it fails on both.
My date column is 'A' with a Header value of "Date" in Cell 'A1'.
Has anyone got a better way of doing this with pasting all the values in the date column as text.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
I have the cells formatted as "DDD DD YYYY" to produce a date result of Mon 06 Jan
That formatting would not produce that result. Did you mean "DDD DD MMM"?

Is this the sort of thing you mean?

BTW, I suggest that you update your forum profile (click your user name at the top right of the forum, then ‘Account details’) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

Cell Formulas
RangeFormula
A3:A21A3=A2+7
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:A21Expression=MONTH(A2)=5textNO
A2:A21Expression=MONTH(A2)=4textNO
A2:A21Expression=MONTH(A2)=3textNO
A2:A21Expression=MONTH(A2)=2textNO
A2:A21Expression=MONTH(A2)=1textNO
 
Upvote 0
Hi Peter,
That's exactly what I want but I'm afraid I'm not quite sure what I'm looking at. The images in your solution aren't familiar to me.
Could you please expalin what, exactly, have you done to get the result?

My version is 2411 (Build 18227.20162)
 
Upvote 0
Could you please expalin what, exactly, have you done to get the result?
  1. Select from A2 down to the bottom of the dates
  2. Home ribbon tab -> Conditional Formatting -> New rule ... -> Use a formula to determine which cells to format -> Format values where this formula is true:- =MONTH(A2)=1 -> Format... -> Fill tab -> Choose yellow-> OK -> OK
  3. Repeat step 2 for the other formulas and colours
 
Upvote 0
Solution

Forum statistics

Threads
1,225,196
Messages
6,183,493
Members
453,163
Latest member
jaysinthesun

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