Normal Distribution in Excel

Excel_NOOB_1

New Member
Joined
Aug 17, 2009
Messages
2
Hi, everyone,
I have a quick question for normal distribution in Excel.

There's a construction project with the following monthly expenditures:

JUL 2008 $ 4,903
AUG 2008 $ 3,591
SEP 2008 $ 15,452
OCT 2008 $ 12,806
NOV 2008 $ 59,988
DEC 2008 $ 121,808
JAN 2009 $ 261,162
FEB 2009 $ 264,769
MAR 2009 $ 306,240
APR 2009 $ 438,695
MAY 2009 $ 397,569
JUN 2009 $ 345,190

The project's allocated amount is $12 million and the time period is from July 2008 to December 2010. Is there anyway I can forecast future monthly expenditures (from July 2009 & onwards) based on normal distribution model using Excel 2003?

Your input is greatly appreciated.

Thank you.

Excel Noob.
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
I'm not sure it's appropriate to apply a normal distribution to project spend...but assuming you have a basis for it, you can estimate the standard deviation as 1/6 of the project duration (in this case 30 month duration, 5 month s.d.). The midpoint of the project is the end of month 15, so to balance the spend around the midpoint, we need to use 15.5 ((duration +1)/2). Then you can use the normdist function, dividing the nominal result by the ratio of the number of months per standard deviation. The following is an example...just enter the remaining months of the project, and copy the formulas to the first row and copy down.

Excel Workbook
ABCD
1Budget12000000Duration30
2CalendarMonthsd's from meanBudget$
3Jul-081-2.9014286
4Aug-082-2.7025010
5Sep-083-2.5042068
6Oct-084-2.3067985
7Nov-085-2.10105561
8Dec-086-1.90157478
9Jan-097-1.70225718
10Feb-098-1.50310842
11Mar-099-1.30411285
12Apr-0910-1.10522845
13May-0911-0.90638605
14Jun-0912-0.70749409
15Jul-0913-0.50844957
16Aug-0914-0.30915331
17Sep-0915-0.10952686
Sheet2
<table style="font-family:Arial; font-size:10pt; border-style: groove ;border-color:#00ff00;background-color:#fffcf9; color:#000000; "><tr><td ><b>Spreadsheet Formulas</b></td></tr><tr><td ><table border = "1" cellspacing="0" cellpadding="2" style="font-family:Arial; font-size:9pt;"><tr style="background-color:#cacaca; font-size:10pt;"><td >Cell</td><td >Formula</td></tr><tr><td >C3</td><td >=0-(6/$D$1)*(<span style=' color:008000; '>(<span style=' color:#0000ff; '>($D$1+1)</span>/2)</span>-B3)</td></tr><tr><td >D3</td><td >=NORMDIST(C3,0,1,0)/($D$1/6)*$B$1</td></tr><tr><td >C4</td><td >=0-(6/$D$1)*(<span style=' color:008000; '>(<span style=' color:#0000ff; '>($D$1+1)</span>/2)</span>-B4)</td></tr><tr><td >D4</td><td >=NORMDIST(C4,0,1,0)/($D$1/6)*$B$1</td></tr><tr><td >C5</td><td >=0-(6/$D$1)*(<span style=' color:008000; '>(<span style=' color:#0000ff; '>($D$1+1)</span>/2)</span>-B5)</td></tr><tr><td >D5</td><td >=NORMDIST(C5,0,1,0)/($D$1/6)*$B$1</td></tr><tr><td >C6</td><td >=0-(6/$D$1)*(<span style=' color:008000; '>(<span style=' color:#0000ff; '>($D$1+1)</span>/2)</span>-B6)</td></tr><tr><td >D6</td><td >=NORMDIST(C6,0,1,0)/($D$1/6)*$B$1</td></tr></table> </table>
You should validate it against your data...it doesn't look to me that it fits particularly well, but it may be close enough for your purposes.
Hope this helps,
Cindy
 
Upvote 0
Hi, Cindy,

Thank you very much for the spreadsheet. It was very helpful.
I have some questions about the formulas.

Std is assumed to be 5, right? This can be vary depending on how much you think the data might fluctuate, right?

Cell C3 = 0 - (6/$D$1)*((($D$1+1)/2)-B3)
-or-
Cell C3 = 0 - ((15.5) - Current Month)/5

The reason that ((15.5) - Current Month) is divided by 5 is to normalize it?

Cell D3 = NORMDIST(C3,0,1,0)/($D$1/6)*$B$1
-or-
Cell D3 = NORMDIST(C3,0,1,0)/(5) * 12 Million

For this one, I am a little confused on why NORMDIST(C3,0,1,0) is divided by 5. Can you tell me why?

My statistic knowledge is rusty. I apologize if I ask any silly questions. :)

Thank you.

Excel Noob.
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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