search for one column values in another col ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I like to find all col1 ocurrences in all Col2 values
For example
IF I have "sarah" in Col1, I like to find in Col2 values such as
1 " sarah" 2 "sarah blah" 3 "blah blah sarah"
*blah* be anything
But I dont want to use string comparision like below, that take plenty of time
col1 like * " " col2 " " * etc
Anything better appreciated
 
use the spreadsheet autofilter and set the column
to "contains"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top