Form entries in one column
I designed a smartsheet with a form that different departments use to enter information. I built logic on the form- depending which department the user selects, a different employee name drop-down list shows up on the form. I want to have all of the employee names selected enter on one column to avoid blank cells and keep it clean, rather then have blank cells in the un-selected department's column. Is this possible?
Answers
-
You could use a JOIN/COLLECT to pull the names from the filled out columns and then hide the specific columns leaving only the JOIN column visible.
=JOIN(COLLECT([Employee Name-Warehouse]@row:[Employee Name-Transportation]@row, [Employee Name-Warehouse]@row:[Employee Name-Transportation]@row, <> ""), ", ")
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives