getting excel to give me a 'time to leave' time.

K

Kyle Hogan

You would think this fairly simple. I want to be able to plug in a
1)start time, a 2)lunch out time, 3) a lunch
return time, and then have exel tell me the the time to leave for an
8hr day. The problem comes in
trying to subtract the morning hours worked + lunch from a constant,
the 8. If I can get that to work, then
it should be fairly easy to add that onto the lunch return time to get
a clock out time.
 
P

Peter Andrews

Bob Phillips said:
Try

=start_time+"8:00:00"+(lunch_in-lunch_out)

HTH

Bob

I think that should be:

=start_time+"8:00:00"+(lunch_out-lunch_in)

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Time calculations 4
How to do math on time 3
Math comparison and time 1
TIME SHEETS 1
Excel as a sign in sheet 0
Subtract time spent for lunch 1
Duplicate Mail Merge Record Every Time 5
Creating a time sheet 2

Top