Show respective IDs

A

a_k93

Hi there,

I am showing a list(dropdown) of Customers in column A. What I a
looking is, when the user select the customer from the list it shoul
display the Code in the beside column (cell) i.e. in column B, but i
the same row of that the customer is selected. How do I achieve it. M
all customers are stored in column J and its respective IDs in colum
K.

Thanx in advance.
a_k9
 
T

Tom Ogilvy

In column B, for example, B1

=if(A1="","",vlookup(A1,J:K,2,False))

drag fill down if you will have dropdowns in multiple rows.
 

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