excel中的预测函数FORECAST.ETS不起作用

时间:2017-04-09 12:10:20

标签: excel excel-formula forecasting

所以我的表格看起来像这样:

     A         B
Mar 31 2013 -0.0253
Apr 07 2013 0.0215
Apr 14 2013 -0.0153
Apr 21 2013 0.0222
Apr 28 2013 0.0148
May 05 2013 0.0159
May 12 2013 0.0148
May 19 2013 -0.0102
May 26 2013 -0.0107
Jun 02 2013 -0.026
Jun 09 2013 -0.0162
Jun 16 2013 -0.0305
Jun 23 2013 0.0162
Jun 30 2013 0.0258
Jul 07 2013 0.0266
Jul 14 2013 0.0131
Jul 21 2013 -0.0114
Jul 28 2013 0.0142
Aug 04 2013 -0.0097


Aug 20 2013 #VALUE!

第一列是数据,第二列是值。我尝试Forecast的{​​{1}}值,但我总是收到错误...

  

我的预测功能

August 20th 2013

当我检查错误时,它会强调=FORECAST.ETS(A58, B37:B55, A37:A55) ,所以我假设格式有问题?我的A58有日期类型,A column有数字类型。有人可以解释为什么它会抛出错误吗?

enter image description here

1 个答案:

答案 0 :(得分:3)

这些日期不是真实的日期,而是文本 - 看起来像日期。选择所有日期,并使用文本到列,分隔符,无分隔符,MDY,完成或替换(Ctrl + H)201, 201

您应该注意的第一件事是,所有日期现在都按照日期和数字的方式对齐。默认情况下,文本(或文本看起来像日期)左对齐。

enter image description here