L lebanonfamous Nov 11, 2008 #1 need help with a formula to calculate gross pay with 1.5 overtime rate with <=> 40 hrs Please help Thanks
need help with a formula to calculate gross pay with 1.5 overtime rate with <=> 40 hrs Please help Thanks
T T. Valko Nov 11, 2008 #2 Try this: A1 = hourly rate A2 = total hours (in decimal format: 48) =A1*MIN(40,A2)+A1*1.5*MAX(0,A2-40)
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 Nov 11, 2008 #3 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
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 Nov 11, 2008 #4 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) Click to expand...
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) Click to expand...
L lebanonfamous Nov 11, 2008 #5 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 Click to expand...
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 Click to expand...
T T. Valko Nov 11, 2008 #6 You're welcome! -- Biff Microsoft Excel MVP lebanonfamous said: thx needed the help brain freeze Click to expand...
You're welcome! -- Biff Microsoft Excel MVP lebanonfamous said: thx needed the help brain freeze Click to expand...