Help Using JOIN(COLLECT
Hello,
I have used the following formula to collect values from a source sheet into a target sheet:
=JOIN(COLLECT({Deviation#}, {Batch}, Batch@row), CHAR(10)) + CHAR(10) + JOIN(COLLECT({Classification}, {Batch}, Batch@row), CHAR(10)) + CHAR(10) + JOIN(COLLECT({Status}, {Batch}, Batch@row), CHAR(10))
Resulting Field has: 648659 Minor Open
- What do I do if I prefer to use a delimiter instead of the CHAR(10)?
- I have a situation where the source sheet has multiple rows from which results are being returned into the resulting filed, yielding: 648659 123456 Minor Major Open Closed. I would prefer the sequence to read:
648659, Minor, Open
123456, Major, Closed
Is this possible?
THANKS!!!
Best Answer
-
My suggestion would be to create a helper column on the source sheet where you join the strings together on a row by row basis using the commas and then pull from this helper column into the other sheet.
Answers
-
My suggestion would be to create a helper column on the source sheet where you join the strings together on a row by row basis using the commas and then pull from this helper column into the other sheet.
-
THANK YOU!!!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!