Vlookup with multiple matches

  • Thread starter Thread starter BubBob
  • Start date Start date
B

BubBob

How can i use the vlookup function to find multiple matches in a single
column and to sum them. All values are numbers. I've been fighting with
this issue too long and cannot solve it. Problem seems to bee that
vlookup "stops" on the first exact match. Do i have to use a custom
function?
 
You might provide a simple illustration and what result you are
expecting. It sounds to me like the following would do what you
describe, but that isn't the way J.E. McGimpsey interpreted what you are
asking:

=SUMIF(a1:a100, 8) if the numbers youu are trying to sum are all 8's.

Alan Beban
 
Back
Top