Hi
I use Excel 2000 on Windows 2000XP. I have just tried entering the following function
=IF($K5<199,"None",IF(K5<999,"Flyball",IF(K5<2999,"Intermediate",IF(K5<4999,"Graduate",IF(K5<9999,"Advanced",IF(K5<14999,"Silver",IF(K5<19999,"Gold",IF(K5<24999,"Blue"
)))))))
this works fine until I try and add an extra 'IF' thus:
=IF($J3<199,"None",IF(J3<999,"Flyball",IF(J3<2999,"Intermediate",IF(J3<4999,"Graduate",IF(J3<9999,"Advanced",IF(J3<14999,"Silver",IF(J3<19999,"Gold",IF(J3<24999,"Blue",IF(J3<29999,"Platinum"
))))))))
As soon as I add the extra 'IF' I get an error message saying there's something wrong with the formula.
If I have used too many 'IF' statements is there a more 'elegant' solution to my problem? I have at least 3 more levels to add.
Thanks
Doreen
I use Excel 2000 on Windows 2000XP. I have just tried entering the following function
=IF($K5<199,"None",IF(K5<999,"Flyball",IF(K5<2999,"Intermediate",IF(K5<4999,"Graduate",IF(K5<9999,"Advanced",IF(K5<14999,"Silver",IF(K5<19999,"Gold",IF(K5<24999,"Blue"

this works fine until I try and add an extra 'IF' thus:
=IF($J3<199,"None",IF(J3<999,"Flyball",IF(J3<2999,"Intermediate",IF(J3<4999,"Graduate",IF(J3<9999,"Advanced",IF(J3<14999,"Silver",IF(J3<19999,"Gold",IF(J3<24999,"Blue",IF(J3<29999,"Platinum"

As soon as I add the extra 'IF' I get an error message saying there's something wrong with the formula.
If I have used too many 'IF' statements is there a more 'elegant' solution to my problem? I have at least 3 more levels to add.
Thanks
Doreen