Pulling values from a dropdown list
I have a dropdown list (allows multiple values) and I want to pull the values and present them in a text field separated by a comma. For example:
My list is
Item 1
Item 2
Item 3
and I want to pull them in display them as "Item 1, Item 2, Item 3"
Using this formula: =JOIN(COLLECT(Category@row,Category@row, <>""), ", ")
which pulls the values and joins them but does not separate them by a comma but a line feed instead
Any suggestions?
Best Answer
-
Hi @ScottPinson_AlliedSolutions
Try this formula. It replaces the line feed CHAR(10) with the comma.
I hope it helps!
=SUBSTITUTE(Category@row, CHAR(10), ", ")
Gia Thinh Technology - Smartsheet Solution Partner.
Email : thinh.huynh@giathinh.tech
Answers
-
Hi @ScottPinson_AlliedSolutions
Try this formula. It replaces the line feed CHAR(10) with the comma.
I hope it helps!
=SUBSTITUTE(Category@row, CHAR(10), ", ")
Gia Thinh Technology - Smartsheet Solution Partner.
Email : thinh.huynh@giathinh.tech -
perfect, so simple yet smart! Thanks.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!