S
simon.steel
I think I need a nested IF statment to deal with the following.
if value in K8 is "Non Asbestos" then C15 = 0
if value in K8 is "Chrysotile" then C15 = 1
if value in K8 is "Amosite" OR Amosite Chrysotile" then C15 = 2
if value in K8 is "Crocidolite then C15 = 3
How can I make this formula??
SS
if value in K8 is "Non Asbestos" then C15 = 0
if value in K8 is "Chrysotile" then C15 = 1
if value in K8 is "Amosite" OR Amosite Chrysotile" then C15 = 2
if value in K8 is "Crocidolite then C15 = 3
How can I make this formula??
SS