Overlapping dates

CaptArt

New Member
Joined
Dec 2, 2022
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
I have two columns of dates ranging through out the year, written mm dd yyyy HH:MM. Them I have a cell with a single start date and a cell with a single end date written the same format as above. I need a list of dates that over lap and the amount of hours. Help!?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Hi
Welcome to MrExcel!

Do you want something like this?

Cell Formulas
RangeFormula
A3:A32A3=A2+1
F2:F32F2=IFERROR(INDEX($A$2:$A$366,AGGREGATE(15,6,(ROW($A$2:$A$366)-ROW($A$2)+1)/($A$2:$A$366>=$C$2)/($A$2:$A$366<=$D$2),ROWS($F$1:F1))),"")
 
Upvote 1
Solution

Forum statistics

Threads
1,214,920
Messages
6,122,267
Members
449,075
Latest member
staticfluids

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