Compare two sheets of different length by ID

Ovisele

New Member
Joined
Apr 28, 2015
Messages
30
Hi all,

I am wrapping my head around this, for a while. I am trying to compare, based on ID, two sheets, as there was some changes (human error) and some of IDs have the wrong size.

As an example, the ID 12345 has the size 45 in sheet 1, and the same ID has the size 42 in the other sheet. I would kindly ask you to help me highlight only the same ID's that have different values. Xlookup is not working as the rows are not the same and Vlookup is returning true until ro 26 (?) and after that false till the end.

The file is here: Product import.xlsx

Many thanks in advance,
O.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Enter the following formula in any cell :
Excel Formula:
=IF(Sheet1!A1 <> Sheet2!A1, "Sheet1:"&Sheet1!A1&" vs Sheet2:"&Sheet2!A1, "")
 
Upvote 0

Forum statistics

Threads
1,214,905
Messages
6,122,174
Members
449,071
Latest member
cdnMech

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