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"), ",")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
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"), ",")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
That works perfectly. Thank you very much for the help!
-
Happy to help! 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!