G
Guest
I have this formula using 'IF' but the problem is that excel 2003 does not
let me use more than 8 'IF'. how can I change my formula that I can add other
values on it. for example what I am trying to do is, if I enter a number from
1 to 8 or from 1.1 to 8.1 I will have a cell that provides me with the
correct dollar amount. For example i can enter 5 I want my cell to provide me
with the number of $50,000.00 If I enter 5.1 I want my cell to say $45,000.
but using if I can only go so far. I need to double the size of this
information or use another formula.
=IF(AA8=1.1,"$27,500.00",IF(AA8=1,"$33,000.00",IF(AA8=2.1,"$31,400.00",IF(AA8=2,"37,680.00",IF(AA8=3.1,"$35,350.00",IF(AA8=3,"$42,420.00",IF(AA8=4.1,"$39,250.00",IF(AA8=4,"$47,100.00",))))))))
let me use more than 8 'IF'. how can I change my formula that I can add other
values on it. for example what I am trying to do is, if I enter a number from
1 to 8 or from 1.1 to 8.1 I will have a cell that provides me with the
correct dollar amount. For example i can enter 5 I want my cell to provide me
with the number of $50,000.00 If I enter 5.1 I want my cell to say $45,000.
but using if I can only go so far. I need to double the size of this
information or use another formula.
=IF(AA8=1.1,"$27,500.00",IF(AA8=1,"$33,000.00",IF(AA8=2.1,"$31,400.00",IF(AA8=2,"37,680.00",IF(AA8=3.1,"$35,350.00",IF(AA8=3,"$42,420.00",IF(AA8=4.1,"$39,250.00",IF(AA8=4,"$47,100.00",))))))))