Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I don't know if I'm asking for the impossible. I know that Excel will "guess" what you are typing based on previously entered values in a field but is there a way I can program a column to take those guesses from values in a column on another sheet in the active workbook? My user needs to type street names into a field. These street names must be typed to exactly match street names in a street name column on another sheet in the same workbook. I would like it to be so that when she starts typing the first few letters of a street name, Excel will 'lookup' what she's typing from the list of street names on the other sheet and offer matching values for her to choose. Once she clicks to choose them, like the built in feature, Excel will complete the entry for her. I hope this makes sense. I don't know how else to describe what I'm looking for. Thanks in advance for any ideas or advice. -- BJM ACE Assistant Gary Allan High School |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Since you want exact matches you might look at Data, Validation, List using as the list the names in the other field. However, DV, does not provide auto complete so you might look at http://www.contextures.com/xlDataVal10.html http://www.ozgrid.com/Excel/autocomplete-validation.htm if this helps, please click the Yes button. cheers, Shane Devenshire "B. Meincke" wrote in message ... I don't know if I'm asking for the impossible. I know that Excel will "guess" what you are typing based on previously entered values in a field but is there a way I can program a column to take those guesses from values in a column on another sheet in the active workbook? My user needs to type street names into a field. These street names must be typed to exactly match street names in a street name column on another sheet in the same workbook. I would like it to be so that when she starts typing the first few letters of a street name, Excel will 'lookup' what she's typing from the list of street names on the other sheet and offer matching values for her to choose. Once she clicks to choose them, like the built in feature, Excel will complete the entry for her. I hope this makes sense. I don't know how else to describe what I'm looking for. Thanks in advance for any ideas or advice. -- BJM ACE Assistant Gary Allan High School |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you Shane. I'm actually a little embarrassed that it is so simple. I've
opted to just use the built in validation as my client is not open to the additional investment of the third party add in you recommended. -- BJM ACE Assistant Gary Allan High School "Shane Devenshire" wrote: Hi, Since you want exact matches you might look at Data, Validation, List using as the list the names in the other field. However, DV, does not provide auto complete so you might look at http://www.contextures.com/xlDataVal10.html http://www.ozgrid.com/Excel/autocomplete-validation.htm if this helps, please click the Yes button. cheers, Shane Devenshire "B. Meincke" wrote in message ... I don't know if I'm asking for the impossible. I know that Excel will "guess" what you are typing based on previously entered values in a field but is there a way I can program a column to take those guesses from values in a column on another sheet in the active workbook? My user needs to type street names into a field. These street names must be typed to exactly match street names in a street name column on another sheet in the same workbook. I would like it to be so that when she starts typing the first few letters of a street name, Excel will 'lookup' what she's typing from the list of street names on the other sheet and offer matching values for her to choose. Once she clicks to choose them, like the built in feature, Excel will complete the entry for her. I hope this makes sense. I don't know how else to describe what I'm looking for. Thanks in advance for any ideas or advice. -- BJM ACE Assistant Gary Allan High School |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get cells auto fill typing | Excel Discussion (Misc queries) | |||
Auto Complete not working in one column | Excel Discussion (Misc queries) | |||
Auto-fill information while typing | Excel Discussion (Misc queries) | |||
Auto Filter With Auto Complete Ability | Excel Discussion (Misc queries) | |||
Combo Box - auto complete and the bound column/text column propert | Excel Programming |