Total Minutes Not Crossing Next Day

reyrey

New Member
Joined
Jun 30, 2011
Messages
49
Looking to see if there's a function that would capture the total number of overtime minutes in a day but not counting the minutes crossing the following day.

[TABLE="class: grid, width: 1000"]
<tbody>[TR]
[TD]Start Day
[/TD]
[TD]End Day
[/TD]
[TD]Start Overtime
[/TD]
[TD]End Overtime
[/TD]
[TD]Total (min)
[/TD]
[/TR]
[TR]
[TD]10/05/2017 0:00
[/TD]
[TD]10/05/2017 23:59
[/TD]
[TD]10/05/2017 08:00
[/TD]
[TD]10/05/2017 10:00
[/TD]
[TD]120
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]10/04/2017 23:00
[/TD]
[TD]10/05/2017 01:00
[/TD]
[TD]120
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]10/05/2017 23:30
[/TD]
[TD]10/06/2017 05:00
[/TD]
[TD]330
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
It doesn't really give me exactly what I'm looking for. End result does not change if i change the Start Day and End Day
 
Upvote 0

Forum statistics

Threads
1,223,898
Messages
6,175,272
Members
452,628
Latest member
dd2

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