Comparing columns and deleting duplicates

jamyam

New Member
Joined
Oct 6, 2006
Messages
2
I have a unique problem, perhaps I can get some guidance here. I searched briefly and did not find a similar question.

I have a list of values (thousands of records). I have another list of values that is smaller than list 1, but has all values that list 1 would have. What I'd like to do is compare the two lists and delete duplicates that exist, leaving only the non-duplicate numbers. Here's an example to show what I'm saying, since I know there's a 'delete duplicates' function in Excel, but it's not what I need. Each number is in its own cell.

Column A: 1, 2, 3, 4, 5, 6
Column B: 1, 2, 3

So what I'd like is, perhaps in a 3rd column, put the results of the comparison, in this case will be:

Column C: 4, 5, 6

Thanks for any help you can give!

P.S. I'm on a Mac OS X with the Mac version of Excel.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result

Forum statistics

Threads
1,215,734
Messages
6,126,542
Members
449,316
Latest member
sravya

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