Join Collect
Hi I'm trying to to create a sheet that tells me all of the timekeepers that work on a client from data from another sheet.
Currently I have sheet that list all of our clients and I will like to add a column that list all of the timekeepers that work on the project. Normally I would use Index Match however, some clients have multiple time and index match only show one timekeeper is there a formula to show multiple timekeepers.
Here is the index/match formula I use: =INDEX({TimeKeeper}, MATCH([Matter Number]1, {Matter Number}, 0)
In the below example you can see the index match that only shows one name, however for client Red there should be 4 names. Any help would be appreciated.
Comments
-
Try something like this...
=JOIN(COLLECT({Timekeeper}, {Matter Number}, [Matter Number]@row), "delimiter")
-
Ooooo, I was stumped on using Join Collect until I found your post. Thank YOU!
-
You can also use DISTINCT with it.
Collect grabs all the Data that suits, Distinct will keep only one occurence of each so you don't have Big Bird displayed 3 or 4 times.
That would be this then:
=JOIN(DISTINCT(COLLECT({Timekeeper}, {Matter Number}, [Matter Number]@row)), "delimiter")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!