Vlookup with multiple matches

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?
 
A

Alan Beban

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
 

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