itzashish
New Member
- Joined
- Aug 22, 2017
- Messages
- 3
Hi There,
Any quick fix, please?
I need the total open time of the SRs excluding any overlapping hours. In the below example, the total time is 11:42 hrs. Bt in the actual data dump, there would be even more number of rows for the same SR with no sorting.
[TABLE="width: 600"]
<colgroup><col span="3"></colgroup><tbody>[TR]
[TD]SR #[/TD]
[TD]Start Date Time[/TD]
[TD]End Date Time[/TD]
[/TR]
[TR]
[TD]TSHJKL4356[/TD]
[TD="align: right"]6/1/2017 7:10[/TD]
[TD="align: right"]6/1/2017 11:03[/TD]
[/TR]
[TR]
[TD]TSHJKL4357[/TD]
[TD="align: right"]6/1/2017 13:15[/TD]
[TD="align: right"]6/1/2017 17:03[/TD]
[/TR]
[TR]
[TD]TSHJKL4358[/TD]
[TD="align: right"]6/1/2017 15:08[/TD]
[TD="align: right"]6/1/2017 20:22[/TD]
[/TR]
[TR]
[TD]TSHJKL4359[/TD]
[TD="align: right"]6/1/2017 16:08[/TD]
[TD="align: right"]6/1/2017 17:10[/TD]
[/TR]
[TR]
[TD]TSHJKL4360[/TD]
[TD="align: right"]6/1/2017 6:35[/TD]
[TD="align: right"]6/1/2017 9:24[/TD]
[/TR]
</tbody>[/TABLE]
Please help with a formula or code.
Any quick fix, please?
I need the total open time of the SRs excluding any overlapping hours. In the below example, the total time is 11:42 hrs. Bt in the actual data dump, there would be even more number of rows for the same SR with no sorting.
[TABLE="width: 600"]
<colgroup><col span="3"></colgroup><tbody>[TR]
[TD]SR #[/TD]
[TD]Start Date Time[/TD]
[TD]End Date Time[/TD]
[/TR]
[TR]
[TD]TSHJKL4356[/TD]
[TD="align: right"]6/1/2017 7:10[/TD]
[TD="align: right"]6/1/2017 11:03[/TD]
[/TR]
[TR]
[TD]TSHJKL4357[/TD]
[TD="align: right"]6/1/2017 13:15[/TD]
[TD="align: right"]6/1/2017 17:03[/TD]
[/TR]
[TR]
[TD]TSHJKL4358[/TD]
[TD="align: right"]6/1/2017 15:08[/TD]
[TD="align: right"]6/1/2017 20:22[/TD]
[/TR]
[TR]
[TD]TSHJKL4359[/TD]
[TD="align: right"]6/1/2017 16:08[/TD]
[TD="align: right"]6/1/2017 17:10[/TD]
[/TR]
[TR]
[TD]TSHJKL4360[/TD]
[TD="align: right"]6/1/2017 6:35[/TD]
[TD="align: right"]6/1/2017 9:24[/TD]
[/TR]
</tbody>[/TABLE]
Please help with a formula or code.