B
Bob Risner
Help, I'm trying to setup a tournament worksheet that will automatically add
points for a certain place in the standings. Is there a limit to the number
if "IF" statements in a formula?
Here is what I have now:
=IF(K2=1,"50",IF(K2=2,"49",IF(K2=3,"48",IF(K2=4,"47",IF(K2=5,"46",IF(K2=6,"4
5",IF(K2=7,"44",IF(K2=8,"43"))))))))+G2
But if I add another IF say K2=9 it over writes the K2=8 formula! Is there a
limit? I want to add 50 places so that if cell K2=50 the points would be 1.
I want to start at IF(K2=1,"50") and go to IF(K2=50,"1")
Thanks in advance,
Bob....
points for a certain place in the standings. Is there a limit to the number
if "IF" statements in a formula?
Here is what I have now:
=IF(K2=1,"50",IF(K2=2,"49",IF(K2=3,"48",IF(K2=4,"47",IF(K2=5,"46",IF(K2=6,"4
5",IF(K2=7,"44",IF(K2=8,"43"))))))))+G2
But if I add another IF say K2=9 it over writes the K2=8 formula! Is there a
limit? I want to add 50 places so that if cell K2=50 the points would be 1.
I want to start at IF(K2=1,"50") and go to IF(K2=50,"1")
Thanks in advance,
Bob....