Extract Value from Multi Select Option
Hello! I'm struggling on executing a formula to return one of the values from a multi select column I have.
I don't want to count the values, but rather have the formula pull out the specific value. I have a column called Internal Analysis Activities and it has two options to choose from A. Existing Opportunity or B. Baseline Opportunity.
What do you recommend for having the helper column list out option A or B and corresponding detail.
Any help appreciated!
Answers
-
Is it possible to have both A and B selected in the same cell a the same time?
-
Yes and that was a challenge I ran into not being able to use a FIND or LEFT/RIGHT function. The values can have one or both options selected.
-
What kind of additional data would you want displayed and how would you want it displayed?
Try a formula like this...
=IF(HAS([Multi-Select Column Name]@row, "Option A"), "Additional Text For Option A") + " " + IF(HAS([Multi-Select Column Name]@row, "Option B"), "Additional Text For Option B")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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!