Actual Sales phasing

AliBb

New Member
Joined
Apr 28, 2018
Messages
25
I have a table of data with the following headings
Value - Months - StartDate - 1/5/19 - 1/6/19

I want to automatically forecast out the monthly value based on the start date for eg
1000 - 10 - 1/7/19
2500 - 20 - 1/6/20

Row 1 would have values in each column starting 1/7/19 - 1/4/20 ie 10 columns of 100 with 0 in all others

Row 2 would have values in each column starting 1/6/20 - 1/1/22 ie 20 columns of 125 with 0 in all others

What formula can I use or how best would it be to get this data
 

Excel Facts

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

If I understand your description correctly, this would do it.
I changed your SECOND row START date, VALUE, and MONTHS so the sample table will fit on screen:


Book1
ABCDEFGHIJKLMNOPQRST
1ValueMonthsStartDate1/5/191/6/191/7/191/8/191/9/191/10/191/11/191/12/191/1/201/2/201/3/201/4/201/5/201/6/201/7/201/8/201/9/20
21000101/7/190010010010010010010010010010010000000
32400151/6/1901601601601601601601601601601601601601601601600
Sheet29
Cell Formulas
RangeFormula
D2=IF(AND(D$1>=$C2,EDATE($C2,$B2)>D$1),$A2/$B2,0)


D2 formula copied down and across as far as needed.
 
Last edited:
Upvote 0
You're welcome, welcome to the forum.
 
Upvote 0

Forum statistics

Threads
1,215,641
Messages
6,125,983
Members
449,276
Latest member
surendra75

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