Double vlookup

  • Thread starter Thread starter Pierre
  • Start date Start date
P

Pierre

Hello all,
My problem is quite simple for a lot of you guys :
I have 3 columns
Name, First name and age
And I want to find the age by giving the name and the first name...

Easy ???:cool: :cool
 
Hi

One way of doing this is:
=SUMPRODUCT((A2:A1000="Doe")*(B2:B1000="John")*(C2:C1000))
You could use cells to store the names and just change the formula
references to suit.
 

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

Similar Threads


Back
Top