Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I have data validation on a cell, that is taking its options from another range of cells. This works fine, however the list is defaulting to the blank entries. I wish it to default to the 1st option in the list. Thanks Nathan. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If your data validation list contains blanks, use another list that does not.
Say the list is now from A1 thru A500. In G1 thru G500 enter the array formula: =IF(ROWS($1:1)<=COUNTA($A$1:$A$500),INDEX($A$1:$A$ 500,SMALL(IF($A$1:$A$500<"",ROW($A$1:$A$500)-MIN(ROW($A$1:$A$500))+1),ROWS($1:1))),"") and copy down. (array formulas are entered with CNTRL-SHFT-ENTER rather than just touching the ENTER key) -- Gary''s Student - gsnu200779 "nathan_savidge" wrote: Hi I have data validation on a cell, that is taking its options from another range of cells. This works fine, however the list is defaulting to the blank entries. I wish it to default to the 1st option in the list. Thanks Nathan. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting Colored list | Excel Discussion (Misc queries) | |||
Sorting a list | Excel Discussion (Misc queries) | |||
Sorting a List | Excel Discussion (Misc queries) | |||
sorting a list | Excel Discussion (Misc queries) | |||
Sorting a list | New Users to Excel |