#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Filter

I have an excel sheet with 2 tabs. Both the tabs contains a list of names. I
want to compare the names column on both the tabs and make a list of all
names that matches and doesn't match.

Please help.

Himu
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Filter

Assuming your names are in column A on both sheets, you can use a
formula like this in Sheet1:

=IF(ISNA(MATCH(A1,Sheet2!A:A,0)),"No","Yes")

and like this in Sheet2:

=IF(ISNA(MATCH(A1,Sheet1!A:A,0)),"No","Yes")

In both cases you would put the formula in a helper column (eg in F1)
and copy it down to cover the names in that sheet. It will give a Yes
where the name matches and No for no match.

You could then apply Autofilter to column F, and select Yes from the
drop-down to give you a list of names which have a match in the other
sheet. You could copy/paste the visible names to a new sheet if you
want a separate list.

If you select No from the filter drop-downs you will get a list of
those names that do not match.

Hope this helps.

Pete

On Dec 2, 6:25*pm, Himu wrote:
I have an excel sheet with 2 tabs. Both the tabs contains a list of names.. I
want to compare the names column on both the tabs and make a list of all
names that matches and doesn't match.

Please help.

Himu


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

Thanks Pete!

"Pete_UK" wrote:

Assuming your names are in column A on both sheets, you can use a
formula like this in Sheet1:

=IF(ISNA(MATCH(A1,Sheet2!A:A,0)),"No","Yes")

and like this in Sheet2:

=IF(ISNA(MATCH(A1,Sheet1!A:A,0)),"No","Yes")

In both cases you would put the formula in a helper column (eg in F1)
and copy it down to cover the names in that sheet. It will give a Yes
where the name matches and No for no match.

You could then apply Autofilter to column F, and select Yes from the
drop-down to give you a list of names which have a match in the other
sheet. You could copy/paste the visible names to a new sheet if you
want a separate list.

If you select No from the filter drop-downs you will get a list of
those names that do not match.

Hope this helps.

Pete

On Dec 2, 6:25 pm, Himu wrote:
I have an excel sheet with 2 tabs. Both the tabs contains a list of names.. I
want to compare the names column on both the tabs and make a list of all
names that matches and doesn't match.

Please help.

Himu



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Filter

You're welcome.

Pete

On Dec 2, 8:14*pm, Himu wrote:
Thanks Pete!



"Pete_UK" wrote:
Assuming your names are in column A on both sheets, you can use a
formula like this in Sheet1:


=IF(ISNA(MATCH(A1,Sheet2!A:A,0)),"No","Yes")


and like this in Sheet2:


=IF(ISNA(MATCH(A1,Sheet1!A:A,0)),"No","Yes")


In both cases you would put the formula in a helper column (eg in F1)
and copy it down to cover the names in that sheet. It will give a Yes
where the name matches and No for no match.


You could then apply Autofilter to column F, and select Yes from the
drop-down to give you a list of names which have a match in the other
sheet. You could copy/paste the visible names to a new sheet if you
want a separate list.


If you select No from the filter drop-downs you will get a list of
those names that do not match.


Hope this helps.


Pete


On Dec 2, 6:25 pm, Himu wrote:
I have an excel sheet with 2 tabs. Both the tabs contains a list of names.. I
want to compare the names column on both the tabs and make a list of all
names that matches and doesn't match.


Please help.


Himu- Hide quoted text -


- Show quoted text -


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
DataFilterAuto Filter in excel 2007? TIJ New Users to Excel 2 November 13th 08 03:28 AM
Filter PivotTable dropdown items to match report filter Catherine D Excel Discussion (Misc queries) 1 August 16th 08 12:12 AM
Copy only visible cells after filter is applied/ sum after filter MAM Excel Worksheet Functions 0 April 9th 08 04:09 AM
Excel auto filter doesn't recoginize case - won't filter AA from A Mikey Excel Discussion (Misc queries) 1 September 29th 05 08:18 PM
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du TC Excel Worksheet Functions 1 May 12th 05 02:06 AM


All times are GMT +1. The time now is 02:05 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"