Formula-Compound Sales Forecast

G

Guest

I am looking for a formula which would give me a sales figure for 2012 (5 yrs
from now) based on a % increase from 2006 year end.

I have a specified cell for 2006 figures, an input cell for the % increase
per year. Now I am trying to find a formula which will take this and
compoundly increase sales for 5 years.

I'm sure it it right in front of me but I cannot seem to make sense of some
of the formulas.
HELP!
 
R

Roger Govier

Hi

With Initial value in B1, Percent increase in C1 and Number of years in
D1
=B1*(1+C1)^D1
 
G

Guest

The formula by Roger would give you the compounded sales figure based on
Percentage increase every year for the duration you need.

However, if you need to find an estimation of what your sales would look
like by 2012, based on sales historically, you ll need to use advanced
statistics and consider seasonality and Trending.
You can also use the built in function "Forecast" which exists in excel,
which could help you to some extent.

Thanks.
 
J

joeu2004

I am looking for a formula which would give me a sales figure for 2012 (5 yrs
from now) based on a % increase from 2006 year end.

I have a specified cell for 2006 figures, an input cell for the % increase
per year. Now I am trying to find a formula which will take this and
compoundly increase sales for 5 years.

=fv(A1, B1, 0, -C1)

where A1 is the number of periods (5), B1 is the rate of increase (%),
and C1 is the end-2006 figure.

Note: Using 5 years gives you the end-2011 figure, not the end-2012
figure.
 
J

joeu2004

Errata....

=fv(A1, B1, 0, -C1)

where A1 is the number of periods (5), B1 is the rate of increase (%),
and C1 is the end-2006 figure.

Oops, pushed Send too soon. A1 is the rate (%) and B1 is the number
of periods.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top