Comparing Databses

xzmike

Board Regular
Joined
Feb 15, 2002
Messages
110
I have two databases. Most of the entries are duplicates, but a few are not. I'd like to make a list of those that aren't duplicates. Sheet1 in the workbook has the few that aren't duplicates; Sheet2 is the shorter list; and Sheet3 is where I'd like to copy the non-duplicates (all the date on the row) to.

Headings are on row one, data starts on row two. The row goes form col A to col F. I want to compare on column B. Column B's title is "VIN#". I can name ranges if that makes it clearer.
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Hi,

Try:

=ISNUMBER(MATCH(B2,Sheet1!B:B,0))

in a separate column, dragged down as far as your data goes. Then use autofilter and filter out all the FALSE and copy to your new sheet.
 
Upvote 0

Forum statistics

Threads
1,214,909
Messages
6,122,189
Members
449,072
Latest member
DW Draft

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