Hi,
let's say I have data in columns A-B, and a target list in C:
A B C
dog 21 dog
cat 43 mouse
mouse 21 lion
puppy 45
lion 23
What I need is a way to search column A for each word in Column C, and if found, to print out this data to another column (or worksheet), like this:
D E
dog 21
mouse 21
lion 23
If anybody knows C, I have a script to do exactly this, but I can't figure out how to do it in excel (I'm useless with VB). Please Help me increase productivity in my PhD studies!
let's say I have data in columns A-B, and a target list in C:
A B C
dog 21 dog
cat 43 mouse
mouse 21 lion
puppy 45
lion 23
What I need is a way to search column A for each word in Column C, and if found, to print out this data to another column (or worksheet), like this:
D E
dog 21
mouse 21
lion 23
If anybody knows C, I have a script to do exactly this, but I can't figure out how to do it in excel (I'm useless with VB). Please Help me increase productivity in my PhD studies!