Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Help! How do I search for multiple criteria in a large spreadsheet

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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Help! How do I search for multiple criteria in a large spreadsheet

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

"tdub4" wrote:

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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Help! How do I search for multiple criteria in a large spreads

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?

"bj" wrote:

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

"tdub4" wrote:

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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Large function with multiple criteria Adeline Excel Discussion (Misc queries) 2 September 8th 06 05:33 PM
Multiple search criteria to return one response Dan Excel Worksheet Functions 3 March 3rd 06 03:44 AM
How do I search excel spreadsheets using multiple search criteria. Kasper Excel Worksheet Functions 4 December 15th 05 12:26 AM
Search string with multiple criteria fLiPMoD£ Excel Worksheet Functions 2 May 5th 05 08:02 PM
Finding a record using multiple combo boxes as my search criteria sdg8481 Excel Discussion (Misc queries) 8 March 8th 05 08:36 PM


All times are GMT +1. The time now is 11:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"