Consolidating Row Entries if a unique identifier (ref #) is on both rows
Hi!
I have a Form in which it allow various request types (Validation, Date Change, Substitution, and Cancellation).
Has anyone created a solution to merge these rows together (possibly into another sheet ) so you can then capture the complete picture of the customer request if change requests were submitted after the initial validation of information.
It currently generates a new row per entry on main worksheet which works for the 1st use case. However, I am trying to find a scalable solution for the 2nd use case in which we need to notify stakeholders a summary of the final deliverable. I was going to use a workflow "message" but this doesn't work with multiple rows.
I look forward to hearing your ideas/solutions!
Note: I already spoke with SS support
Thank you!
Cassie
Answers
-
Hi @Cassie_Hall
Do you have a second sheet with all possible Ref Numbers listed? If so, you could use a JOIN(COLLECT cross-sheet formula to gather all matching cell data from the intake sheet into one cell. This means if you had two submissions, both pieces of content would appear in the same place.
See: Formula combinations for cross sheet references
If you don't want to see duplicates if the same data is entered twice, I would suggest writing the formulas in a Multi Select cell, like so:
=JOIN(COLLECT({Column with values to return}, {Ref Number Column}, [Ref Number]@row), CHAR(10))
The CHAR(10) at the end is what separates multi select values. However if you have the same one (e.g. the same status of "In Progress") then it won't repeat that word.
Would this work for you?
Cheers,
Genevieve
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 383 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 451 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 291 Events
- 35 Webinars
- 7.3K Forum Archives