cellMatrix.net

Spreadsheet Modeling and Related Topics

Forecast Monthly Spreads with Partial Year Results

Below are a series of formulas to help forecast the remainder of a year given partial annual results and total annual forecast number. In this first example, two years of history are provided (2006 and 2007). The numbers for January through June are known. A 4% annual growth is projected for 2007 to 2008. The known data is in black font and the predicted data is in red.

image

The known data is in black font and the predicted data is in red. The formula in cell C9 is:

=SUM(C9:D9)/SUM($C$9:$D$14)*($E$15-SUM($E$3:$E$8))

It is copied through the range C9:C14. To predict 2009, the formula in cell F3 is:

=AVERAGE(C3:E3)/AVERAGE($C$15:$E$15)*$F$15

It is copied through the range F3:F14.

The same kind of logic can be used to predict monthly averages based on an annual average. As with the first example, two years of history are provided (2006 and 2007). The numbers for January through June are known. A 3% annual growth is projected for 2007 to 2008. The known data is in black font and the predicted data is in red.

image

The known data is in black font and the predicted data is in red. The formula in cell C9 is:

=SUM(C9:D9)/SUM($C$9:$D$14)*($E$15*12-SUM($E$3:$E$8))

It is copied through the range C9:C14. As with the first example, to predict 2009 the formula in cell F3 is:

=AVERAGE(C3:E3)/AVERAGE($C$15:$E$15)*$F$15

Posted on Friday, July 27, 2007 | Comments (0) | Permalink

Comment Entry Form

User Information

Name: (Required)

E-Mail Address: (Optional)

Location: (Optional)

Web Site Address: (Optional)

Comment Formatting Reference
Add VBA Code:
<pre>some code here</pre>
Linking:
[url]http://www.example.com/[/url]
[url=http://www.example.com/]my site[/url]
Text Formatting
[size=4]Some larger text[/size]
[color=green]Some green text[/color]
[b]Some bold text[/b]
[i]Some italic text[/i]
Enter Comment Below

Personalization Options
Remember my personal information
Notify me of follow-up comments?

Next entry: XY Scatter Chart - Flag Duplicates

Previous entry: Conditional Formatting Seasonal Volumes

<< Back to main

Statistics

  • Total Entries - 136
  • Current Viewers - 19

Categories

Entries by Day

Sep - 2010
S M T W T F S
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 1 2

Recent Comments

Syndicate