project values based on other values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I project the values for November and December if I have values for
January - October? What is the correct formula?
 
The short answer is try using the =FORECAST() function, where the known_y's
are your values, the known_x's can just be 1, 2, .. 10 (or =MONTH() of the
date) and then the points for which you want to predict a value are 11 and 12.

However, this makes a huge assumption that the relationship is linear. So
the first step has to be simply to plot them and see if this assumption is
valid. If it is, FORECAST is perfectly OK. If they are something that is
growing at a constant rate then =LOGEST() might be the function to use.
Otherwise you're moving into much more complex area.

HTH, David Jessop
 

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

Back
Top