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!
Answers
-
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")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!