If Statements

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!



image.png


Answers

  • Matt Johnson
    Matt Johnson Community Champion

    Hi @Lauren_C,

    The formula below should work. If you have more options in the Network Update Required column then the formula might need to be tweaked a little.

    =IF([Network Update Required?]@row = "No Update Required", "Validated", "Not Validated")

    3 part IF snip.JPG


    Matt Johnson

    DigitalRadius

    Smartsheet Platinum Partner

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!