Find multiple cells in one spreadsheet

  • Thread starter Thread starter Johncobb45
  • Start date Start date
J

Johncobb45

Hi everybody :-)
I'm trying to use the FIND command to search multiple amount of cell
in my large spreadsheet (just one).
How can I enter multiple values (multiple amount of cells to b
searched) in the FIND box?
Is it possible?
It seams to be simple but I don't know what caracters to use.
My spreadsheet has 45 columns and 506 rows. I want to find 6 number
(each one different) at a time in each row.
Thanks in advance for your help.
Joh
 
Excel's Find feature can only search on one text string at a time. You can
use wildcards like "t*day" however.

--
Jim Rech
Excel MVP
|
| Hi everybody :-)
| I'm trying to use the FIND command to search multiple amount of cells
| in my large spreadsheet (just one).
| How can I enter multiple values (multiple amount of cells to be
| searched) in the FIND box?
| Is it possible?
| It seams to be simple but I don't know what caracters to use.
| My spreadsheet has 45 columns and 506 rows. I want to find 6 numbers
| (each one different) at a time in each row.
| Thanks in advance for your help.
| John
|
|
| --
| Johncobb45
| ------------------------------------------------------------------------
| Johncobb45's Profile:
http://www.excelforum.com/member.php?action=getinfo&userid=16582
| View this thread: http://www.excelforum.com/showthread.php?threadid=314451
|
 
Not possible with Find. Perhaps you could devise a formula in a helper column
that, say, returns 1 if the 6 numbers are found, 0, if not, then use
Data/AutoFilter on that column.
 

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