? sort data in a drop down box w/ initial cell entry

G

Guest

I have a dorp down box w/ numeric data sorting in ascending order. Can I
enter a number in the cell, ie: '6' and then hit the drop arrow to have the
data sort to numbers starting with '6' as opposed to always starting at the
top of the data list and having to scroll down to the data of choice
 
D

Debra Dalgleish

If the dropdown list is from data validation, it doesn't support
autocomplete. If you can use programming, there are instructions here
for adding a combobox from which you can select one of the values from
the data validation list. In the combobox, you can enable autocomplete:

http://www.contextures.com/xlDataVal11.html
 

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

Top