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
Check out the Formula Handbook template!