This is a big one. I have some customer data inputs at the warehouse level that I need to summarize into larger groups of warehouses that we have called "SELL TO's". The data file has over 10K rows and has filters applied to it. There are 8 different product groups, 192 customer "SHIP TO's" aka(warehouses) and roughly 17 "SELL TO's" I have used the sumifs function at the top of the sheet to sum certain rows of data. That was easy enough, but what I need next is the total weighted growth% and the total weighted share% for the whole "SELL TO".
Ultimately, I need a dynamic way to sumproduct only visible cells with multiple conditions:
(Invoiced sales of CustomerA x Growth of CustomerA "aka CAGR Override")
+
(Invoiced sales of CustomerB x Growth of CustomerB "aka CAGR Override")
+
(Invoiced sales of CustomerC x Growth of CustomerC "aka CAGR Override")
=
Overall growth for SELL TO group
The example shown just has three customers that need to roll up to one growth and one share. But in other instances on this sheet there are many many customers that need to be rolled up into one group. The formula shown is the manual approach to show my concept but I need a formula that will do this for me. Also, the result for this example should be 9.5% growth.
Ultimately, I need a dynamic way to sumproduct only visible cells with multiple conditions:
(Invoiced sales of CustomerA x Growth of CustomerA "aka CAGR Override")
+
(Invoiced sales of CustomerB x Growth of CustomerB "aka CAGR Override")
+
(Invoiced sales of CustomerC x Growth of CustomerC "aka CAGR Override")
=
Overall growth for SELL TO group
The example shown just has three customers that need to roll up to one growth and one share. But in other instances on this sheet there are many many customers that need to be rolled up into one group. The formula shown is the manual approach to show my concept but I need a formula that will do this for me. Also, the result for this example should be 9.5% growth.