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
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!