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

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi,

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

Forum statistics

Threads
1,223,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

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