Linking Data Columns

D

DESPERADO

I created a table in EXCEL that I'll be entereing from day to day with data
of several organizations. two of the main columns are the "Organisation's
name" and another column for the organisation's "ID number"..... what I want
to do is to have a formula in my table so that anytime I select an
organization's Name, from a drop-down list the adjacent cell should
automatically also fill up with its corresponding ID Number....

I have created (in another sheet in the same work book) two columns sided by
side showing the ID numbers and corresponding organisation names

PLEASE HELP!! PLEASE HELP!! PLEASE HELP!!
 
G

Gord Dibben

=VLOOKUP(cell_value,table,2,false) entered in cell adjacent to your
dropdown.

Sheet2 contains the table with names in column A and ID numbers in column B

e.g. sheet1 A1 has dropdown

In B1 enter =VLOOKUP(A1,Sheet2!$A$1:$B$20,2,FALSE)


Gord Dibben MS Excel MVP
 

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