automatically generate future values(forecast) based on existing data Excel 2007
Author: mety Labels:: automatically generate future values(forecast) based on existing data Excel 2007
Whether you need to forecast expenses for the next year or project the expected results for a series in a scientific experiment, you can use Microsoft Office Excel to automatically generate future values that are based on existing data or to automatically generate extrapolated values that are based on linear trend or growth trend calculations. You can fill in a series of values that fit a simple linear trend or an exponential growth trend by using the fill handle (fill handle: The small black square in the lower-right corner of the selection. When you point to the fill handle, the pointer changes to a black cross.) or the Series command. To extend complex and nonlinear data, you can use worksheet functions or the regression analysis (regression analysis: A form of statistical analysis used for forecasting. Regression analysis estimates the relationship between variables so that a given variable can be predicted from one or more other variables.) tool in the Analysis ToolPak Add-in (add-in: A supplemental program that adds custom commands or custom features to Microsoft Office.).
Fill in a series for a linear best-fit trend automaticallyIn a linear series, the step value, or the difference between the first and next value in the series, is added to the starting value and then added to each subsequent value.
To fill in a series for a linear best-fit trend, do the following:
Tip To manually control how the series is created or to use the keyboard to fill in a series, click the Series command (Home tab, Editing group, Fill button).
Fill in a series for a growth trend automaticallyIn a growth series, the starting value is multiplied by the step value to get the next value in the series. The resulting product and each subsequent product are then multiplied by the step value.
To fill in a series for a growth trend, do the following:
For example, if the selected starting values in cells C1:E1 are 3, 5, and 8, drag the fill handle to the right to fill with increasing trend values, or drag it to the left to fill with decreasing values. Tip To manually control how the series is created or to use the keyboard to fill in a series, click the Series command (Home tab, Editing group, Fill button). Fill in linear trend or growth trend values manuallyWhen you click the Series command, you can manually control how a linear trend or growth trend is created and then use the keyboard to fill in the values.
In either case, the step value is ignored. The series that is created is equivalent to the values that are returned by the TREND function or GROWTH function. To fill in the values manually, do the following:
Note If there is more than one starting value in the series and you want Excel to generate the trend, select the Trend check box. Calculate trends by adding a trendline to a chartWhen you have existing data for which you want to forecast a trend, you can create a trendline (trendline: A graphic representation of trends in data series, such as a line sloping upward to represent increased sales over a period of months. Trendlines are used for the study of problems of prediction, also called regression analysis.) in a chart. For example, if you have a chart in Excel that shows sales data for the first several months of the year, you can add a trendline to the chart that shows the general trend of sales (increasing or decreasing or flat) or that shows the projected trend for months ahead. This procedure assumes that you already created a chart that is based on existing data.
Notes
Project values with a worksheet functionUsing the FORECAST function The FORECAST function calculates, or predicts, a future value by using existing values. The predicted value is a y-value for a given x-value. The known values are existing x-values and y-values, and the new value is predicted by using linear regression. You can use this function to predict future sales, inventory requirements, and consumer trends. Using the TREND function or GROWTH function The TREND and GROWTH functions can extrapolate future y-values that extend a straight line or exponential curve that best describes the existing data. They can also return only the y-values based on known x-values for the best-fit line or curve. To plot a line or curve that describes existing data, use the existing x-values and y-values returned by the TREND or GROWTH function. Using the LINEST function or LOGEST function You can use the LINEST or LOGEST function to calculate a straight line or exponential curve from existing data. The LINEST function and LOGEST function return various regression statistics, including the slope and intercept of the best-fit line. The following table contains links to more information about these worksheet functions.
Perform regression analysis with the Analysis ToolPak Add-inWhen you need to perform more complicated regression analysis — including calculating and plotting residuals — you can use the regression analysis tool in the Analysis ToolPak Add-in.
|