Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Return Exact Match from the column based on the list of lookup values

I have a list of lookup values from Column I.

I have a set of different users from Cell A2:E2 but I want my output on G2 to show only Agent Joe since he is from my list of lookup values.

enter image description here

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Use FILTER in TEXTJOIN to deal with multiple matches:

=TEXTJOIN(", ",TRUE,FILTER(A2:E2,ISNUMBER(MATCH(A2:E2,I:I,0))))

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading