Collect and display associated numbers
Hello,
I'm looking for a formula to use to reference another sheet and collect and display the different User Story numbers associated with and OMNI #. I was thinking maybe VLOOKUP or INDEX with COLLECT or MATCH but I can't get it to work. Here is the data set:
So if the formula works correctly, the row with OMNI002800 would display, "US5208899, US5275369". Purple would have 2 User Stories, green would have 1, gold would have 5 and so on...
Any assitance is appreciated!
Best Answer
-
Assuming your screenshot is of your reference table, the following would go on the other sheet:
=JOIN(COLLECT({Reference Sheet Story Column}, {Reference Sheet OMNI Column}, @cell = [OMNI Column Name]@row), ", ")
Answers
-
Assuming your screenshot is of your reference table, the following would go on the other sheet:
=JOIN(COLLECT({Reference Sheet Story Column}, {Reference Sheet OMNI Column}, @cell = [OMNI Column Name]@row), ", ")
-
I was hoping that would be a soft ball haha! Thanks Paul worked like a charm.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!