JOIN function is not working from a different sheet
I need to combine the cell values from a different sheet in a new sheet. When I add this formula into the source sheet, it's working fine:
=JOIN([Additional Date 1]@row:Comments@row, CHAR(10))
but when I reference the source sheet from a different sheet and i want to JOIN the column values:
=JOIN({[Additional Date 1]}:Comments, CHAR(10))
it returns UNPARSEABLE. I think I tried every possible combination of the brackets and can't get it to work.
thank you,
Answers
-
When referencing a different sheet, you would only input the cross sheet reference a single time.
=JOIN({Cross Sheet Reference}, CHAR(10))
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!
-
thank you @Paul Newcome I only need to join a few columns, not the entire row. Is it possible?
-
Are you able to provide some screenshots of both sheets with sample data to show exactly what you are wanting to accomplish?
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
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!