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
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 460 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!