HOW TO GET DROPDOWN LIST TO LINK TO OTHER CELLS?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've done some basic spreadsheets in the past but I'm stumped with this: I
have constructed a dropdown menu of the US States names and now I want
whoever selects a particular state to see that states population appear in
another cell.
 
With your list in A1 (and the returned value going into A1), you could use:

=VLOOKUP(A1,Sheet2!A:B,2,0)

where Sheet2 contains all the states and their populations (col. A = state,
col. B = population).

HTH
Jason
Atlanta, GA
 

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

Back
Top