Join Function Across Multiple Reference Sheets for a single cell
Hi, I am looking to join text across multiple referenced sheets and am running in an unparseable issue. Here is what I have. I've seen Join/Collect formulas referenced too but all of the criteria needed there seems to be overkill since I only need to reference a single cell that won't change across multiple sheets.
=JOIN({556.6. MTS - Project Health Metrics Range 1}:{516.6. Project Health Metrics Range 2}:{557.6. Project Health Metrics Range 1}, " ")
Best Answer
-
For your situation would probably be best to just pout them together manually (not using JOIN):
=INDEX({556.6. MTS - Project Health Metrics Range 1}, 1) + " " + INDEX({516.6. Project Health Metrics Range 2}, 1) + " " + INDEX({557.6. Project Health Metrics Range 1}, 1)
Answers
-
For your situation would probably be best to just pout them together manually (not using JOIN):
=INDEX({556.6. MTS - Project Health Metrics Range 1}, 1) + " " + INDEX({516.6. Project Health Metrics Range 2}, 1) + " " + INDEX({557.6. Project Health Metrics Range 1}, 1)
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!