Help!! IF Formula
Posted by Penfold on February 08, 2001 8:58 AM
i need an IF formula that checks a cell for a value in between three different values and then proform a simple calculation heres what i got
=IF(B16>=10000<15001,B16*0.001,IF(B16>=15001<25001,B16*0.0015,IF(B16>=25001<50001,B16*0.002,IF(B16>=50001,B16*0.0025))))
but this only works if my value is over 50000??
any help
thanX Penfold