Try...
=SUM(IF(A2:A10="C",B2:F10))
...confirmed with CONTROL+SHIFT+ENTER.
This is a discussion on SUM Range more than one column - SUMIF within the Excel Questions forums, part of the Question Forums category; Hi, How would I SUM all the results from results 1-5 if say ITEM in column A = C? SUMIF ...
Hi,
How would I SUM all the results from results 1-5 if say ITEM in column A = C?
SUMIF wont work as it only sums the first column...
A B C D E F 1 ITEM RESULT 1 RESULT 2 RESULT 3 RESULT 4 RESULT 5 2 A 1 2 2 77 2 3 B 10 7 5 5 5 4 C 2 1 77 2 5 A 10 10 33 7 6 A 5 2 33 5 7 B 1 33 7 8 C 7 1 2 9 C 5 5 5 10 B 7 2 7 7 2
enercheenhologoskaihoogosenprostontheonkaitheosenhologosnarchhnoogovkailogohnprvtonqeonkaiqeovhnologov
Try...
=SUM(IF(A2:A10="C",B2:F10))
...confirmed with CONTROL+SHIFT+ENTER.
try
=SUMPRODUCT((A2:A10="A")*B2:F10)
or
=SUM(IF(A2:A10="A",B2:F10))
with CSE
regards
Sankar
show your sheet on the board, get Excel Jeanie or HTML maker
mail me; visit my excel blog (in my mother tongue)
யாதும் ஊரே, யாவரும் கேளிர்; தீதும் நன்றும் பிறர்தர வாரா
Try this:
=SUMPRODUCT((A2:A10="A")*B2:F10)
.
Biff
Microsoft MVP - Excel
Using Excel 2002, 2007
KISS - Keep It Simple Stupid
enercheenhologoskaihoogosenprostontheonkaitheosenhologosnarchhnoogovkailogohnprvtonqeonkaiqeovhnologov
Thanks sanrv1f & #NAME?
My bad habit with SUMPRODUCT of using , at the end rather than *
Thanks for the reminder and solution
enercheenhologoskaihoogosenprostontheonkaitheosenhologosnarchhnoogovkailogohnprvtonqeonkaiqeovhnologov
Does anyone know how to sum multiple coloumns with multiple conditions? Should I use sumif or sumproduct function?
Bookmarks