Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there anyway to filter using multiple criteria: nonblank AND unique?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'd use a helper column with a formula like:
=and(a2<"",countif(a:a,a2)=1) and fill down And filter on that helper column. the-big-john wrote: Is there anyway to filter using multiple criteria: nonblank AND unique? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function to Filter Unique Records | Excel Worksheet Functions | |||
Filter Unique Records | Excel Discussion (Misc queries) | |||
Filter unique, and then count | Excel Worksheet Functions | |||
unique filter results in some non-unique records. | Excel Discussion (Misc queries) | |||
Unique Value without using FILTER | Excel Worksheet Functions |