Help with Join/Collect/Has formula
Hi there, I'm trying to use join collect to gather data that has certain info in the "collect" sheet. I have figured out the formula, but i need to put a space between items and i'm not sure how to do that.
the formula i'm using is in blue above
this is what it's returning, i would like a space between thing 1 and thing 2
Best Answer
-
You would use the 2nd portion of the JOIN function.
=JOIN(data to join, "delimiter of choice")
JOIN(COLLECT(...................., HAS(..., @cell)), " ")
Answers
-
You would use the 2nd portion of the JOIN function.
=JOIN(data to join, "delimiter of choice")
JOIN(COLLECT(...................., HAS(..., @cell)), " ")
-
Thank you!!!!!! I knew it would work, i just couldn't figure out where to put the delimiter. THANKS SO MUCH!!
-
Happy to help. 👍️
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
Check out the Formula Handbook template!