drdanconnie
New Member
- Joined
- Aug 13, 2019
- Messages
- 2
I'm summing total hours worked in cell J5, formatted as [h]:mm, to =sum(c5:I5) and getting 48:44. In cell K5. also formatted as [h]:mm, using formula =IF(J5>=40,40,J5) , I'm seeing 48:44 when I expect to see 40:00. In the next column, L5, formatted as [h]:mm using formula =(J5-K5), I would like to see the over time hours of 8:44, but instead I'm seeing 0:00. Finally I would like to see the total pay using formula =(K5*B2)+(L5*B2*1.5) where B2 is $11.00, the pay per hour formatted as currency 2, which shows $.33. Tall order...please advise. Thank you.