Changing cell value according to list value

G

Guest

Hello! I have a list of 1 to 10 ($A$1:$A$10). In the column beside the
numbers, I have names ($B$1:$b$10). In cell $C$1, I created a validation list
of my numbers. In cell $D$1, I'll like to change my names according to the
number I choose in my list.

So lets say I have like data:
A1 = 1 , B1 = Toto
A2 = 2 , B2 = Tata
A3 = 3 , B3 = Titi
..
..
..

When I select from my drop down menu in C1 the number 2, I want it to
display in D1 : Tata.
When I select from my drop down menu in C1 the number 3, I want it to
display in D1 : Titi.

How would I go about doing this?
thanks!
 

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