Timesheets

karebear

New Member
Joined
Feb 21, 2002
Messages
2
hello everyone!

I'm trying to create a timesheet that is simple to use by an employee. Employees at this company work overnight shifts, most from 630 pm to 130 am. is there a function i can use or something that will figure out how many hours worked if such information is entered by the employee? how do i go about creating such a thing? and will it also work for regular hours that dont bleed over into the next day? i've been pouring over websites trying to find an answer, but i cant seem to find one. any help would be greatly appreciated!
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
slow, slow, slow, sorry.


With a starting time in A1 and ending time in B1, you could simply use
=B1-A1
This would mean time would have be entered with the date to for those working over midnight. If you just want to enter time, use
=B1+(B1<A1)-A1
this will work for your overnight situation as long you do not have any working over 24 hours.




On 2002-02-22 13:53, karebear wrote:
hello everyone!

I'm trying to create a timesheet that is simple to use by an employee. Employees at this company work overnight shifts, most from 630 pm to 130 am. is there a function i can use or something that will figure out how many hours worked if such information is entered by the employee? how do i go about creating such a thing? and will it also work for regular hours that dont bleed over into the next day? i've been pouring over websites trying to find an answer, but i cant seem to find one. any help would be greatly appreciated!
This message was edited by IML on 2002-02-22 14:07
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,752
Members
448,989
Latest member
mariah3

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