J
Joe H.
Sumif(Range, Criteria, Sum Range)
A B C
Sales Rep Year Amount
Joe 2002 100.00
Joe 2002 200.00
Joe 2003 700.00
Amanda 2002 800.00
How can I use a sumif formula to add all sales for "Joe"
for only the year "2002". With the answer being obviously
$300.00.
My guess is Sumif(And(A:A="Joe",B:B=2002),C:C)
A B C
Sales Rep Year Amount
Joe 2002 100.00
Joe 2002 200.00
Joe 2003 700.00
Amanda 2002 800.00
How can I use a sumif formula to add all sales for "Joe"
for only the year "2002". With the answer being obviously
$300.00.
My guess is Sumif(And(A:A="Joe",B:B=2002),C:C)