Does anyone know how to get around the
following Mulptiple 1F statements (9):
=IF((J2="Aberdeen"),"1",IF((J2="Joffre"),"2",IF((J2="Kegworth"),"3"
,IF((J2="Lyalta"),"4",IF((J2="Peace"),"5",
IF((J2="Rathwell"),"6",IF((J2="Tisdale"),"7",IF((J2="Virden"),"8",
IF((J2="Wilkie"),"9")))))))))
It keeps giving me an error after the 8th condition, is there anything I can do?
following Mulptiple 1F statements (9):
=IF((J2="Aberdeen"),"1",IF((J2="Joffre"),"2",IF((J2="Kegworth"),"3"
,IF((J2="Lyalta"),"4",IF((J2="Peace"),"5",
IF((J2="Rathwell"),"6",IF((J2="Tisdale"),"7",IF((J2="Virden"),"8",
IF((J2="Wilkie"),"9")))))))))
It keeps giving me an error after the 8th condition, is there anything I can do?