Hoping someone can help me. I would like to do this in a query rather than VBA code.
I have a column (Column A) with string/text values what are lab test abbreviations, and I want to search another column (Column B) for instances of column A data. The data in column b is basically varying lengths of column A seperated by comma's.
Example:
Column A Column B
ABC PQR, GHI
DEF GHI, DEF
GHI
JKL
MNO
PQR GHI, JKL
So I would like the query to return those rows with any data matching column A. As not every row in column be will have data. So in the above example it would pull out ROW ABC, DEF, and PQR.
Hope this makes sense, and thanks in advance.
_________________
Paladine
I have a column (Column A) with string/text values what are lab test abbreviations, and I want to search another column (Column B) for instances of column A data. The data in column b is basically varying lengths of column A seperated by comma's.
Example:
Column A Column B
ABC PQR, GHI
DEF GHI, DEF
GHI
JKL
MNO
PQR GHI, JKL
So I would like the query to return those rows with any data matching column A. As not every row in column be will have data. So in the above example it would pull out ROW ABC, DEF, and PQR.
Hope this makes sense, and thanks in advance.
_________________
Paladine