How would I modify my JOIN/COLLECT statement/formula
Here is my current statement/formula (example below shows 2 different key numbers assigned to the same location, which is what I want it to do).
=JOIN(COLLECT({Key Number}, {BUILDING Range}, Building@row, {LOCATION Range}, Location@row, {Assigned Range}, "1"))
which draws on information from another sheet
I need to know if there is a way to modify the statement/formula so that there is a space (or comma or dash) between the 2 key numbers
Thanks
Best Answer
-
=JOIN(COLLECT({Key Number}, {BUILDING Range}, Building@row, {LOCATION Range}, Location@row, {Assigned Range}, "1"),", ")
You can add a delimiter in the JOIN part of your formula
Answers
-
=JOIN(COLLECT({Key Number}, {BUILDING Range}, Building@row, {LOCATION Range}, Location@row, {Assigned Range}, "1"),", ")
You can add a delimiter in the JOIN part of your formula
-
@MCorbin Thank you very Much!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 349 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!