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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!