Combo Box / VLOOKUP

G

Guest

Is it possible to link a VLOOKUP to the data in a combo box?

I am trying to create a report where a country is selected from the combo
box. The VLOOKUP picks up this value and the country is then displayed in a
number of cells.
 
G

Guest

Hi Tom,

My linked cell just produces a number of where the value of the combo box is
in the table

eg if i select Austria in the combo box the link cell displays 1 as Austria
is the first country in the list.
 
G

Guest

Solved it,

Thank you

Welly said:
Hi Tom,

My linked cell just produces a number of where the value of the combo box is
in the table

eg if i select Austria in the combo box the link cell displays 1 as Austria
is the first country in the list.
 
G

Guest

=offset(cell in topleft of data,cell with index number from combo, Column
Offset,1,1)
 
N

Novice_Excellerator

How did you solve this? I am having the same problem with a number coming up.
 
T

T. Valko

You can use a combo box from the control toolbox and it will return the
selection to the linked cell while a combo box from the forms toolbar
returns an index number.
 

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

Top