drop down list and autofill

Copper Contributor

I have an excel workbook with a drop down list in column F that contains 25 or so of my most common location names.  I would like to be able to continue to use the drop down but also be able to autofill the cells if I type a location name similar to a name within a data range from another sheet.  Is this possible?

 

I apologize if I am putting this question in the wrong place.

 

TIA

3 Replies

@bsimpson1610 

 

You need to use Combo Box.instead of a Drop Down.

 

How it works:

  1. From Developer TAB, hit Design.
  2. Left to it is Insert.
  3. From the menu find Active X controls.
  4. Select & draw Combo Box on sheet.
  5. Select the Combo Box & Right Click.
  6. Now from the menu find Linked Cells, assign the data range where you want to put selected locations.
  7. Next find List Fill Range, assign data range has list of locations.
  8. Then find Math Entry & select 0-frmMatchEntryFirstletter.
  9. Now turn off Design mode.

Now hit Combo Box, list of locations will appear, type the first letter of location.

@Rajesh_Sinha 

Thanks for your response.  Unfortunately, I need to keep my existing drop down box for my most common 25 locations, but I would like to autofill also.  The match first letter entry would be a big help.  The reason I need the autofill is so other formulas in my workbook will function based on an exact match to the location name.  There is too much margin for error when several people are typing in their version of a location name.

 

Any other options? 

@bsimpson1610 

Other than what I've suggested, is Excel VBA Macro. Meanwhile you may check this little  back I've solved Autocomplete Excel Drop down list . Or  you may Check this also, is bit tedious!

Every where you find that the Combo box is the ultimate choice.