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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!