Help with Cross Sheet JOIN(COLLECT) formula
I've built a formula to complete a JOIN(COLLECT). If I put the formula on the same sheet as my column references it works just fine, however when I move this to a separate sheet and update the column references to the other sheet I get the error #UNPARSEABLE.
From what I can tell I haven't removed any of the formula delimiters only which sheet I'm referencing.
Any ideas on why I'm unable to get this to work cross-sheets would be greatly appreciated:
Example of Formula when contained in 1 sheet:
=JOIN(COLLECT([POC Status]:[POC Status], [POC System]:[POC System], "RelOne_POC1"), ",")
Example of Formula referencing separate sheet:
=JOIN(COLLECT({POC Client Tracking Range 1}:{POC Client Tracking Range 1},{POC Client Tracking Range 2}:{POC Client Tracking Range 2}, "RelOne_POC1"), ",")
Best Answer
-
When referencing another sheet, you do not use the colon and second reference.
Try this instead...
=JOIN(COLLECT({POC Client Tracking Range 1},{POC Client Tracking Range 2}, "RelOne_POC1"), ",")
Answers
-
When referencing another sheet, you do not use the colon and second reference.
Try this instead...
=JOIN(COLLECT({POC Client Tracking Range 1},{POC Client Tracking Range 2}, "RelOne_POC1"), ",")
-
That works perfectly. Thank you very much for the help!
-
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!