SumProduct Error

ultracyclist

Active Member
Joined
Oct 6, 2010
Messages
271
Office Version
  1. 365
Platform
  1. Windows
Hi,

I'm having problem with a SumProduct formula and do not understand why its not calculating correctly. I'm using the following formula. The formula should return a total count of 150 for the GH 372 devices

=SUMPRODUCT(G2:G81,"GH 372",H2:H81,">0")

I tried CountIfs and SumIFS formulas with the same criteria and no value is being returned.

Thoughts??

Thanks,
Tom
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
That is definitely incorrect syntax for SUMPRODUCT

COUNTIFS should work though provided you are just trying to count how many rows meet those two criteria.

22 02 12.xlsm
GHIJ
1
2abc12
3GH 3722
4GH 3720
5GH 3774
65
7abc6
8GH 3727
COUNTIFS
Cell Formulas
RangeFormula
J2J2=COUNTIFS(G2:G81,"GH 372",H2:H81,">0")


If that is not what you are trying to do, then more explanation and some sample data and expected result would help.
 
Upvote 0
Solution
You're welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,215,048
Messages
6,122,862
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top