Find value in range, and copy unique values not found plus adjacent column value to new cell

wilkiej

New Member
Joined
May 20, 2015
Messages
1
Hi Guys

Apologies I was not able to find what I was looking for in the forum.

I have 3 columns.
Col A = ID (10,000 items)
Col B = unique ref number (10,000 items)
Col C = ref list number to check against (1700 items)

What I would like to do is use a vba macro to check each item in Col B against the item list in Col C.
If no match is found for Col B in Col C, then copy the value from Col B and the adjacent value from Col A to a new columns (or a new sheet)
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,196,480
Messages
6,015,450
Members
441,896
Latest member
clomah

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