More lookup help

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

Guest

I am trying to lookup 2 values in sheet2 which should go into sheet1. I'll
try to explain.

Sheet 1 needs to look up the name of a person that is in both sheets.
Sheet2 contains all the infomration and the name appears more than once.

I want the cell too automatically look up the name.
After that it needs to look up for the number of "yes" values that are in
sheet 2 clumn D linked to the name on sheet 1 column B

I've tried so many different things but not sure how it should be
Hope this makes sense
 
Assuming the names are listed in col. C in Sheet2:

=SUMPRODUCT((Sheet2!$C$1:$C$20=B1)*(Sheet2!
$D$1:$D$20="yes"))

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