Convert monthy sales numbers to weekly sales numbers and applly a profile

MDPOR

New Member
Joined
Sep 11, 2016
Messages
2
Hello,

My problem is as follows:

I have a monthly sales forecasts per customer which I need to convert to a weekly sales forecast per customer taking into account the following elements:

1) Monthly Sales forecast per Customer:

AugustSeptemberOctoberNovemberDecember
Customer X32 00025 00015 00045 00020 000

<tbody>
</tbody>

2) Some weeks cross over 2 months (assumption: week starts on a Monday)
3) I have a historical profile of sales per customer per week of month (maximum 6 weeks in 1 month) which also needs to be applied:

Week 1Week 2Week 3Week 4Week 5Week 6
Customer X10%20%15%35%15%5%

<tbody>
</tbody>


So I want to have these elements taken into account when transforming the monthly sales forecast to a weekly sales forecast.

The goal is to fill in the weekly forecast per customer according to the following setup:

Aug 1 - Aug 7Aug 8 - Aug 14Aug 15 - Aug 21Aug 22 - Aug 28Aug 29 - Sep 4...
Customer XAmount AAmount BAmount CAmount DAmount E

<tbody>
</tbody>


Your help is greatly appreciated.


MDPOR
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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