Multiple Dates (columns) are within range

karldugan

New Member
Joined
May 10, 2016
Messages
42
Hi all,

I wondered if there was a clever/efficient way of checking if multiple columns with dates in, fall within a date range, see below table. I want to check if any of these dates fall between the 25/12/2022 and the 02/01/2023. I know I can do repeating if statements, but thought I'd check if there was something easier :). The selected range is N5 : R6 (exc headers).

Thanks,
Karl.

LBA DateIssue DateJudgement DateEnforcement DateForfeiture Date
06/05/202230/05/202208/08/202205/07/202216/08/2022
27/11/202221/12/202201/03/202326/01/202309/03/2023
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
One solution using conditional formatting.

Book1
ABCDE
1LBA DateIssue DateJudgement DateEnforcement DateForfeiture Date
26-May-2230-May-228-Aug-2225-Dec-2216-Aug-22
327-Nov-2221-Dec-221-Mar-2326-Jan-239-Mar-23
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:E3Expression=AND(A2>=44920,A2<=44928)textNO
 
Upvote 0
Solution

Forum statistics

Threads
1,214,905
Messages
6,122,174
Members
449,071
Latest member
cdnMech

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