SanFelippo
Board Regular
- Joined
- Apr 4, 2017
- Messages
- 124
Hello,
I have two time ranges that are somewhere between 0-24 (this can loop around as well, such at a time that starts at 17 and ends at 6). I need to be able to have excel tell me what hours overlap between these time ranges, and also tell me the total number of hours that overlap. The data looks like what you see below. I would need whatever formula I put into the "Hours That Overlap" cells to spit out what you see filled out in them. Same goes for the "Total Hours that Overlap." Any help would be greatly appreciated!!
[TABLE="width: 500"]
<tbody>[TR]
[TD]A Start Time[/TD]
[TD]A End Time[/TD]
[TD]B Start Time[/TD]
[TD]B End Time[/TD]
[TD]Hours That Overlap[/TD]
[TD]Total Hours that Overlap[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]22[/TD]
[TD]16[/TD]
[TD]6[/TD]
[TD]6-9, 16-22[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]22[/TD]
[TD]15[/TD]
[TD]8[/TD]
[TD]15-22[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]18[/TD]
[TD]15[/TD]
[TD]4[/TD]
[TD]15-18[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
I have two time ranges that are somewhere between 0-24 (this can loop around as well, such at a time that starts at 17 and ends at 6). I need to be able to have excel tell me what hours overlap between these time ranges, and also tell me the total number of hours that overlap. The data looks like what you see below. I would need whatever formula I put into the "Hours That Overlap" cells to spit out what you see filled out in them. Same goes for the "Total Hours that Overlap." Any help would be greatly appreciated!!
[TABLE="width: 500"]
<tbody>[TR]
[TD]A Start Time[/TD]
[TD]A End Time[/TD]
[TD]B Start Time[/TD]
[TD]B End Time[/TD]
[TD]Hours That Overlap[/TD]
[TD]Total Hours that Overlap[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]22[/TD]
[TD]16[/TD]
[TD]6[/TD]
[TD]6-9, 16-22[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]22[/TD]
[TD]15[/TD]
[TD]8[/TD]
[TD]15-22[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]18[/TD]
[TD]15[/TD]
[TD]4[/TD]
[TD]15-18[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]