I Need a Super SUMPRODUCT

Bearcat Brew

New Member
Joined
Dec 7, 2004
Messages
40
I am familiar with using SUMPRODUCT for summing with multiple criteria, but I am not sure if it works for what I am trying to do here. I would like to get running year-to-date totals for specified brands. Several years of monthly data will be in the sheet.
Book3
ABCDEFGHIJKLMNOPQ
1Nov-05Dec-05Jan-06Feb-06Mar-06Apr-06May-06Jun-06Jul-06Aug-06Sep-06Oct-06Nov-06Dec-06Jan-07Feb-07
2BrandA1211019127513114436251815146261
3BrandA5618179521698020140
4BrandA5200000000800006
5BrandB00110210002310001
6BrandB62110300002211359
7BrandA125514680774500012
8BrandC839400000200869711910611236
9BrandB211891001221091153910551445354112
Sheet1


I would like the summary to be the YTD total as of the month the column represents for all of a specified brand.
Book3
ABCD
1Jan-06Feb-06Mar-06
2BrandA23236534
3BrandB101202326
4BrandC000
Sheet2


So as an example, I would like C2 to be the total of all Brand A for January 2006 and February 2006. I don't believe SUMPRODUCT works for something like this since I need to sum not only multiple rows, but multiple columns as well. Possibly it works with some combination of INDEX/MATCH?
 
Thanks, that will work for this. Next thought is to convert to brand share pecentages (divide by the sum of the entire column in January and the sum of the series of columns for February through December). In that case, the previous column is not just B2 since it will have been divided by the sum of all brands.

I would do that as a second step. Keep the totals as before, then on another sheet (or at least another area of the same sheet), perform your % calculations.
 
Upvote 0

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Bearcat

Forces the TRUE/FALSE resulting array to one of 1/0.

Could you explain this further? Does it simply mean that because the equation is set up for a TRUE/FALSE variable; the 1/0 would relate the answer to a numerical solution instead of the T/F as the answer?

Would appreciate any help!

Thanks in advance

Sean
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,214,835
Messages
6,121,880
Members
449,057
Latest member
Moo4247

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