Sumproduct multiple ranges with multiple conditions

lwcorp

New Member
Joined
Apr 12, 2018
Messages
6
A bit similar to this, I have multiple ranges (in this case complicated Pivot tables) arranged by dates. But not all of them have all dates and not all of them have all columns.
I want to prepare a new table that sums up each dates with each type of column.
Can you help me do it, probably with sumproduct?
I can stack the ranges on top of each other, if it helps.

g8JGn.png


Thanks!
 
Last edited by a moderator:

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Is this a one-time aggregation, or are you looking to create a process to do this on a regular basis?
It's going to be easier if you can cut/paste the individual tables into a single "monster" source range ...
 
Upvote 0
Just to clarify, in the attached sample file, if row 28 (16/12/2018), for example, is done manually, it will look like:
Cell B28: =SUM(B6, F5)
Cell C28: =SUM(G5, K4)
Cell D28: =SUM(C6, H5, L4)
 
Upvote 0
Cross posted https://www.excelforum.com/excel-fo...multiple-ranges-with-multiple-conditions.html

While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules).
This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0
This problem exceeds my abilities. The issue is that there's a variable number of pivot tables and a variable number of columns/dates.

I wasn't able to determine how to refer to an entire column in a pivot table, similar to a regular table e.g. "tablename[columnname]", so array formulas are out of the question for now...
 
Upvote 0

Forum statistics

Threads
1,215,180
Messages
6,123,502
Members
449,100
Latest member
sktz

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