#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default multiple search

I have a worksheet with three columns in the first column I have All the
entries for things that go up in one experiment (ex. BI879444). In the second
colum I have all the entries that were analaized an in the third column is
the related name for each entry. I want to multiple search all the values
from the first column in the second and mark them or sth like that any one
can help me. I do not now to much of excel so be patient

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default multiple search

Assuming data in cols A to C from row2 down
and you want to compare col A with col B
Put in D2:
=IF(ISNUMBER(MATCH(A2,B:B,0)),"Y","")
Copy down to the last row of data in col A. Then just autofilter on col D
for "Y". These will be the lines where col A's items are found in col B.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Neska" wrote:
I have a worksheet with three columns in the first column I have All the
entries for things that go up in one experiment (ex. BI879444). In the second
colum I have all the entries that were analaized an in the third column is
the related name for each entry. I want to multiple search all the values
from the first column in the second and mark them or sth like that any one
can help me. I do not now to much of excel so be patient

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default multiple search



"Neska" wrote:

I have a worksheet with three columns in the first column I have All the
entries for things that go up in one experiment (ex. BI879444). In the second
colum I have all the entries that were analaized an in the third column is
the related name for each entry. I want to multiple search all the values
from the first column in the second and mark them or sth like that any one
can help me. I do not now to much of excel so be patient

So I tried what you told me =IF(ISNUMBER(MATCH(A2,B:B,0)),"Y","")
So imagine I have in colum A 100 cells with data (ex BI879444) and in column
B this 100 data mixed with 1000 more. What will be the exact formula if it
start in A2. And what it means to search for Y. Sorry I do not know much
about excel. Thanks for your help
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default multiple search

"Neska" wrote:
So I tried what you told me
=IF(ISNUMBER(MATCH(A2,B:B,0)),"Y","")
So imagine I have in colum A 100 cells
with data (ex BI879444) and
in column B this 100 data mixed with 1000 more.
What will be the exact formula if it start in A2.


Use the same expression. As suggested, put it in D2, then copy D2 down to
the extent of data in col A

And what it means to search for Y...


The expression returns/"marks" an arb. flag "Y" where col A's items are
found in col B. The flag "Y" allows you to then use autofilter to easily
filter out the rows.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


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
Search Across Multiple Columns Efrain Excel Discussion (Misc queries) 1 February 8th 07 05:24 PM
How do I search excel spreadsheets using multiple search criteria. Kasper Excel Worksheet Functions 4 December 15th 05 12:26 AM
Search in Multiple Worksheets Lizz45ie Excel Discussion (Misc queries) 0 October 19th 05 05:22 PM
Search for multiple words Kassie Excel Discussion (Misc queries) 0 March 25th 05 05:21 PM
Search Multiple Worksheets jtinne Excel Discussion (Misc queries) 4 February 3rd 05 07:26 PM


All times are GMT +1. The time now is 05:24 PM.

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

About Us

"It's about Microsoft Excel"