Tme Clock - Need Punch Out By Time

cherryonion

New Member
Joined
Dec 15, 2016
Messages
1
Hi! I am working on a time clock sheet to help track hours worked throughout the week. It's pretty basic, but I would like to have a column that indicates what time an employee would need to punch out by in order to have worked for 8 hours.

Here is how it looks currently. The formula I'm using to calculate total hours is below as well. The idea being that after an employee enters their In for Day, Out for Lunch, and In for Lunch, it would calculate what time they would need to punch OUT BY in order to maintain 8 hours.

INOUTINOUT BYOUT ACTUALHOURS
Monday8:23 AM12:00 PM12:20 PM 4:23 PM7.67
Tuesday8:15 AM12:00 PM12:30 PM 4:45 PM8.00
Wednesday 0.00
Thursday 0.00
Friday 0.00
15.67
OT24.33

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


HOURS column:
=SUM(((C2-B2)+F2-D2))*24


Thanks!
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

Forum statistics

Threads
1,214,808
Messages
6,121,681
Members
449,048
Latest member
81jamesacct

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