Excel 2010 Dropdown

Dolby

Honorary Master
Joined
Jan 31, 2005
Messages
39,122
Reaction score
6,138
Hi,

If I have 3 simple lines I'd like to enter (partner tier, description, discount):

Bronze ; Bronze Certified ; 10%
Silver ; Silver Certified ; 20%
Gold ; Gold Certified ; 30%

I'd like to have a drop down box for their tier, and it automatically pulls description and discount based on tier. I can do the dropdown - but how do I get it to auto populate?
 
Best is to put the above data into a table and then do a vlookup:

If dropdown is in A1 and you want automated data in B1 and C1 then
B1 =Vlookup(A1,table,2,False)
C1 =Vlookup(A1,table,3,False)
 
Thank you... Will read up a little more vlookup too!
 
Top
Sign up to the MyBroadband newsletter
X