Checking data in two tables

Cal53

New Member
Joined
Dec 21, 2015
Messages
6
Hi there,

I have two tables from different sources and they should so the same information.

I have an unique ID column in each table and I am currently trying to use a index match function to check different coulms for matches using the ID as a reference.

What I have so far is:

=INDEX(D2:D68,MATCH(AT2,E2:E68,0))

The D column is the unique ID in table 1,AT is the column im looking to compare in table 2, column E is what I'm checking that value against in table 1.

Basically I want it to match column E (table 1 to the data in column AT (table 2) and give me back the unique ID so I can highlight duplicates and check discrepancies.

Thanks for any help
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".

Forum statistics

Threads
1,216,100
Messages
6,128,834
Members
449,471
Latest member
lachbee

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