Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a worksheet with names and addresses sorted in alpha order and I see a
lot of duplicated data, is there an option to delete duplicated data and only have one record per name? Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way is to set up a helper column. Assuming the data begins in cell A1, in
cell B2 enter: =if(a2=a1,"Dupe","") and copy the formula all the way down to the end of your dataset. Then simply delete everything that's labeled as a Dupe in Column B (using the autofilter is easy, and the first occurence of each duplicate won't be labeled as such). "sabogal" wrote: I have a worksheet with names and addresses sorted in alpha order and I see a lot of duplicated data, is there an option to delete duplicated data and only have one record per name? Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try selecting a cell in the data then datafilteradvance filter and select
unique records only and filter. you can then copy and paste the filtered data. -- John MOS Master Instructor Office 2000, 2002 & 2003 Please reply & rate any replies you get Ice Hockey rules (especially the Wightlink Raiders) "sabogal" wrote: I have a worksheet with names and addresses sorted in alpha order and I see a lot of duplicated data, is there an option to delete duplicated data and only have one record per name? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to delete duplicate data | New Users to Excel | |||
delete duplicate data | New Users to Excel | |||
How do I delete both duplicate rows from a spreadsheet? | Excel Discussion (Misc queries) | |||
How do I delete both sets of duplicate data? | Excel Discussion (Misc queries) | |||
How do I delete duplicate rows in an excel spreadsheet? | Excel Discussion (Misc queries) |