winstonshu
New Member
- Joined
- Dec 6, 2018
- Messages
- 3
=IF(G2<=8,G2*$J$2,IF(G2<10,8*$J$2+(G2-8)*1.25*$J$2,IF(G2>10,8*$J$2+2*1.25*$J$2+(G2-10)*1.5*$J$2)))+IF(C2=6,G2*1.5*$J$2-G2*$J$2,0)+IF(C2=7,G2*2*$J$2-G2*$J$2,0)
C2=6
C2=7
6 and 7 are the days. it works fine with 8 hours work, but more than 8 years it doesnt work
the terms are:
work 1 hour- 43.5
8 hours-100$
2 hours extra work-125%
more than 2 hours- 150%
day 6(c2=6)=150% all day
day 7(c2=7)=200% all day
C2=6
C2=7
6 and 7 are the days. it works fine with 8 hours work, but more than 8 years it doesnt work
the terms are:
work 1 hour- 43.5
8 hours-100$
2 hours extra work-125%
more than 2 hours- 150%
day 6(c2=6)=150% all day
day 7(c2=7)=200% all day