M
Mel
Hello,
I have the following formula and it works UP TO putting into "H", but I want
to put another two logical tests ("I" & "J") (or if I wanted more) but
cannot seem to get it to accept?
I would also like the formula for the cell B181 that will automatically put
the A B C D up to J etc in if the amount is more than number indicated. e.g.
100, 149.99, 199.99 etc
I have broken the formula up so as to post but it is continuous in the cell.
=IF ((B181="A")*((F181)>0),0.01*(F181),
IF ((B181="B")*((F181)>100),0.02*(F181),
IF ((B181="C")*((F181)>149.99),0.03*(F181),
IF ((B181="D")*((F181)>199.99),0.0375*(F181),
IF ((B181="E")*((F181)>249.99),0.04*(F181),
IF ((B181="F")*((F181)>299.99),0.055*(F181),
IF ((B181="G")*((F181)>349.99),0.06*(F181),
IF ((B181="H")*((F181)>399.99),0.0775*(F181), (accepts if I have up to this
point)
IF ((B181="I")*((F181)>449.99),0.08*(F181),
IF ((B181="J")*((F181)>499.99),0.1*(F181),0))))))))))
Thanks for any help
Mel
I have the following formula and it works UP TO putting into "H", but I want
to put another two logical tests ("I" & "J") (or if I wanted more) but
cannot seem to get it to accept?
I would also like the formula for the cell B181 that will automatically put
the A B C D up to J etc in if the amount is more than number indicated. e.g.
100, 149.99, 199.99 etc
I have broken the formula up so as to post but it is continuous in the cell.
=IF ((B181="A")*((F181)>0),0.01*(F181),
IF ((B181="B")*((F181)>100),0.02*(F181),
IF ((B181="C")*((F181)>149.99),0.03*(F181),
IF ((B181="D")*((F181)>199.99),0.0375*(F181),
IF ((B181="E")*((F181)>249.99),0.04*(F181),
IF ((B181="F")*((F181)>299.99),0.055*(F181),
IF ((B181="G")*((F181)>349.99),0.06*(F181),
IF ((B181="H")*((F181)>399.99),0.0775*(F181), (accepts if I have up to this
point)
IF ((B181="I")*((F181)>449.99),0.08*(F181),
IF ((B181="J")*((F181)>499.99),0.1*(F181),0))))))))))
Thanks for any help
Mel