I have a drop down with a lot of list in it. Its taking a long time just to search / scrolling down through the list.
is there any way to make it easier? For example
You can use:
Test
with this kind of formula :
=OFFSET($A$2,MATCH($C$1&"*",$A:$A,0)-2,0,COUNT($A:$A))
Wash
Whashington
and so onI've just translated it from one of my old workbook so tell me if anything doesn't work.
[EDIT] Just a quick test seem to make it work (you should also restrain the end of the list for the beauty of the formula)