Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. "Ken ya help?" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? "pshepard" wrote: 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. "Ken ya help?" wrote: 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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. "Ken ya help?" wrote: 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? "pshepard" wrote: 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. "Ken ya help?" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merging duplicate entries in Excel or deleting the duplicates (Exc | Excel Worksheet Functions | |||
Deleting duplicates in Excel | Excel Worksheet Functions | |||
Copying data to excel and deleting duplicates | Excel Discussion (Misc queries) | |||
Deleting duplicates | Excel Discussion (Misc queries) | |||
Deleting Duplicates | Excel Worksheet Functions |