Linear Regresion. Sales By Year.

S

Shapper

Hello,

I have two columns as follows:

Year Sales
2006 1200
2007 1400
2008 1500
2009 1600
2010 1900
2011 2000
2012 2100
2013 ??
2014 ??

How can I create a Linear Regression for years 2006 to 2012 and use it to predict the values of sales in 2013 and 2014?

Thank You,
Miguel
 
P

Puppet_Sock

Hello,

I have two columns as follows:

Year   Sales
2006   1200
2007   1400
2008   1500
2009   1600
2010   1900
2011   2000
2012   2100
2013   ??
2014   ??

How can I create a Linear Regression for years 2006 to 2012 and use it topredict the values of sales in 2013 and 2014?

Look up the function LINEST()
Socks
 

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

Top