goss
Active Member
- Joined
- Feb 2, 2004
- Messages
- 372
Hi all,
I would like to test a planned week for payroll increase to begin and include the rate of increase in my determination of total wages for a given employee
Here is my formula at the moment:
=IF(INDEX($BL$26:$DL$26,1,MATCH($G231,$BL$26:$DL$26))>BL$26,IF(J231>40,ROUND(((40*$E231)+((J231-40)*($E231*1.5))),2),ROUND((J231*$E231),2)),IF(J231>40,ROUND(((40*($E231*(1+$F231)))+((J231-40)*(($E231*(1+$F231))*1.5))),2),ROUND((J231*($E231*(1+$F231))),2)))
Where:
$BL$26:$DL$26 = Week 1-53
$G231 = Week of planned increase
J231 = hrs worked week 1
E231 = Current rate
F231 = Planned rate of increase
It works, but it seems overly complicated. Is there an easier way?
I would like to test a planned week for payroll increase to begin and include the rate of increase in my determination of total wages for a given employee
Here is my formula at the moment:
=IF(INDEX($BL$26:$DL$26,1,MATCH($G231,$BL$26:$DL$26))>BL$26,IF(J231>40,ROUND(((40*$E231)+((J231-40)*($E231*1.5))),2),ROUND((J231*$E231),2)),IF(J231>40,ROUND(((40*($E231*(1+$F231)))+((J231-40)*(($E231*(1+$F231))*1.5))),2),ROUND((J231*($E231*(1+$F231))),2)))
Where:
$BL$26:$DL$26 = Week 1-53
$G231 = Week of planned increase
J231 = hrs worked week 1
E231 = Current rate
F231 = Planned rate of increase
It works, but it seems overly complicated. Is there an easier way?