Formulas for matched and unmatched data for 2 lists

alcorp

New Member
Joined
Jul 15, 2014
Messages
3
Hi,
I am not trying to compare the right to the left, I am trying to compare two lists completely and find whats missing going left to right and right to left and produce a new list of data that is not matched.

I tried using this formula but I am only getting a false value. I also want to know if this the right one to use and what is the correct way to have this formula.
=IF(ISNA(VLOOKUP(B:B,$B$2:$B$778113,1,FALSE)),A2)

I want to display the data that doesn't match in either list.


I also am using this formula to match the two lists and find what's the same with this formula and I want to know if this is correct too. It seems like it's fine but I am double checking.
=IF(ISERROR(MATCH(A2,$B$2:$B$778113,0)),"",A2)

This formula displays the matched info from both lists. (Not left to right but going both ways)

Anything helps, Thanks!
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,215,461
Messages
6,124,955
Members
449,199
Latest member
Riley Johnson

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