E
Ekser
Hm....
Using this formula:
=IF(J3>2,G3*(J3*25),IF(J3>3,G3*(J3*50),IF(J3>4,G3*(J3*75),IF(J3>5,G3*(J19*100)))))
I get this:
G3 = 3
J3 returns result of 4
So I should get (3*150) = 450....but I get 600.00
Same J3, and G3 = 2.
I should have (2*150) = 300 ... but I get 400
G3=3
J3 returns 3
I should get (3*125) = 375... but I get 450
Any idea
Using this formula:
=IF(J3>2,G3*(J3*25),IF(J3>3,G3*(J3*50),IF(J3>4,G3*(J3*75),IF(J3>5,G3*(J19*100)))))
I get this:
G3 = 3
J3 returns result of 4
So I should get (3*150) = 450....but I get 600.00
Same J3, and G3 = 2.
I should have (2*150) = 300 ... but I get 400
G3=3
J3 returns 3
I should get (3*125) = 375... but I get 450
Any idea