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))
-
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?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 489 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!