Hello,
Need help....
Collum x is 20 then 20*6.84 but if its above 20 and bellow 30 then 20*6.84+10*4.56 (this part i got it) BUT!!! If above 30 then 20*6.84+10*4.56+(whatever above 30) *1.5
Ex: 45
20*6.84+10*4.56+15*1.5
What I got so far:
=IF(G4<=20;G4*6,84;IF(G4>=30;20*6,84+(G4-20)*4,56;20*6,84+(G4-20)*4,56))
Need help....
Collum x is 20 then 20*6.84 but if its above 20 and bellow 30 then 20*6.84+10*4.56 (this part i got it) BUT!!! If above 30 then 20*6.84+10*4.56+(whatever above 30) *1.5
Ex: 45
20*6.84+10*4.56+15*1.5
What I got so far:
=IF(G4<=20;G4*6,84;IF(G4>=30;20*6,84+(G4-20)*4,56;20*6,84+(G4-20)*4,56))