Excell Vlookup formula

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

Guest

I want to use the vlookup formula in a worksheet that contains several
results for the reference that the function Vlookup is looking for.How can i
make the function Vlookup search for all the results ( not only the first
rox) and make the sum of them?
 
SUMPRODUCT comes to mind ..

Try something like this:
=SUMPRODUCT(--(A2:A100="XX"),C2:C100)
assuming the lookup value is "XX" within A2:A100
and the corresponding values to be summed are within C2:C100
 

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