Help with Join/Collect/Has formula

sipsevents
✭✭✭
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
Tags:
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!!
-
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!