Make cell A1 = "Holiday" if date in cell B1 matches a date of holidays in a range of cells C1:C25

dallen8028

New Member
Joined
Jan 28, 2013
Messages
48
I have searched days to find an answer to this riddle. I've tried Lookup, HLookup, Vlookup, Match, Index with no success.

Make cell A1 = "Holiday" if date in cell B1 matches a date of Holidays in a range of cells C1:C25

Please advise, Thanks in advance.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
The following formula has been tested to work:

=IF(ISNUMBER(MATCH([@Column2],[Column3],0)),"Holiday","")

Providing more details on your table would make helping you easier.
 
Upvote 0
Providing more details on your table would make helping you easier.

Yes, I agree Tetra201, however:

My Posting Permissions Are
  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

*I am looking to get a date column in an employee schedule calendar table to auto fill down with the letter H when the corresponding date in row 8 (Not part of the table) matches a "Paid Holidays" table date column on another sheet. The same calendar table cells are also conditionally formatted to match the "Key Code" colors when the appropriate letter that represents Work, Personal, Sick, etc is entered into each cell.

I hope this helps you to understand.

Thank you
Darren
 
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