Deleting (almost) duplicates in Excel

K

Ken ya help?

I have several rows where the data is identical in columns A-G, but H is
unique.

I have the columns correctly sorted and need to delete rows where the
duplicates exist in A-G.

Essentially, I want to keep ONLY the first row of my mostly duplicate
entries. I need to keep H, but only my first record of it.

Thanks in advance
 
P

pshepard

Hi Ken ya help,

Select columns A through H, go to the Data Ribbon / Data Tools / Remove
duplicates, from the Remove Duplicates dialog box deselect column H.
 
K

Ken ya help?

Thanks! Should've mentioned that I was running Office 2004 so I was
completely confused by the advice. Found an office mate with '07, though, and
it worked like a charm. Perhaps an upgrade is in order?
 
P

pshepard

Hi Ken ya help,

Another approach, assuming columns Y and Z are empty, copy the following
formulas from row 2, through the end of all rows:

Y2=a2&b2&c2&d2&e2&f2&g2
Z2=countif(Y$2:Y2,Y2) make sure to use the "$" before the first 2 only.

Autofilter on column Z for rows >1, then delete those rows.
 

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