Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to look through a list on names in one column and values in the
column next. If I have a name that repeats I want to add all the corresponding values from the column next. EG. ABC 11 ZXY 8 GUK 22 ABC 3 ABC 8 ABC Total = 22 Any ideas? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(A1:A5="ABC"),--(B1:B5))
=SUMPRODUCT((A1:A5="ABC")*(B1:B5)) HTH, Ryan--- -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "AC" wrote: I am trying to look through a list on names in one column and values in the column next. If I have a name that repeats I want to add all the corresponding values from the column next. EG. ABC 11 ZXY 8 GUK 22 ABC 3 ABC 8 ABC Total = 22 Any ideas? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Take a look SUMIF function in help menu
"AC" wrote: I am trying to look through a list on names in one column and values in the column next. If I have a name that repeats I want to add all the corresponding values from the column next. EG. ABC 11 ZXY 8 GUK 22 ABC 3 ABC 8 ABC Total = 22 Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|