Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DataFilterAuto Filter in excel 2007? | New Users to Excel | |||
Filter PivotTable dropdown items to match report filter | Excel Discussion (Misc queries) | |||
Copy only visible cells after filter is applied/ sum after filter | Excel Worksheet Functions | |||
Excel auto filter doesn't recoginize case - won't filter AA from A | Excel Discussion (Misc queries) | |||
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du | Excel Worksheet Functions |