Data - Filter - Advanced - Unique records only

R

Raymond RUSSELL

Hello all

I'm doing some spring cleaning on the terminology lists
I use in my work as a translator (German to English).
These lists are in three columns entitled
German - English - Subject.

Some of the lists are quite large (several thousand entries)
and over the years a lot of duplicates have crept in.

I want to find (and delete) only those entries that are identical
throughout, i.e. source term AND target term AND subject area.

I have applied <Data> <Advanced filers> <Unique records only>.
This hides - but does not delete - the offending duplicates;
these are still there - just not displayed.

My question is : How can I delete the rows that have been filtered
out by this method ?
Or is there some other way to achieve the same effect ?

Thanks in advance from Ray
 
D

Dave Peterson

After you've filtered in place (to preserve the other columns??), you could copy
the visible cells to a new location.

Select the range to copy
Edit|Goto special|Visible cells only
Edit|Copy
Edit|Paste

=======
If you only have 3 columns, couldn't you just filter to a new location?

=======
Another alternative is to concatenate those fields into a helper column:

=A2&char(1)&c2&char(1)&x2

Then use the techniques a Chip Pearson's site to process those duplicates.
http://www.cpearson.com/excel/Duplicates.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top