3.1.3.7 Lab - Using Excel To Forecast
3.1.3.7 Lab - Using Excel To Forecast
Objectives
Input Data into a spreadsheet
Execute a Data Forecast
Background / Scenario
Forecasting is a way of predicting values in the future based on data. Managers wants data instantly in order to
make decisions and they rely on techniques such as forecasting to make those decisions. With big data, volumes
of data is produced instantaneously. This presents a challenge to collect and process this data in real time.
This lab is very basic and is designed to just show you how forecasting is performed in Microsoft Excel. You will
be inputting a set of weekly grades and using the forecast feature to see what grades are predicted for the next
few weeks.
Note: The Forecast menu option is available in the 2016 version of Excel. If you do not have this version, the
formula is provided. You might do better copying the formula from the lab than inputting it.
Note: If you do not have the Forecast icon available in the Data menu option, but have the 2016 version of Excel,
select the File menu option > Options > Add-Ins > Go > enable the checkbox beside Analysis ToolPak > OK. If
you return to the File > Options > Add-Ins window, you should see the Analysis ToolPak in the top section
where the active add-ins list.
Required Resources
Microsoft Excel with the Analysis ToolPak option installed or ability to enable as an Add-In
© 20198 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 3 www.netacad.com
Lab – Using Excel to Forecast
© 2018 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 3 www.netacad.com
Lab – Using Excel to Forecast
f. Notice that Excel predicts that you will make 80.39 on March 19th, but is 95% confident that it really will be a
score somewhere between 47.54 and 113.23.
What score is predicted for April 2nd? _____
Within what range of scores is Excel 95% confident that you will make on April 9 th? _________________
g. If you do not have the 2016 version of Excel or if you just like using a formula instead of the using the menu,
you can input a formula and get the same numbers.
In C12 enter the following formula:
=FORECAST.ETS(A12,$B$2:$B$11,$A$2:$A$11,1,1)
In D12, enter the following formula:
=C12-FORECAST.ETS.CONFINT(A12,$B$2:B$11,$A$2:$A$11,0.95,1,1)
In E12, enter the following formula:
=C12+FORECAST.ETS.CONFINT(A12,$B$2:B$11,$A$2:$A$11,0.95,1,1)
© 2018 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 3 www.netacad.com