Seeding in Drop Down List

F

FloridaCajun

I have a VLOOKUP formula set up in cell D9 which uses a drop down list in D8
(data validation with List in another worksheet) to retrieve a cost of a
radiology or laboratory charge.

All of this works, but I'd like to refine the lookup to a seeded value.

The data list has several hundred entries to choose from. Currently when the
drop down is activated the list starts with "Ankle" and the user has to
scroll down to "Chest" or "Wrist." Is there a way to seed the lookup in D8
to begin the drop down at a certain alpha character? For instance, if the
user is looking for the cost of a Wrist 2 View procedure, I'd like to enter
"W" in D8 and have the drop down begin with W's instead of A's.

Thanks in advance,
Robert
 
L

L. Howard Kittle

Hi Robert,

Try this if you don't want to use a Combo Box.

Sort your long list A to Z. Then at the top of each alphabet change enter a
single letter to depict that list... A for the A's, W for the W's and so on
down to Z. Make sure the new headed list is all included in the list range
of your data validation since now the list will be 26 cells longer than the
old list.

Now hit the down arrow in your data validation list...then do not hit
Enter...leave the DV cell in edit mode and type in the list letter you want
to access, say "W" and now hit Enter, you should be at the top of the W
list.

HTH
Regards,
Howard
 
F

FloridaCajun

Howard,

Thanks very much. Works great.

Robert

L. Howard Kittle said:
Hi Robert,

Try this if you don't want to use a Combo Box.

Sort your long list A to Z. Then at the top of each alphabet change enter
a single letter to depict that list... A for the A's, W for the W's and so
on down to Z. Make sure the new headed list is all included in the list
range of your data validation since now the list will be 26 cells longer
than the old list.

Now hit the down arrow in your data validation list...then do not hit
Enter...leave the DV cell in edit mode and type in the list letter you
want to access, say "W" and now hit Enter, you should be at the top of the
W list.

HTH
Regards,
Howard
 

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

If then on drop down 1
Filtered drop down list 2
Drop-Down List 3
Drop down list 2
Drop down list 1
Drop Down List 3
drop down list 1
drop down list populating 2

Top