G
Guest
Hi,
I am trying to calculate an overtime rate in an excel spreadsheet. Here is
the function I created. Can you see what I did wrong?
=IF(SUM($H$3:H8)<=8,H8*$D$69,(SUM($H$3:H8))-8)*($D$69*1.5)+((8-(SUM($H$3:H7))*($D$69)))
The logic is correct but it's giving me a negative number. Please help.
Kimber
I am trying to calculate an overtime rate in an excel spreadsheet. Here is
the function I created. Can you see what I did wrong?
=IF(SUM($H$3:H8)<=8,H8*$D$69,(SUM($H$3:H8))-8)*($D$69*1.5)+((8-(SUM($H$3:H7))*($D$69)))
The logic is correct but it's giving me a negative number. Please help.
Kimber