Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it possible to get list of unique values for data validation. In range a2
- a10 that I use as data validation list i have values x, y, z, x, x, ... In a drop down I get letter x listed more than one time. Is it possible to make it unique? I use Excel 2003. Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Oscar
Use a different source as your DV list that only has one of each entry. If your list is as short as you say, then manually typing it would be the easiest option. If, in fact it is a much bigger list in reality, then use Advanced filter Select your source rangeDataAdvanced FilterUnique values onlyCopy to new location say C2 Create a dynamic range for your DV InsertNameDefine Name myVal Refers to =$C$2:INDEX($C:$C,COUNTA($C:$C)) -- ------- Regards Roger Govier "Oscar" wrote in message ... Is it possible to get list of unique values for data validation. In range a2 - a10 that I use as data validation list i have values x, y, z, x, x, ... In a drop down I get letter x listed more than one time. Is it possible to make it unique? I use Excel 2003. Thanks. __________ Information from ESET Smart Security, version of virus signature database 4873 (20100217) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 4873 (20100217) __________ The message was checked by ESET Smart Security. http://www.eset.com |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I hoped there is a simple way to get unique values (like autofilter works).
Some WB looks the best way to take care of the list... Thanks anyway, Oscar. "Roger Govier" wrote: Hi Oscar Use a different source as your DV list that only has one of each entry. If your list is as short as you say, then manually typing it would be the easiest option. If, in fact it is a much bigger list in reality, then use Advanced filter Select your source rangeDataAdvanced FilterUnique values onlyCopy to new location say C2 Create a dynamic range for your DV InsertNameDefine Name myVal Refers to =$C$2:INDEX($C:$C,COUNTA($C:$C)) -- ------- Regards Roger Govier "Oscar" wrote in message ... Is it possible to get list of unique values for data validation. In range a2 - a10 that I use as data validation list i have values x, y, z, x, x, ... In a drop down I get letter x listed more than one time. Is it possible to make it unique? I use Excel 2003. Thanks. __________ Information from ESET Smart Security, version of virus signature database 4873 (20100217) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 4873 (20100217) __________ The message was checked by ESET Smart Security. http://www.eset.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation using Unique Values | Excel Discussion (Misc queries) | |||
Obtaining Unique Number From Data Validation List | Excel Discussion (Misc queries) | |||
DataValidationList - Unique Entries | New Users to Excel | |||
Unique numbers from data validation list | Excel Worksheet Functions | |||
Data Validation using List (But needs unique list in drop down lis | New Users to Excel |