Help with timesheet formulas

Copper Contributor

I found a weekly time sheet online and made some modifications to suit my needs, however, there are many more modifications that require formulas I have no knowledge of creating. You'd think I wouldn't have to create all this, but my company has the knack of not always paying correctly, so I'm inputting my hours for comparison.

 

Because my company DOES NOT protect overtime daily, this has been my biggest challenge, not to mention a rotating schedule with a fixed pay period.

 

Feb. 7
15:50Reg. Hrs.
2:0510.25
 OT Hrs.
  

This is where I'm at so far after making some resent changes. Remember, most of this formula was from a template that I've modified.

 

=IFERROR(IF((((N1-J96)+(J97-O1))*24),((N1-J96)+(J97-O1))*24), "")

 

Lets say that "J96" is my start time of 15:50 and "J97" is my end time of 2:05. I work a night shift that carries over to the next day so "N1" is 23:59 and "O1" is 00:00. If there is an easier way, please let me know. Now for the next part which I can't seem to figure out. I'd like to manually enter my lunch time in "J98". Let's say 30 min. So under regular hours "K97" it would show "9.75"

 

Now for the fun part, I need a running total of hours "K98" and when 40 hours has been reached, another cell "K99" will show the overtime hours over 40.

 

Once I can get this part done, I think there will be one last step, or so I hope, that will complete my needs. I'm sure all you gurus out there will find this an easy task.

 

Thanks so very much for all your help. Let me know if you require additional information.

0 Replies