Tip Printed from ExcelTip.com
Summing matching values in multiple rows


Problem:
Summing up all the scores in column B matching team A in column A.

Solution:
Using this SUMIF formula:
=SUMIF(A2:A7,""A"",B2:B7)

Team____Points
A_______3
A_______2
B_______4
C_______2
A_______1
C_______3