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
- 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!