Adding distribution to data table with cumulative sum

plantaddict

New Member
Joined
Aug 12, 2020
Messages
2
Office Version
  1. 2013
Platform
  1. Windows
Hi, I would really appreciate some urgent help on this please as I'm so stuck.

I currently have a few rows of data and I'm looking to shift the data by a month, apply some distribution probabilities based on how many months have elapsed and sum cumulatively.
Say I have a distribution table with 4 probabilities being: t=1 is 40%, t=2 is 30%, t=3 is 20% and t = 4 is 10%.

Data is shown below:
Oct 20Nov 20Dec 20Jan 21Feb 21Mar 21
20302540
2555507080
35457550

I'm looking for a formula that would automate the following:
Oct 20Nov 20Dec 20Jan 21Feb 21Mar 21
=20*40%=(20*30%)+(30*40%)=(20*20%)+(30*30%)+(25*40%)=(20*10%)+(30*20%)+(25*30%)+(40*40%)=(30*10%)+(25*20%)+(40*30%)
=25*40%=(25*30%)+(55*40%)=(25*20%)+(55*30%)+(50*40%)=(25*10%)+(55*20%)+(50*30%)+(70*40%)=(55*10%)+(50*20%)+(70*30%)+(80*40%)
=35*40%=(35*30%)+(45*40%)=(35*20%)+(45*30%)+(75*40%)=(35*10%)+(45*20%)+(75*30%)+(50*40%)
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand

Forum statistics

Threads
1,215,012
Messages
6,122,682
Members
449,091
Latest member
peppernaut

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