Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
sedonovan
 
Posts: n/a
Default auto complete in list

if i have many entries in a drop down list, is there a way to start typing
and it goes through the entries to the value.

eg in the list there is

Daa..
Dab...
Dac...
Dafa.
Dafb.
Dafc.
Dag...
..
..
..
if I start typing Daf - it takes me only to the entries beginning Daf??

Many thanks
:)
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default auto complete in list

What did you use to create the drop downlist?

If you used data|Validation or a dropdown from the Forms toolbar, then nope.

If you used a combobox from the Control Toolbox Toolbar, then yep.

If you go into design mode, show the combobox's properties, you can play with
".matchentry".

sedonovan wrote:

if i have many entries in a drop down list, is there a way to start typing
and it goes through the entries to the value.

eg in the list there is

Daa..
Dab...
Dac...
Dafa.
Dafb.
Dafc.
Dag...
.
.
.
if I start typing Daf - it takes me only to the entries beginning Daf??

Many thanks
:)


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
sedonovan
 
Posts: n/a
Default auto complete in list



"Dave Peterson" wrote:

What did you use to create the drop downlist?

If you used data|Validation or a dropdown from the Forms toolbar, then nope.

If you used a combobox from the Control Toolbox Toolbar, then yep.

If you go into design mode, show the combobox's properties, you can play with
".matchentry".

sedonovan wrote:

if i have many entries in a drop down list, is there a way to start typing
and it goes through the entries to the value.

eg in the list there is

Daa..
Dab...
Dac...
Dafa.
Dafb.
Dafc.
Dag...
.
.
.
if I start typing Daf - it takes me only to the entries beginning Daf??

Many thanks
:)


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
sedonovan
 
Posts: n/a
Default auto complete in list

at the moment - its through data validation.

in sheet 2 i have a list of names and number


A | B
Name | Number
Tom | 123
Dick | 456
Harry | 789


in sheet 1 i've two columns A and B - again called name and number - when
i select Tom from column A , 123 appears in column b through vlookup.

but i need a facility to start typing the beginning of the name to match the
entry - can anybody help???

many thanks,
suzie


"sedonovan" wrote:



"Dave Peterson" wrote:

What did you use to create the drop downlist?

If you used data|Validation or a dropdown from the Forms toolbar, then nope.

If you used a combobox from the Control Toolbox Toolbar, then yep.

If you go into design mode, show the combobox's properties, you can play with
".matchentry".

sedonovan wrote:

if i have many entries in a drop down list, is there a way to start typing
and it goes through the entries to the value.

eg in the list there is

Daa..
Dab...
Dac...
Dafa.
Dafb.
Dafc.
Dag...
.
.
.
if I start typing Daf - it takes me only to the entries beginning Daf??

Many thanks
:)


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default auto complete in list

What happened when you tried replacing the Data|Validation cell with a combobox
from the control toolbox?

sedonovan wrote:

at the moment - its through data validation.

in sheet 2 i have a list of names and number

A | B
Name | Number
Tom | 123
Dick | 456
Harry | 789

in sheet 1 i've two columns A and B - again called name and number - when
i select Tom from column A , 123 appears in column b through vlookup.

but i need a facility to start typing the beginning of the name to match the
entry - can anybody help???

many thanks,
suzie

"sedonovan" wrote:



"Dave Peterson" wrote:

What did you use to create the drop downlist?

If you used data|Validation or a dropdown from the Forms toolbar, then nope.

If you used a combobox from the Control Toolbox Toolbar, then yep.

If you go into design mode, show the combobox's properties, you can play with
".matchentry".

sedonovan wrote:

if i have many entries in a drop down list, is there a way to start typing
and it goes through the entries to the value.

eg in the list there is

Daa..
Dab...
Dac...
Dafa.
Dafb.
Dafc.
Dag...
.
.
.
if I start typing Daf - it takes me only to the entries beginning Daf??

Many thanks
:)

--

Dave Peterson


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
sedonovan
 
Posts: n/a
Default auto complete in list

which cell? the whole column? it's 300+ cells downwards. i've drawn a box -
but its empty - i don't know which properties etc...

thanks

"Dave Peterson" wrote:

What happened when you tried replacing the Data|Validation cell with a combobox
from the control toolbox?

sedonovan wrote:

at the moment - its through data validation.

in sheet 2 i have a list of names and number

A | B
Name | Number
Tom | 123
Dick | 456
Harry | 789

in sheet 1 i've two columns A and B - again called name and number - when
i select Tom from column A , 123 appears in column b through vlookup.

but i need a facility to start typing the beginning of the name to match the
entry - can anybody help???

many thanks,
suzie

"sedonovan" wrote:



"Dave Peterson" wrote:

What did you use to create the drop downlist?

If you used data|Validation or a dropdown from the Forms toolbar, then nope.

If you used a combobox from the Control Toolbox Toolbar, then yep.

If you go into design mode, show the combobox's properties, you can play with
".matchentry".

sedonovan wrote:

if i have many entries in a drop down list, is there a way to start typing
and it goes through the entries to the value.

eg in the list there is

Daa..
Dab...
Dac...
Dafa.
Dafb.
Dafc.
Dag...
.
.
.
if I start typing Daf - it takes me only to the entries beginning Daf??

Many thanks
:)

--

Dave Peterson


--

Dave Peterson

  #7   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default auto complete in list

The combobox from the control toolbox toolbar could be placed over each cell.
You can rightclick on it and choose properties to set the linkedcell and
listfillrange and matchentry.

Get one working before you try all 300+.

There could be other options--toolbar or move the combobox based on selected
cell.

sedonovan wrote:

which cell? the whole column? it's 300+ cells downwards. i've drawn a box -
but its empty - i don't know which properties etc...

thanks

"Dave Peterson" wrote:

What happened when you tried replacing the Data|Validation cell with a combobox
from the control toolbox?

sedonovan wrote:

at the moment - its through data validation.

in sheet 2 i have a list of names and number

A | B
Name | Number
Tom | 123
Dick | 456
Harry | 789

in sheet 1 i've two columns A and B - again called name and number - when
i select Tom from column A , 123 appears in column b through vlookup.

but i need a facility to start typing the beginning of the name to match the
entry - can anybody help???

many thanks,
suzie

"sedonovan" wrote:



"Dave Peterson" wrote:

What did you use to create the drop downlist?

If you used data|Validation or a dropdown from the Forms toolbar, then nope.

If you used a combobox from the Control Toolbox Toolbar, then yep.

If you go into design mode, show the combobox's properties, you can play with
".matchentry".

sedonovan wrote:

if i have many entries in a drop down list, is there a way to start typing
and it goes through the entries to the value.

eg in the list there is

Daa..
Dab...
Dac...
Dafa.
Dafb.
Dafc.
Dag...
.
.
.
if I start typing Daf - it takes me only to the entries beginning Daf??

Many thanks
:)

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Subtotals in a list Bagheera Excel Discussion (Misc queries) 9 May 20th 06 01:46 PM
re-produce/loate auto filter list Sin Excel Worksheet Functions 2 February 1st 06 10:13 PM
Auto complete Peter Excel Discussion (Misc queries) 6 August 31st 05 02:20 PM
Auto complete? MNicholas New Users to Excel 3 August 21st 05 10:28 AM
Auto Complete not completing faerie_bel Excel Discussion (Misc queries) 5 June 10th 05 01:15 PM


All times are GMT +1. The time now is 05:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"