condition format

james rockford

Active Member
Joined
May 27, 2004
Messages
250
Hello to all,

I have a calendar and I am looking for help to show stat holidays
I have a list of days and what I am looking to do is highlight the cell to show the holiday on the calendarcan so one show me the way it would be a big help

thanks
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Conditional formatting should come in handy

Maybe a formula like =NOT(ISERROR(VLOOKUP(CalendarDate, CalendarLit,1,0)))

it should return TRUE when the date is on the list and FALSE if its not

There are many ways to tackle it but without having much more information about ur set up, it is difficult to say
 
Upvote 0
HI Momentman,
Thanks for your help and yes poor explanation so let me paint the info
I have a calendar set up and I have a row of dates are pulled from this formula COLUMNS($D13:AA13)+(ROWS(AA$13:AA13)-1)*7-$C$4+$C$3
Now I have set up a list by month of the holidays I.E Dec Dec 25 and 26
So what I need to do is highlight the dates to show this as a stat day off

I hope this help and again thanks for your help
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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