Folks,
I'm trying to take 2 columns of items; one column has the data I'm looking for in the other column. I want the formula to search the entire column for what I'm trying to match and only pull this data related to each row in the first column. I want this new data to be place in another column separated by commas. For example:
PM-1, PM-11 is in the first column and I want to look thru data in another column and pull out any references to PM-1 and PM-11, see below:
PM-1(a)
PM-1(b)
PM-2(q)
PM-10(e)
PM-11(a)
PM-11(b)
PM-12(a)23[s]
PM-55(e)
PM-34(G)(E)
Then I want the output placed in another cell adjacent to (PM-1, PM-11) to show:
PM-1(a), PM-1(b), PM-11(a), PM-11(b),
I want this done for about 150 rows of data.
Excel example of what I have now
Thanks in advance!!