Urgent!

kriger

New Member
Joined
Sep 18, 2006
Messages
1
hi,
how do i delete rows that contains same multiple entries for example
Cardeira Sergio Lisbon
Cardeira Sergio Lisbon

i know how to do it manually but i have to go through 4000 rows and its a long lengthy method and my eyes hurt if theres a faster way of doing it please lemme know i thank you in advance.
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Concatenate your entries, to provide a unique identifier, then use AutoFilter, with the "Copy to another Location" and "Unique Identifier" options.

p.s You will need to copy, paste special values on your concatenated values
 
Upvote 0
Alternatively, you could use something like


=COUNTIF($D$1:D1,D1)


copied through your range, then filter on >1 values.
 
Upvote 0

Forum statistics

Threads
1,214,661
Messages
6,120,797
Members
448,994
Latest member
rohitsomani

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