Find Duplicate / Count If?

Spiderdog

New Member
Joined
Aug 29, 2007
Messages
13
Hi there,

Looking for a bit of help or inspiration! I have a spread sheet with about 6000 items on it.

COLUMN A: Order Numbers
COLUMN B: ORDER DATES
COLUMN C: COUNT (counting instances of order number)

Unfortunatley a lot of the dates for the order numbers are duplicated and I am looking for a way to identify them so I can remove them.

Any assistance would be greatly appriciated!
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hi,

Copy this into Cell B1 and copy paste down your data, this will highlight any second entries in your list.

=IF(SUMPRODUCT(--($A$2:$A2=$A2),--($B$2:$B2=$B2))>1,"Duplicate","")
 
Upvote 0

Forum statistics

Threads
1,215,365
Messages
6,124,513
Members
449,168
Latest member
CheerfulWalker

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