ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   sumif problem (https://www.excelbanter.com/excel-discussion-misc-queries/175717-sumif-problem.html)

Rick

sumif problem
 
I am trying to add up multiple columns but from what I have read so far Sumif
won't do it.

=SUMIF($IE$3:$IE$62,B6,$IN$3:$IV$62) only returns the first value in column
IN.

How do I ADD all columns from IN to IV.

Thanks in advance

Tyro[_2_]

sumif problem
 

That is because SUMIF makes the sum range agree in shape with the range that
you're comparing B6 to - $IE$3:$IE$62 - 1 column, so it sums only the first
column of your sum range. Use SUMPRODUCT instead:

=SUMPRODUCT((B6=$IE$3:$IE$62)*($IN$3:$IV$62))

Tyro

"Rick" wrote in message
...
I am trying to add up multiple columns but from what I have read so far
Sumif
won't do it.

=SUMIF($IE$3:$IE$62,B6,$IN$3:$IV$62) only returns the first value in
column
IN.

How do I ADD all columns from IN to IV.

Thanks in advance




T. Valko

sumif problem
 
Try this:

Assuming the range IN3:IV62 contains only numeric values.

=SUMPRODUCT((IE3:IE62=B6)*IN3:IV62)

--
Biff
Microsoft Excel MVP


"Rick" wrote in message
...
I am trying to add up multiple columns but from what I have read so far
Sumif
won't do it.

=SUMIF($IE$3:$IE$62,B6,$IN$3:$IV$62) only returns the first value in
column
IN.

How do I ADD all columns from IN to IV.

Thanks in advance





All times are GMT +1. The time now is 08:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com