I need to write an if then statement that contains more than 7 nested levels
how do I do that. So far I have:
=IF(D3>75,"3.350",IF(D3>70,"2.034",IF(D3>65,"1.152",IF(D3>60,".738",IF(D3>55,".630",IF(D3>50,".387",IF(D3>45,".252",IF(D3>40,".153",".063"))))))))
which works, but soon as I add another IF statement it gives me an error
message.
I need to add 2 more IF statements for this formula to work....
Thanks
Bookmarks