I have a table like so:
IDs | data |
---|---|
one, two | a |
three, four one | b |
five, six | c |
seven | d |
eight, nine, three | e |
I have another table like so:
ID |
---|
one |
four |
six |
nine |
I need to add a column to the first table that will tell me if any of the values in the IDs
column are in the ID
column of the other table.
If it matters, both ables have 200,000+ rows.
I am on Microsoft Office Professional Plus 2021. It does not have many of the newer functions like TEXTSPLIT. :(
Match Delimited
In the first (data) row of column
Found
use:Or: