T
Timothy Wright
I have the following formula in a cell:
=IF(C2<=30,0.27,IF(C2<=50,0.232,XXXXXXXIF(C2<=60,0.232,IF(C2<=80,0.22,IF(C2<=90,0.22,IF(C2<=100,0.21,IF(C2<=110,0.21,IF(C2<=500,0.2))))))))
I tried to add in the following: if(c2<=55,.24
It is to be inserted where I haveXXXXXXX in the above formula.
However, I keep getting an error, and excel won't let me add anything.
Is it because I have too many things going on? I think if I take out
one and put in another it works. Anyway, is there a way to write this
so I can put in as many functions as I want, or any help at all would
be appreciated.
Thanks,
Timothy
=IF(C2<=30,0.27,IF(C2<=50,0.232,XXXXXXXIF(C2<=60,0.232,IF(C2<=80,0.22,IF(C2<=90,0.22,IF(C2<=100,0.21,IF(C2<=110,0.21,IF(C2<=500,0.2))))))))
I tried to add in the following: if(c2<=55,.24
It is to be inserted where I haveXXXXXXX in the above formula.
However, I keep getting an error, and excel won't let me add anything.
Is it because I have too many things going on? I think if I take out
one and put in another it works. Anyway, is there a way to write this
so I can put in as many functions as I want, or any help at all would
be appreciated.
Thanks,
Timothy