How do I add hours worked in exel

G

Guest

I work different times every week.I want to be able to total the hours worked
each day to include overtime for each week automatically. for example day
one I work from 2PM to 8 Pm .over time starts at 6pm. normal payment is
$25.00 overtime is 15%+
Thanks
 
G

Guest

To specifically address your question:
Cell A1 enter time in. Cell B1 time out. Cell C1 this:
=IF(B1<=0.75,(B1-A1)*24*25,(0.75-A1)*24*25+(B1-0.75)*24*25*1.15)
A better approach, though, is to get yourself a well designed timesheet.
 
G

Guest

Assuming you don't work through midnight, and overtime rate begins at 6:00 PM
regardless of hours workd.
 

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

Top