Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
After pasting a data range into my template workbook (Paste Special - Values
Only), I filter two ranges for Unique Values using ' Filter unique values ' Subsystems Range("SUBSYSTEM").AdvancedFilter Action:=xlFilterCopy, CopyToRange:=Range( _ "AA1"), Unique:=True ' Chargeability Range("CHARGEABILITY").AdvancedFilter Action:=xlFilterCopy, CopyToRange:=Range( _ "AD1"), Unique:=True It's not unusual to get a "stutter" - one value showing up twice. The full range has 862 values; the filter yields 12 Unique Values, which is the same as what AutoFilter shows. But one value is repeated. The AutoFilter doesn't show it twice. Neither result from the filter shows an extra space, although I haven't checked the 239 out of the 862 that match the repeated value. Any suggestions? Ed |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple results of Unique Values | Excel Worksheet Functions | |||
Populate formula results in cells to next unique result. VBA or Fu | Excel Worksheet Functions | |||
Concatenate Unique advanced filter results | Excel Discussion (Misc queries) | |||
unique filter results in some non-unique records. | Excel Discussion (Misc queries) | |||
Inconsistent Results: Advanced Filter Unique Records Only | Excel Discussion (Misc queries) |