Duplicate Records

BUCDIA

New Member
Joined
Nov 18, 2010
Messages
1
I am trying to remove ALL duplicate records including the initial record. Using the "unique records only" leaves a version of the record. ie:

Red
Red
Yellow
Pink
Green
Green
Blue

with the "unique records only" function will leave you with

Red
Yellow
Pink
Green
Blue

I need something that removes all instances of the duplicate so I would be left with just:

Blue
Yellow
Pink

Is this possible?
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Hi Bucdia,
Welcome to forum,

If youe data are in column A you can try in next column use
=COUNTIF($A$1:$A$7,A1)
and then filter this column by "1".
 
Upvote 0
Data / Advanced Filter

Select the range

Select copy to and choose a blank column

Tick Unique records only

Click OK.
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,427
Members
448,961
Latest member
nzskater

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