So I am looking for a formula for column"result" that looks up the value from LOOKUP in DATA1, and if the value is repeated in DATA1, the result should show both values of DATA2 "concatenated" (separated by comma ",".).....see table below:
I have data in the range of 1000s that I will be running this against. If no value is found, result should show blank. Thanks in advance!
I have data in the range of 1000s that I will be running this against. If no value is found, result should show blank. Thanks in advance!
DATA1 | DATA2 | LOOKUP | RESULT | |
54-PX-142 | JAY | 51-PX-370 | AFZ | |
71-PX-614B | ALI | 41-PX-156 | ||
71-PX-132B | RIA | 54-PX-142 | JAY,JAY,KAY | |
42-SV-280 | MIA | 30-PX-140 | ||
54-PX-142 | JAY | 42-SV-280 | MIA | |
71-PX-132B | RIO | |||
51-PX-370 | AFZ | |||
54-PX-142 | KAY |