Match Multi Values to a Table?
Hello, I am trying to figure out how to VLOOKUP or MATCH or something else to return values from a table. In the example below, in the highlighted row, I would want it to return the three highlighted 'Assigned To' values in the table below. Is this possible? Or is there a better solution that I am not thinking of?
Best Answer
-
@amcrandall Here is a link to a thread that lists out our current options:
Answers
-
You would use something along the lines of
=JOIN(COLLECT({Reference Table Assigned To}, {Reference Table Title}, HAS([Who is Responsible to complete]@row, @cell), "delimiter of choice")
-
you can use something like this:
=JOIN(COLLECT({Assigned to Range},{Title Range},HAS([Who is Responsible to complete]@row, @cell)),CHAR(10))
Please note that this will not come back as a contact field that can be used in automations/reminders etc.
-
Do you know if there is any solution that would allow for a contact field for automation purposes?
-
@amcrandall Here is a link to a thread that lists out our current options:
-
Thank you both for your help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 69 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!