Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to compare two lists of names on seperate workbooks. How can I
have excel match the names on both workkbooks and place that info in another worksheet? I want to take names that are on both worksheets and place them in another. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This sounds like a job for a database. Any chance that you know how to use
Access? If not, try this... Data is in ColA (two seperate workbooks), select D1:D6, and enter: =IF(NOT(ISERROR(MATCH('[Sheet1]Master#1'!A1:A6,'[Task2.xls]Master#2'!$A$1:$A$6,0))),'[Sheet1]Master#1'!A1:A6,"") Commit with Ctrl + Shift + Enter, not just Enter. -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "mikeymosjr" wrote: I am trying to compare two lists of names on seperate workbooks. How can I have excel match the names on both workkbooks and place that info in another worksheet? I want to take names that are on both worksheets and place them in another. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Comparing on 2 worksheets | Excel Worksheet Functions | |||
Comparing 2 worksheets | Excel Worksheet Functions | |||
Comparing two worksheets | Excel Discussion (Misc queries) | |||
Comparing worksheets | Excel Worksheet Functions | |||
Comparing two Worksheets | Excel Worksheet Functions |