Return a single text value if either option A or option B from drop down list is selected
Hi there!
Looking for help with a formula that will be able to return a single text value "Not Applicable" in Column 2 if either Option A or Option B is selected from a drop down list in Column 1?
I think I'll need to use the IF and CONTAINS function but not sure how I might be able to join these two together?
Thanks in advance!
Tags:
Best Answer
-
Hey @hpak
=IF(OR([Column 1]@row="Option A", [Column 1]@row="Option B"), "Not Applicable")
Does this work for you?
Kelly
Answers
-
Hey @hpak
=IF(OR([Column 1]@row="Option A", [Column 1]@row="Option B"), "Not Applicable")
Does this work for you?
Kelly
-
Yes- thanks so much for your help! That works great!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!