Comma Separated Text/Number to Multi-Select Dropdown
Hello, I am looking for a formula or a formatting solution to move comma-space separated, text/number, field values to a multi-select dropdown field this way when I am filtering my final report, I can use a "has any of" filter instead of having to use separate "contains" filters to find the information I need. See below example:
Something to note is that in my real spreadsheets, I have as many as 15-20 values in a particular field and as few as 0, so the solution will need to account for that as well.
Answers
-
Hi @Myals Jones
You can use the SUBSTITUTE function to substitute "," to CHAR(10).
=SUBSTITUTE([Starting Value]@row, ",", CHAR(10))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 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!