Hi Community,
I have month-wise data for the last 4 years and I have the overall year target for the current year.
I am asking you to review whether my approach to dividing this target between the months is logical. Please feel free to add your approach on how to best do this.
Challenge facing - Because the seasonality & % share are assigned independently, the weighted average % of all months doesn't sum to 100%
Please advise on way forward, please find below the sheet to work with.
I have month-wise data for the last 4 years and I have the overall year target for the current year.
I am asking you to review whether my approach to dividing this target between the months is logical. Please feel free to add your approach on how to best do this.
- At first, I placed Sales month wise figures.
- Second, I calculate month wise share% in year figures
- Third, I assign the seasonality factor for respective months of that years - 1 = Normal Sales, 1.5 = Festival Sales, 0.875 = Off-Season Sales, 0.75, 0.50, 0.25 = Impact of COVID lockdown & so on.
- Fourth, I calculate weighted average of % Share & Seasonality for each month and multiply this with the current year target to get the monthly sales of this year.
Challenge facing - Because the seasonality & % share are assigned independently, the weighted average % of all months doesn't sum to 100%
Please advise on way forward, please find below the sheet to work with.
Cell Formulas | ||
---|---|---|
Range | Formula | |
D2:O6 | D2 | =RAND()*50 |
P2:P6,P19:P22,P13:P16,P8:P11 | P2 | =SUM(D2:O2) |
D8:O11 | D8 | =SUMPRODUCT(D$13:D$16,D$19:D$22)/SUM(D$19:D$22) |
D13:O17 | D13 | =D2/$P2 |