I need to read column and cell A1.
I am searching for a text string. In this case "Acme Inc."
Acme Inc. can be at the beginning, middle or end of the string I am searching.
Acme Inc. can have text before or after it in the string.
Once Acme. Inc. has been found I then want Acme Inc. written to column and cell H1
Then repeart for all of colunm A
I have been trying to use vLookup but with no luck. Here is my syntax.
=VLOOKUP("Acme Inc.",A1:A10,1)
How do I find my text string?
Then, how do I write it to another cell?
Thanks to anyone who can help.
Bookmarks