Help! How do I search for multiple criteria in a large spreadsheet

G

Guest

Probably a very easy question, but I need help.

If I have a very large spreadsheet containing 2000+ customer names and I
would like to create a search template (once) that can search that
spreadsheet (or workbook) with for only a set of customer names - say 15
different names - how do I do that?

Also, how could I save that search crtieria for the next spreadsheet that I
need to search?
 
G

Guest

one method
use two helper columns
in one put the list of names you want to find
in the other
assuming column a has your customer names
in row 1 of the second helper column
enter
=if(iserror(vlookup(a1,name_list,1,0)),"",1)
copy and paste down
use auto filter on your second helper column and select 1
 
G

Guest

Thanks BJ - I am not sure I understand so let me add some color to this.....

The spreadsheet has the 2,000+ names to be searched in columns C, D, and E -
with other data in colums A, B, and F-M. So should I put my list of names to
be searched in column N1 and then the formula in O1? Also, I am unsure where
I "select 1". Can you help?
 

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

Top