topherhaddad
New Member
- Joined
- Aug 8, 2016
- Messages
- 6
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Day Duration Start[/TD]
[TD]Day Duration End[/TD]
[TD]Day[/TD]
[TD]Total Duration Time[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1.2[/TD]
[TD]1.5[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1.6[/TD]
[TD]1.8[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2.3[/TD]
[TD]3.4[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]5.3[/TD]
[TD]5.8[/TD]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]5.8[/TD]
[TD]6.1[/TD]
[TD]5[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need to calculate the total duration time per day for a large amount of column data in multiple worksheets. The tricky part is, some durations span across multiple days, happen multiple times in a day, or don't happen at all in a day. I need some sort of formula that takes all this into account, and I'm guessing it will be some sort of nested if functions that test all data in the row and then sum the relevant duration intervals. Can anyone help? Thank you!
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Day Duration Start[/TD]
[TD]Day Duration End[/TD]
[TD]Day[/TD]
[TD]Total Duration Time[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1.2[/TD]
[TD]1.5[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1.6[/TD]
[TD]1.8[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2.3[/TD]
[TD]3.4[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]5.3[/TD]
[TD]5.8[/TD]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]5.8[/TD]
[TD]6.1[/TD]
[TD]5[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need to calculate the total duration time per day for a large amount of column data in multiple worksheets. The tricky part is, some durations span across multiple days, happen multiple times in a day, or don't happen at all in a day. I need some sort of formula that takes all this into account, and I'm guessing it will be some sort of nested if functions that test all data in the row and then sum the relevant duration intervals. Can anyone help? Thank you!