View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Excell Vlookup formula

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
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"naurel" wrote:
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?