Conditional Format specific Date(s) Not year

legogeek

New Member
Joined
Mar 1, 2011
Messages
28
I'm looking for a Conditional Format formula the looks in Column F (list of dates) for 3 dates (4/1, 6/1, 9/1) and then apply's a red top border color to the whole row.
The range I'm working in is =$A$31:$BH$395
Column F's CELL Dates are displaying in "14-Mar" format. The dates are entered like 4/1/2014.

I've tried a conditional format rules:
=$F31="31-Mar" applies to =$A$31:$BH$395
=$F31="4/1/2014" applies to =$A$31:$BH$395

I'm not sure how to try using maybe DATE as apart for my formula. Any suggestions? Again the goal is to find these specific dates (4/1, 6/1, 9/1) to apply the upper boarder to the row... The year will change obviously each year so if that can be excluded from this formula that would be best.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Neil Thanks!

At first it didn't work but then I realised the rows were locked. After I changed it to:
=and(day($f31)=1,or(month($f31)=4,month($f31)=6,month($f31)=9)) everything works beautifully!.

Thanks again!
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,603
Members
449,089
Latest member
Motoracer88

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