Edit validation list source

K

Ken G.

I have a sheet which uses data validation lists to select a name from the
list depending in a previously selected qualifier (a State). The validation
then displays the list for that state, so the actual source entry is quite
long, having a separate range for each state.

Editing the souce is very difficult due to the small size of the window and
if you try to use the arrow keys to move backwards or forwards, it inserts
cell references which tend to get lost in the range references. I could use
range names instead of cell references, but is there a way to either enlarge
the source window, or move backwards and forwards in some way?
 
K

Ken G.

Thanks Debra. The dependent data validation is the bees knees. Thanks for
this. I've converted the whole thing over so that the list source is now
"=indirect(xx)" instead of a huge list of data ranges. Thanks also for the F2
tip.
 
Top