calculating pay with and without overtime

L

lebanonfamous

need help with a formula to calculate gross pay with 1.5 overtime rate with
<=> 40 hrs Please help Thanks
 
T

T. Valko

Try this:

A1 = hourly rate
A2 = total hours (in decimal format: 48)

=A1*MIN(40,A2)+A1*1.5*MAX(0,A2-40)
 
S

ShaneDevenshire

Hi,

Here is a shorter formula to do the same thing with the rate in B1 and the
hours in A1


=MAX(A1,40+(A1-40)*1.5)*$B$1
 
L

lebanonfamous

thx needed the help brain freeze

T. Valko said:
Try this:

A1 = hourly rate
A2 = total hours (in decimal format: 48)

=A1*MIN(40,A2)+A1*1.5*MAX(0,A2-40)
 
L

lebanonfamous

thx brain freeze here needed the help


ShaneDevenshire said:
Hi,

Here is a shorter formula to do the same thing with the rate in B1 and the
hours in A1


=MAX(A1,40+(A1-40)*1.5)*$B$1
 

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

Need Formula to Calculate Time/Overtime 2
Need to work hours backwards 10
Sumif for payroll 2
Overtime 4
Delete some substotal in a pivot table 1
Overtime for 8 hour and 40 hour 1
formula help please 16
Overtime 9

Top