Daily/Weekly Time Sheets

accountant1659

New Member
Joined
Jul 11, 2013
Messages
2
I am trying to create a generic time sheet for employees that work part time, full time, and over time. Employees do not clock out for lunch, so 30 minutes is deducted from the daily total.

My equation for daily is =(((B9-B8)+(B11-B10)+(B13-B12)+(B15-B14)+(B17-B16)+(B19-B18))*(24-0.5)) which gives me the correct total of hours worked for the day.

My equation for weekly is =(((B9-B8)+(C9-C8)+(D9-D8)+(E9-E8)+(F9-F8)+(G9-G8)+(H9-H8))*(24)) which does not always give me the correct total of hours.

[TABLE="width: 728"]
<colgroup><col><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Contract/Job Description[/TD]
[TD]Wed[/TD]
[TD]Thurs[/TD]
[TD]Fri[/TD]
[TD]Sat[/TD]
[TD]Sun[/TD]
[TD]Mon[/TD]
[TD]Tues[/TD]
[TD]Total Hours[/TD]
[/TR]
[TR]
[TD] In[/TD]
[TD="align: right"]7:00 AM[/TD]
[TD="align: right"]7:00 AM[/TD]
[TD="align: right"]7:00 AM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD="align: right"]7:00 AM[/TD]
[TD="align: right"]7:00 AM[/TD]
[TD] 18[/TD]
[/TR]
[TR]
[TD] Out[/TD]
[TD="align: right"]8:00 AM[/TD]
[TD="align: right"]9:00 AM[/TD]
[TD="align: right"]5:30 PM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD="align: right"]9:00 AM[/TD]
[TD="align: right"]9:00 AM[/TD]
[/TR]
[TR]
[TD] In[/TD]
[TD="align: right"]8:00 AM[/TD]
[TD="align: right"]9:00 AM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD="align: right"]9:00 AM[/TD]
[TD="align: right"]9:00 AM[/TD]
[TD] 7[/TD]
[/TR]
[TR]
[TD] OUt[/TD]
[TD="align: right"]9:00 AM[/TD]
[TD="align: right"]11:00 AM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD="align: right"]11:00 AM[/TD]
[TD="align: right"]11:00 AM[/TD]
[/TR]
[TR]
[TD] In[/TD]
[TD="align: right"]9:00 AM[/TD]
[TD="align: right"]11:00 AM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD="align: right"]11:00 AM[/TD]
[TD] [/TD]
[TD] 7[/TD]
[/TR]
[TR]
[TD] Out[/TD]
[TD="align: right"]10:00 AM[/TD]
[TD="align: right"]2:00 PM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD="align: right"]2:00 PM[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] In[/TD]
[TD="align: right"]10:00 AM[/TD]
[TD="align: right"]2:00 PM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD="align: right"]2:00 PM[/TD]
[TD] [/TD]
[TD] 4[/TD]
[/TR]
[TR]
[TD] Out[/TD]
[TD="align: right"]11:00 AM[/TD]
[TD="align: right"]3:00 PM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD="align: right"]3:30 PM[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] In[/TD]
[TD="align: right"]11:00 AM[/TD]
[TD="align: right"]3:00 PM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] 4[/TD]
[/TR]
[TR]
[TD] Out[/TD]
[TD="align: right"]2:00 PM[/TD]
[TD="align: right"]4:00 PM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] In[/TD]
[TD="align: right"]2:00 PM[/TD]
[TD="align: right"]4:00 PM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] 3[/TD]
[/TR]
[TR]
[TD] Out[/TD]
[TD="align: right"]3:30 PM[/TD]
[TD="align: right"]5:30 PM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Total Hours:[/TD]
[TD="align: right"]8[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]8[/TD]
[TD="align: right"]4[/TD]
[TD]Reg Hours[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="align: right"]42[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]OT Hours[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="align: right"]2[/TD]
[/TR]
</tbody>[/TABLE]

How can I get this excel spreed sheet formulated correctly for all employees to use the same form?

Thanks for your help,
Accountant1659
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.

Forum statistics

Threads
1,226,693
Messages
6,192,471
Members
453,726
Latest member
JoeH57

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