Sumproductif with dynamic ranges

geospatial

Active Member
Joined
Sep 2, 2008
Messages
290
I was wondering if you can use the formual sumproductif with dynamic ranges. I currently have the formula =sumproductif(category="Found & Cleared")*(month="january") It keeps coming up with an #NAME error
The dynamic named ranges that I have are category which corresponds to Column C and Month with corresponds to Column D. When looking at the cell data under month it will say january but if you click on the cell it says the actual date such as 01/01/2010 08:00:00 PM. Not sure if that is messing up the formula or not.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Changed formula to =sumproduct(category="Found & Cleared")*(month="january") and it did get rid of the #NAME error but everything shows up as 0. I know there should be 1300.
 
Upvote 0
This works for me

=SUMPRODUCT(--(category="Found & Cleared"),--(month="january"))
 
Upvote 0
This works for me

=SUMPRODUCT(--(category="Found & Cleared"),--(month="january"))

With trying this I get the #VALUE! error. Im guessing because the month column is actually dates but show up as the month field. Would i need to change "january" to greater than jan 1 and less than feb 1?
 
Upvote 0

Forum statistics

Threads
1,224,612
Messages
6,179,890
Members
452,948
Latest member
Dupuhini

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