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
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!