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
 
Top