Timesheet Formula

floaustin

New Member
Joined
Oct 2, 2006
Messages
2
I want to create a spreadsheet in Excel 2000 in which I enter my start time, lunch out and lunch in times and show the total hours as 8. I then want to enter a formula in the end time column to show the time I should punch out in order to not go over 8 hours.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Excel Timecard Formula

Hi Lenze,

Thank you for your response but it does not seem to provide the formula I need.

I want to have 8 hours in the total hours worked column and have a formula in the end time column to compute the time I should punch out in order to not go over 8 hours. I have flexible hours and don't always take just one hour for lunch so this would be helpful.

Thanks. Flo
 
Upvote 0
If:
A2 contains start time
B2 contains lunch start time
C2 contains lunch end time
Put his formula in D2:
Code:
=(A2+0.3334)+(C2-B2)
Format as Time.
This will give the "Go Home Time".
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,726
Members
449,093
Latest member
Mnur

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