How to get info filled in automatically

S

slgs_13

I make a roster for my work with multiple items for each person. An example
of what I am looking to do: In cell A1, I have a drop down menu with all
employee's names. Cell B1 is for their ID number and cell C1 is for their
radio ID #. I wanted to see if their was a way for when I select a name in
the drop down menu of A1 for B1 and C1 to automatically fill with that
employees' respective ID numbers?
 
R

Roger Govier

Hi

Let's say you have a list of employees with their relevant numbers on Sheet2
in cells A2:Cxxx

With your dropdown list in cell A2 of Sheet1, enter the following in B2
=if(A2="","",VLOOKUP(Sheet2!$A:$C,$A2,COLUMN(B2),0))
copy the formula across to cell C2 and then copy B2:C2 down the page as far
as required
--
Regards
Roger Govier

slgs_13 said:
I make a roster for my work with multiple items for each person. An
example
of what I am looking to do: In cell A1, I have a drop down menu with all
employee's names. Cell B1 is for their ID number and cell C1 is for their
radio ID #. I wanted to see if their was a way for when I select a name
in
the drop down menu of A1 for B1 and C1 to automatically fill with that
employees' respective ID numbers?

__________ Information from ESET Smart Security, version of virus
signature database 4799 (20100123) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 4799 (20100123) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 
D

Don Guillett

If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.
 

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