C
craterman
When I use the statement below If the A1 cell value is under 749, it
works however, if the value in cell A1 is over 750 it always returns a
"no". Can someone tell me what I am missing? I am using excel 2003.
=IF(A1<749,"no Commission",IF(A1>=750<1499,"50",IF(A1>=1500<4999,"100",IF(A1>=5000<9999,"150",IF(A1>=1000<19999,"200",IF(A1>=20000<29999,"300",IF(A1>=30000<49999,"500","No")))))))
Thank You
works however, if the value in cell A1 is over 750 it always returns a
"no". Can someone tell me what I am missing? I am using excel 2003.
=IF(A1<749,"no Commission",IF(A1>=750<1499,"50",IF(A1>=1500<4999,"100",IF(A1>=5000<9999,"150",IF(A1>=1000<19999,"200",IF(A1>=20000<29999,"300",IF(A1>=30000<49999,"500","No")))))))
Thank You