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
- 64.8K Get Help
- 434 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!