Combine multiple lines from one smartsheet to a second
We are looking for a way to keep our on call schedule updated and I am stumped on a potential formula. Any ideas are greatly appreciated.
Best Answers
-
Try using a JOIN(COLLECT formula in your Supervisors and Alternate columns! We can also add a DISTINCT so it won't pull in the same name more than once.
ex:
=JOIN(DISTINCT(COLLECT({Supervisors Sheet One}, {Name Sheet 1}, [Employee Name]@row, {Location Sheet 1}, [Location]@row)), " , ")
This will JOIN together all the names in the {Supervisors Sheet One} range (the Supervisor column in sheet 1) but only if the Employee name and the Location matches across the sheets.
Let me know if this works for you, or if it would be helpful to see screen captures for how I built this out.
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
Answers
-
Try using a JOIN(COLLECT formula in your Supervisors and Alternate columns! We can also add a DISTINCT so it won't pull in the same name more than once.
ex:
=JOIN(DISTINCT(COLLECT({Supervisors Sheet One}, {Name Sheet 1}, [Employee Name]@row, {Location Sheet 1}, [Location]@row)), " , ")
This will JOIN together all the names in the {Supervisors Sheet One} range (the Supervisor column in sheet 1) but only if the Employee name and the Location matches across the sheets.
Let me know if this works for you, or if it would be helpful to see screen captures for how I built this out.
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!