Hello,
I am trying to forecast the price by city from a data set. Here is an example of what it looks like:
[TABLE="class: cms_table, width: 1024"]
<tbody>[TR]
[TD]CITY[/TD]
[TD]6/17/2011[/TD]
[TD]12/2/2011[/TD]
[TD]2/26/2012[/TD]
[TD]4/30/2012[/TD]
[TD]8/2/2012[/TD]
[TD]11/21/2012[/TD]
[TD]1/11/2013[/TD]
[TD]2/14/2013[/TD]
[TD]5/3/2013[/TD]
[TD]7/30/2013[/TD]
[TD]11/8/2013[/TD]
[TD]1/9/2014[/TD]
[TD]2/11/2014[/TD]
[/TR]
[TR]
[TD]AIKEN, SC[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ 14.74[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[/TR]
[TR]
[TD]AKRON, OH[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$16.73[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ 12.99[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[/TR]
[TR]
[TD]ALBUQUERQUE, NM[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ 15.08[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[/TR]
</tbody>[/TABLE]
What I want to do is use this historical data to identify what the price will be (by city) in May! That means that I only want to use historical data from May (not ALL of the months). I know there is a FORECAST formula, but I don't know if that will work with the way my data sheet is organized. Any ideas?
Thank you! I appreciate your help.
I am trying to forecast the price by city from a data set. Here is an example of what it looks like:
[TABLE="class: cms_table, width: 1024"]
<tbody>[TR]
[TD]CITY[/TD]
[TD]6/17/2011[/TD]
[TD]12/2/2011[/TD]
[TD]2/26/2012[/TD]
[TD]4/30/2012[/TD]
[TD]8/2/2012[/TD]
[TD]11/21/2012[/TD]
[TD]1/11/2013[/TD]
[TD]2/14/2013[/TD]
[TD]5/3/2013[/TD]
[TD]7/30/2013[/TD]
[TD]11/8/2013[/TD]
[TD]1/9/2014[/TD]
[TD]2/11/2014[/TD]
[/TR]
[TR]
[TD]AIKEN, SC[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ 14.74[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[/TR]
[TR]
[TD]AKRON, OH[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$16.73[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ 12.99[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[/TR]
[TR]
[TD]ALBUQUERQUE, NM[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ 15.08[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[TD]$ -[/TD]
[/TR]
</tbody>[/TABLE]
What I want to do is use this historical data to identify what the price will be (by city) in May! That means that I only want to use historical data from May (not ALL of the months). I know there is a FORECAST formula, but I don't know if that will work with the way my data sheet is organized. Any ideas?
Thank you! I appreciate your help.