V
VBA Noob
Hi all,
I have a list of 1000 items in Row A. I have a list of key words in ro
C see below
C1 Dog
C2 Cat
C3 Mouse
C4 Horse
In row 2 I want a formula to return Dog if it contains the word Do
with a list of text
e.g if A2 text = "My Dog " then B2 would return "Dog".
Note Sometimes a cell text will have "My Cat and Dog" so would want t
return C1 & C2 value.
If text not in my list it should return "".
Thanks in advance
VBA Noo
I have a list of 1000 items in Row A. I have a list of key words in ro
C see below
C1 Dog
C2 Cat
C3 Mouse
C4 Horse
In row 2 I want a formula to return Dog if it contains the word Do
with a list of text
e.g if A2 text = "My Dog " then B2 would return "Dog".
Note Sometimes a cell text will have "My Cat and Dog" so would want t
return C1 & C2 value.
If text not in my list it should return "".
Thanks in advance
VBA Noo