Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a sheet where there are unique ID numbers in column B. However multiple rows of data may be present on the sheet with this unique ID, all in column B (So not really unique). There will be a few rows on the sheet where these numbers are genuinely unique. I wish to delete all rows and leave these genuinely unique records behind. Is this possible. Thanks Eddie |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Select column B.
DataFilterAdvanced Filter Checkmark "unique recoreds only" and "copy to another location". If you want to copy to another sheet see Debra Dalgleish's site for instructions. http://www.contextures.on.ca/xladvfi...html#ExtractWs Gord Dibben MS Excel MVP On Tue, 24 Jun 2008 16:01:41 -0700 (PDT), mikerobe wrote: Hi, I have a sheet where there are unique ID numbers in column B. However multiple rows of data may be present on the sheet with this unique ID, all in column B (So not really unique). There will be a few rows on the sheet where these numbers are genuinely unique. I wish to delete all rows and leave these genuinely unique records behind. Is this possible. Thanks Eddie |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jun 25, 12:25*am, Gord Dibben <gorddibbATshawDOTca wrote:
Select column B. DataFilterAdvanced Filter Checkmark "unique recoreds only" and "copy to another location". If you want to copy to another sheet see Debra Dalgleish's site for instructions. http://www.contextures.on.ca/xladvfi...html#ExtractWs Gord Dibben *MS Excel MVP On Tue, 24 Jun 2008 16:01:41 -0700 (PDT), mikerobe wrote: Hi, I have a sheet where there are unique ID numbers in column B. However multiple rows of data may be present on the sheet with this unique ID, all in column B (So not really unique). There will be a few rows on the sheet where these numbers are genuinely unique. I wish to delete all rows and leave these genuinely unique records behind. Is this possible. Thanks Eddie- Hide quoted text - - Show quoted text - Thanks Gord I have tried this but I get one copy of all the ID's when the filter is applied. I only want the ID in the column where there is only one record as follows Head1 Head2 John 123 Steve 121 Will 123 Kate 122 Pete 122 When the filter is applied I only want Head1 Head2 Steve 121 The record 121 being the unique ID. I hope this is clear Thanks Eddie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unique Values, not Unique Records | Excel Discussion (Misc queries) | |||
Filer for unique records and return all column data for unique rec | Excel Discussion (Misc queries) | |||
Non unique records only | Excel Programming | |||
unique filter results in some non-unique records. | Excel Discussion (Misc queries) | |||
Unique Records | Excel Worksheet Functions |