Question : Overtime Calculation for Payroll.

How do I calculate overtime on over 40 hours per week and over 8 hours per day in excel?

Answer : Overtime Calculation for Payroll.

Sorry, the first one should actually be
=MIN(Sum(A2:A8),40)

The second one:
=Max(Sum(A2:A8)-40,0)   (there was an extra comma)
Random Solutions  
 
programming4us programming4us