Hello,
Having some trouble with my IF statement
What i want to do is...
If Column (Network Update Required?)= "No Update Required" Then Column (Network Validated)= "Validated" but IF (Network Update Required?)= "Full Update Required", "Hybrid Update Required" Then Column (Network Validated)= "Not Validated"
Right Now I have
=IF([Network Update Required?]1 = 1, "No Update Required", "Validated")
i know im missing a few things. I dont know how to give a value to 3 different options. instead of 2 which i could use as 1,0.
Thanks!