vLookup with multiple lookup value in table array

J

johnson.neil

Hi,
I'm trying to use a vLookup and running into trouble. On the table
array that I'm looking in there are multiple instances of the lookup
value. Does anyone have any recomendations for a quick/easy way to got
the totals of the multiple lookup values?
Thanks!
 
B

bplumhoff

Hello,

If your search values are in A1:A99 and the lookup values in B1:B99:
=sumproduct(--(searchvalue=A1:A99),b1:b99)

HTH,
Bernd
 

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

Top