validation list. Scroll to top when using, how?

  • Thread starter Thread starter Corey
  • Start date Start date
C

Corey

I have some validation lists placed on some cells.
But have noticed that due to the refernced cells being sometimes 10 cells
long, they
alway seem to open looking at the last few cells.
Is there a way to have the list scrolled to the top when clicking the cell?
 
Hi!

The list opens and automatically scrolls to the current selection.

For example, A1 holds the drop down and the current value in A1 is Brown.

The list displays these items:

Black
Blue
Brown
Yellow
Red

When you open the list it will automatically scroll to Brown.

I don't know of a way to do this other than clearing the cell before you
open the list.

Biff
 
Hi

Hard to decide based on such sparse info, but probably your list source
range contains empty cells at bottom. Then when dropdown is activated for
empty cell, the (empty) bottom line of list is selected by default. Use a
dynamic range as list source, to include only non-empty entries into list.
 
Spot on.
The last 3 cells are blank at present and the list seems to auto go to one
of those cells.

So how is a "Use a
dynamic range as list source, to include only non-empty entries into list.
" set up?
 
Hi

P.e. you have the list on sheet MyList, with header in cell A1, and entries
in column A (It's essential that there will be no gaps between entries).

Define the named range (Insert>Name>Define from menu) p.e. MyListRange, as
=OFFSET(MyList!$A$1,1,,COUNTA($A:$)-1,1)

Use the range MyListSource as source for your data validation list, i.e.
=MyListSource
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top