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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!