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

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,223,246
Messages
6,170,988
Members
452,373
Latest member
TimReeks

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