Drop down list

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

Guest

I would like to create a drop down list for 12 names and a drop down list for
12 months that are relevant to the 12 names so that I can view their monthly
figures etc.
i.e. pick dave from one drop down list and January from the other to view
Daves figures from January. And how do I set up where I input the figures.
 
The DD is just a simple Data Validation.

To lookup results, using something like

=SUMPRODUCT(--(A2:A20=name_cell),--(B2:B20=month_cell),C2:C20)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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