VLOOKUP and/or COLLECT/ JOIN?
Hi! We'd like to have visibility to all clients associated with a given person. Here's a simplified example. Current Data:
Here's the result I'm looking for on a separate sheet - where the Primary Name is populated via an external form, and a formula looks up the Primary Name and collects all Clients associated with the Primary
I was thinking VLOOKUP, or COLLECT, JOIN formula, or a combo of?
Thanks in advance for any ideas!
Best Answer
-
You are going to want a JOIN/COLLECT.
=JOIN(COLLECT({Clients Range}, {Primary Name Range}, [Primary name]@row), ", ")
Answers
-
You are going to want a JOIN/COLLECT.
=JOIN(COLLECT({Clients Range}, {Primary Name Range}, [Primary name]@row), ", ")
-
This is perfect, thanks so much Paul, much appreciated!!!
-
Happy to help. 👍️
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
- 142 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!