Time In/Time Out/Time In/Time Out calculations

JWatson

New Member
Joined
Dec 23, 2015
Messages
2
I am trying to set up a spreadsheet to track daycare hours per day. The issue is that I can have up to 3 Time In/Time Out per day.

<tbody>
</tbody><colgroup><col span="4"><col><col></colgroup>

Time In Time Out Time In Time Out Time In Time Out Total Hours
8:00am 10:00am 12:00am 1:30pm 3:20pm 5:30pm **Need a formula to figure out hours used for all 3 time in/time outs

Can anyone help?
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
I am trying to set up a spreadsheet to track daycare hours per day. The issue is that I can have up to 3 Time In/Time Out per day.

<tbody>
</tbody>

Time In Time Out Time In Time Out Time In Time Out Total Hours
8:00am 10:00am 12:00am 1:30pm 3:20pm 5:30pm **Need a formula to figure out hours used for all 3 time in/time outs

Can anyone help?
Hi JWatson,

The first thing you are going to want to do is set the format of the filled cells to time and use a 24hr clock system with the am / pm suffix. This will allow better handling of the values for calculating.

Once this has been done, and assuming your data then looks like this starting in A1...


Excel 2010
ABCDEFG
1Time InTime OutTime InTime OutTime InTime OutTotal Hours
208:00:0010:00:0012:00:0013:30:0015:20:0017:30:0005:40:00
Sheet1


The formula in G2 is: =SUM((B2-A2)+(D2-C2)+(F2-E2))
 
Upvote 0

Forum statistics

Threads
1,215,700
Messages
6,126,302
Members
449,308
Latest member
VerifiedBleachersAttendee

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