Find Matching SKU and Item Numbers

i8ur4re

Board Regular
Joined
Mar 1, 2015
Messages
97
Hi,

I have an excel sheet that has around 5000 products, i have 2 columns that are Code (C) and SKU (D), I would like to generate a report that tells me what items are duplicate. I would use the SKU to find identical SKU's so i can remove them from our system and i would also look for duplicates in column C which is the codes.

Here is a visual:

[TABLE="width: 500"]
<tbody>[TR]
[TD]Location[/TD]
[TD]Name[/TD]
[TD]Code[/TD]
[TD]SKU[/TD]
[TD]Price[/TD]
[TD]Cost[/TD]
[TD]Stock Count[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]Chicago[/TD]
[TD]Apple Kit[/TD]
[TD]11223344556[/TD]
[TD]12345[/TD]
[TD]21.95[/TD]
[TD]15.95[/TD]
[TD]23[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]LA[/TD]
[TD]Red Kit[/TD]
[TD]66778899001[/TD]
[TD]67890[/TD]
[TD]15.95[/TD]
[TD]10.95[/TD]
[TD]16[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]


Somewhere along the 5000 items, I might have duplicates. I cant search SKU and Code against each other, because that wont make sense, so i would need to generate a report for SKU's and Codes, find duplicates and delete. One more thing, Some SKU's look like this 12345-1, I would like to be able to create a list that can find 12345 and 12345-1. Similar items, just a different variation. Is this possible to do, VB is welcomed.

Thank you :)
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Hi,

You can insert a Pivot Table ... and get your report ...in less than ten seconds ... :wink:
 
Upvote 0

Forum statistics

Threads
1,223,898
Messages
6,175,272
Members
452,628
Latest member
dd2

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