Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
When I activate the auto filter, a drop down lists the unique values within
the column. How could I get this list of unique values? |
#2
![]() |
|||
|
|||
![]()
Hi RJH,
As far as I know this can only be done with advanced filter. Select Data-Filter-Advanced Filter and check the Unique records only box. Cheers, JF. |
#3
![]() |
|||
|
|||
![]()
Another way to extract the list of unique values
Suppose the data is in col A, A1 down Put in C1: =IF(COUNTIF($A$1:A1,A1)1,"",ROW()) Put in B1: =IF(ISERROR(SMALL(C:C,ROWS($A$1:A1))),"",INDEX(A:A ,MATCH(SMALL(C:C,ROWS($A$1 :A1)),C:C,0))) Select B1:C1 and copy down till the last row of data in col A Col B will return the list of unique values in col A -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "R.J.H." wrote in message ... When I activate the auto filter, a drop down lists the unique values within the column. How could I get this list of unique values? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AutoFilter lists unique values | Excel Discussion (Misc queries) | |||
How do I summarize totals for a list of values in Excel? | Excel Worksheet Functions | |||
Extracting Values on one list and not another | Excel Discussion (Misc queries) | |||
Selecting data from a list based on entered values | Excel Discussion (Misc queries) | |||
Formula to list unique values | Excel Worksheet Functions |