Seeing if a bank holiday date falls within current month's date range

FORDFAN

New Member
Joined
Nov 2, 2016
Messages
18
Hi.

Need help.

In one column, I have the dates of a month, e.g. April 1st to April 30th in column A.

I have a range called "holidays" that are all the bank holidays for this year in column B.

I know Easter falls within April so what I am after is a formula that will look for any matching dates between column A and column B.

My plan is to have it recognise a bank holiday day and not calculate a formula in that date.

Can anyone help?
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Its a bit vague what you require but maybe this?

=IF(ISNUMBER(MATCH(A1,holidays,0)),"Holiday","Not holiday")
 
Upvote 0

Forum statistics

Threads
1,214,912
Messages
6,122,204
Members
449,072
Latest member
DW Draft

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