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
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
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
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
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!