Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / April 2007

Tip: Looking for answers? Try searching our database.

Find - multiple entries

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rick - 23 Apr 2007 17:00 GMT
When using the find function, is there a way (separators...etc) to
search for more than just one keyword or Value?  I am looking for a
way to search for multiple items with a single query box.  I've tried
to use Boolean operators, semicolons, commas...etc.

I'm using Excel 2000.

Am I just out of luck?

Thanks

Rick
6821065raa
Dave Peterson - 23 Apr 2007 17:12 GMT
Maybe in one special case....

If you're looking for Blue AND book in that order, you could use:

blue*book

> When using the find function, is there a way (separators...etc) to
> search for more than just one keyword or Value?  I am looking for a
[quoted text clipped - 9 lines]
> Rick
> 6821065raa

Signature

Dave Peterson

Jim Cone - 23 Apr 2007 17:28 GMT
Possibly the commercial Excel add-in XL Companion (from yours truly).
The current issue of "The Office Letter" has some comments about it...
  http://www.officeletter.com/current.html
About 1/3 of the way down the page.
Signature

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware

"Rick" <rickster@dwave.net>
wrote in message
When using the find function, is there a way (separators...etc)
to search for more than just one keyword or Value?  
I am looking for away to search for multiple items with a single query box.  
I've tried to use Boolean operators, semicolons, commas...etc.

I'm using Excel 2000.
Am I just out of luck?
Thanks
Rick
6821065raa

Ron Coderre - 23 Apr 2007 18:06 GMT
Do you want the actual locatiion of each list item in the cell to be tested?
or perhaps one of these sugestions....

With
A1: My pear tastes like an apple.

If you want how many list items are in the cell
B1: =SUMPRODUCT(COUNTIF(A1,"*"&{"apple","pear","banana"}&"*"))

In that case, B1 returns 2

OR...If you just want to know if the cell contains any of the listed items?
or
B1: =MAX(COUNTIF(A1,"*"&{"apple","pear","banana"}&"*"))>0
In this case, B1 returns TRUE

In both of those examples, you could put the list in a range of cells,
instead of embedding them in the formula.
Example:
D1:    Apple
D2:    Pear
D3:    Banana

B1: =SUMPRODUCT(COUNTIF(A1,"*"&D1:D3&"*"))

Does that help?
***********
Regards,
Ron

XL2002, WinXP

> When using the find function, is there a way (separators...etc) to
> search for more than just one keyword or Value?  I am looking for a
[quoted text clipped - 9 lines]
> Rick
> 6821065raa

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.