Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
queen on
 
Posts: n/a
Default 2 workbooks - how do I find duplicate entries by comparing the two

I have got 2 workbooks with a list of names. I need to find out if a name
appears in both books.
One of the workbooks came from a different source and the other one is a
report I ran from our database.

I need to find out whether the workbook from out of the company has got any
of our own names on it.

I am using Microsoft Excel 97 and am fairly new at this so please be gentle.
One way I did think was to combine the two workbooks into one and find the
duplicates but thought there may be another way.

Thank you.
  #2   Report Post  
Stefi
 
Posts: n/a
Default

Hi "queen on",

Assume that In book1 the names are in column A, starting in row 2.
Assume that in book2 the names are in Sheet1, column B!
Then in book1 choose an unused helper column, say column Z! Place in cell Z2

=MATCH(A2;[book2.xls]Sheet1!$B:$B;0)

Fill it down until your last row!

It will give you the row number in book2, Sheet1 where the name was found or
#N/A if the name was not found.

Regards,
Stefi

€˛queen on€¯ ezt Ć*rta:

I have got 2 workbooks with a list of names. I need to find out if a name
appears in both books.
One of the workbooks came from a different source and the other one is a
report I ran from our database.

I need to find out whether the workbook from out of the company has got any
of our own names on it.

I am using Microsoft Excel 97 and am fairly new at this so please be gentle.
One way I did think was to combine the two workbooks into one and find the
duplicates but thought there may be another way.

Thank you.

  #3   Report Post  
tina
 
Posts: n/a
Default

Hello
You could use a lookup formula
in your companys workbook in column next to names use a formula like
=if(isna(vlookup(rc[-1],[book1]sheet1!a:a,1,0)),"unique","duplicate")
where book1 is other workbook assuming data in column a if a name matches
cell will be duplicate if not unique.This will only find exact match


"queen on" wrote:

I have got 2 workbooks with a list of names. I need to find out if a name
appears in both books.
One of the workbooks came from a different source and the other one is a
report I ran from our database.

I need to find out whether the workbook from out of the company has got any
of our own names on it.

I am using Microsoft Excel 97 and am fairly new at this so please be gentle.
One way I did think was to combine the two workbooks into one and find the
duplicates but thought there may be another way.

Thank you.

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
How do I compare data from 2 worksheets to find duplicate entries Jack Excel Discussion (Misc queries) 2 August 16th 05 02:17 PM
Finding duplicate cell entries in a column of data Ellie Excel Discussion (Misc queries) 1 July 28th 05 01:41 PM
How to find cells with links to other workbooks? Bathonian Excel Discussion (Misc queries) 1 December 21st 04 09:55 AM
How do you find duplicate values in excel- 2 columns of numbers rickmanz Excel Discussion (Misc queries) 1 December 15th 04 11:16 PM
Multiple Files, Duplicate Entries PMSunshine77 Excel Discussion (Misc queries) 1 December 10th 04 08:28 PM


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