View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
pdberger
 
Posts: n/a
Default Summing lookup values

C -- Here's an approach:

A B C D
1 Ash 1
2 Ash 2
3 Ash 3
4 Pon 4
5 Pon 5
6 Pon 6
7 Raj 7
8 Raj 8
9 Raj 9
10
11 Ash =sumif($A$2:$A$9,A11,$B$2:$B$9)
12 Pon
13 Raj

HTH

"~C" wrote:

I have a spreadsheet and I need to use a VLookup that then sums the returned
values that repeat. Below is an example, where Ashish shows up 3 times in my
lookup table and I want it to add together 834+534+234 and display 1062. I
can do this manuall, but have no idea how to have this automated using a
Vlookup function.

Ashish Pongal Rajesh Sanjay
1602 434 634 1068
Ashish 834
Ashish 534
Ashish 234
Pongal 434
Rajesh 634
Sanjay 334
Sanjay 734