Computing.Net > Forums > Office Software > = SUMIF function

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

= SUMIF function

Reply to Message Icon

Name: Brian W
Date: April 20, 2009 at 14:23:32 Pacific
OS: Windows XP
CPU/Ram: 1.0 Gb
Product: Dell / INSPIRION
Subcategory: Microsoft Office
Comment:

I have used =SUMIF to total the values contained in cells selected by one given criterion. I now need to total the values contained in cells selected by two criteria. I am using Excel 2003 so =SUMIFS is not available. Is there an Excel 2003 procedure for this situation?

Thank you.



Sponsored Link
Ads by Google

Response Number 1
Name: Mike (by mmcconaghy)
Date: April 20, 2009 at 14:37:03 Pacific
Reply:

Look at =SUMPRODUCT see if that helps.

MIKE

http://www.skeptic.com/


0

Response Number 2
Name: Brian W
Date: April 21, 2009 at 04:07:00 Pacific
Reply:

Mike,

Thanks you for your response; unfortunately,=SUMPRODUCT didn't work in the way I needed.

I need something like "In a given range, A1:C10, if cell A1:A10 = criteria 1 and if cell B1:B10 = criteria 2, then sum the contents of cell C1:C10.

Thank you.


0

Response Number 3
Name: Mike (by mmcconaghy)
Date: April 21, 2009 at 08:12:16 Pacific
Reply:

Brian, I'm not an expert on double unary operator but here is a link that may be of help.
It explains it better than I could. Also on the page is a:

=SUM(IF(

solution.


http://www.xldynamic.com/source/xld...


MIKE

http://www.skeptic.com/


0

Response Number 4
Name: DerbyDad03
Date: April 21, 2009 at 10:48:47 Pacific
Reply:

Are you asking to sum the cells in C1:C10 where the cells in the same Row of A1:A10 and B1:B10 match criteria 1 and 2?

In other words with this data:

	A	B	C
1	1	3	10
2	2	5	11
3	1	3	10
4	2	5	11
5	1	3	10
6	2	5	11
7	1	3	10
8	2	5	11
9	1	3	10
10	2	5	11

This will return 55 when Array entered with Ctrl-Shift-Enter

{=SUM(IF(A1:A10=2,IF(B1:B10=5,C1:C10)))}

The non-array version is:

=SUMPRODUCT((A1:A10=2)*(B1:B10=5),C1:C10)

If that's not what you are trying to do, please give us an example of some data and what your expected result should be.


0

Response Number 5
Name: Brian W
Date: April 21, 2009 at 14:24:41 Pacific
Reply:

Mike and DerbyDad03,

Thank you for your assistance and reference link; the correct use of =SUMPRODUCT solved the problem.


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon

Nested if statement Excel wont opn anymore?



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: = SUMIF function

sumif function or sum function www.computing.net/answers/office/sumif-function-or-sum-function/8580.html

SUMIIFS function www.computing.net/answers/office/sumiifs-function-/9577.html

BRYCO please help www.computing.net/answers/office/bryco-please-help/2533.html