How to find exact match between 2 workbooks

Looloo

New Member
Joined
Oct 12, 2015
Messages
1
Hi all,

Can anyone help me please:

I have two separate workbooks (saved in two different file locations), and they have hundreds of ID numbers.

I need to find exact matches of the ID numbers, but cannot seem to work the =MATCH in order to do it.

Please can someone tell me the formulas required in each worksheet for them to find the exact matches?

I was trying to use this:

=MATCH(D3,'name of other workbook',0)
when I start typing the formula in, after the D3"comma" it doesn't register when I click the other workbook

I hope that makes sense.
Any help would be greatly appreciated.
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Sounds like you just need the proper Range Address
=MATCH(D3,'Directory[Name of Workbook]WorksheetName'!Range,0)

Example of Worksheet on C drive in a the temp folder named Workbook1 referencing Sheet1 Column A.

=MATCH(D3,'C:\temp\[Worbook1.xlsx]Sheet1'!$A:$A,0)
 
Upvote 0

Forum statistics

Threads
1,214,926
Messages
6,122,306
Members
449,079
Latest member
juggernaut24

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top