Printer Friendly
The Free Library
19,122,084 articles and books
Member login
User name  
Password 
 
Join us Forgot password?

Forecasting with Excel: regression analysis can help predict revenues and costs.


[ILLUSTRATION OMITTED]

Your client, Dave's BBQ BBQ barbecue , a local independent restaurant, is interested in determining the effect on sales revenue of certain advertising strategies. Dave has weekly data on advertising dollars spent as well as sales revenue from the restaurant and has come to you, his CPA (Computer Press Association, Landing, NJ) An earlier membership organization founded in 1983 that promoted excellence in computer journalism. Its annual awards honored outstanding examples in print, broadcast and electronic media. The CPA disbanded in 2000. , to help him determine the link between the two. It certainly seems reasonable that advertising, at least in part, drives sales revenue, but you need to measure the strength of that relationship and then use the information to help forecast sales revenue for future periods. Creating financial forecasts from historical data can be daunting daunt  
tr.v. daunt·ed, daunt·ing, daunts
To abate the courage of; discourage. See Synonyms at dismay.



[Middle English daunten, from Old French danter, from Latin
 for managers. However, several tools in Excel are readily accessible and easy to use to help with forecasting revenues and costs. The use of regression analysis In statistics, a mathematical method of modeling the relationships among three or more variables. It is used to predict the value of one variable given the values of the others. For example, a model might estimate sales based on age and gender.  can significantly enhance the accuracy of your financial forecasts and make the budgeting process more efficient. This article guides you through the process of using one of these tools, linear regression Linear regression

A statistical technique for fitting a straight line to a set of data points.
. The purpose of this article is to demonstrate how to use Excel for forecasting--not to teach forecasting or regression analysis. The discussion below assumes a basic understanding of linear regression (for more details, see box, "Further Reading.")

The screenshots demonstrate the tools in Excel 2003. The tools function much the same way in Excel 2007, but accessing them is slightly different. See the sidebar (1) A Windows Vista desktop panel that holds mini applications (gadgets) such as a calendar, calculator, stock ticker and Vonage phone dialer. It is the Windows counterpart to the Dashboard in the Mac. See Windows Vista and gadget.  "Accessing Regression Tools in Excel 2007" for directions. To follow the analysis of Dave's BBQ, download the illustration file with the online version of this article at www.journalofaccountancy.com; enter 2008884 in the search box.

PLOT THE DOTS

Linear regression is a statistical tool that can help determine whether the link between a measure of activity (x) and an output measure, such as cost or revenue (y), is sufficient to be used to forecast that output measure. The x is generally referred to as the independent variable and the y as the dependent variable. In the case of Dave's BBQ, we analyze weekly sales revenue (the dependent variable) versus advertising dollars (the measure of activity or independent variable). Scanning the data in Exhibit 1, it appears there is a positive correlation Noun 1. positive correlation - a correlation in which large values of one variable are associated with large values of the other and small with small; the correlation coefficient is between 0 and +1
direct correlation
 between advertising dollars and weekly sales revenue. In other words Adv. 1. in other words - otherwise stated; "in other words, we are broke"
put differently
, higher levels of advertising seem to be associated with greater sales revenue. To confirm this assessment and generate forecasts, we will use a graphical approach to regression analysis.

Begin by highlighting cells B1:C21 where the advertising costs and sales revenue data exist. With those cells highlighted, start Excel's Chart Wizard by selecting Insert, Chart from the menu bar as illustrated in Exhibit 2. In Step 1 of the Chart Wizard select XY (Scatter scat·ter
v.
1. To cause to separate and go in different directions.

2. To separate and go in different directions; disperse.

3. To deflect radiation or particles.

n.
) from the Standard Types list as shown in Exhibit 3, then select Next. In Step 2 of the Chart Wizard you should see a thumbnail A miniature representation of a page or image that is used to identify a file by its contents. Clicking the thumbnail opens the file. Thumbnails are an option in file managers, such as Windows Explorer, and they are found in photo editing and graphics program to quickly browse multiple  of the chart being created (see Exhibit 4). It should be noted that Excel assumes the first column of data selected represents the independent variable (x), while the second column of data represents the dependent variable (y); in this case x and y represent advertising and sales revenue, respectively.

[ILLUSTRATIONS OMITTED]

Select Next again to move on to Step 3 of the Chart Wizard shown in Exhibit 5. Here you can specify the Chart Options including title, labeling the axes axes

[L., Gr.] plural of axis. The straight lines which intersect at right angles and on which graphs are drawn. Usually the horizontal axis is the x-axis and the vertical one the y-axis. Called also axes of reference.
, and other aesthetic elements. After completing those tasks as desired, select Next. In Step 4 of the Chart Wizard, select the location of the chart. I normally leave the default to include the chart as an object in the current worksheet tab and select Finish as illustrated in Exhibit 6. Your worksheet should now look similar to Exhibit 7 with the completed chart and data all in a single worksheet.

[ILLUSTRATIONS OMITTED]

Visually we can confirm our initial assessment of a connection between advertising and sales revenue. More advertising leads to more sales revenue. However, it would be nice to measure the strength of that relationship and determine the extent to which we can rely on that relationship to forecast sales revenue. Linear regression can measure and specify the relationship.

CONNECT THE DOTS

Now that the chart is created, we can include regression analysis directly in the chart. Right-click on any data point in the chart and select Add Trendline as shown in Exhibit 8. Leave the Type as Linear and move to the Options tab. Select Display equation on chart and Display R-squared value on chart, and click OK as illustrated in Exhibit 9. The completed analysis is shown in Exhibit 10.

[ILLUSTRATIONS OMITTED]

[R.sup.2], called the coefficient of determination Coefficient of determination

A measure of the goodness of fit of the relationship between the dependent and independent variables in a regression analysis; for instance, the percentage of variation in the return of an asset explained by the market portfolio return. Also known as R-square.
, is a measure of the degree to which changes in the independent variable (advertising) are associated with changes in the dependent variable (sales revenue). Note: While W is one of the more ubiquitous measures to evaluate the forecasting model's effectiveness, it is by no means the only measure. You are encouraged to become familiar with additional regression diagnostics. [R.sup.2] can take on values between 0 and 1. Values closer to 1 indicate a stronger relationship. Larger values of W result in more reliable forecasts. We interpret that [R.sup.2] for Dave's BBQ as 69.95% of the variation in sales revenue is associated with variation in advertising. The remaining 30% of variation in sales revenue is presumably pre·sum·a·ble  
adj.
That can be presumed or taken for granted; reasonable as a supposition: presumable causes of the disaster.
 due to random fluctuations, weather, pricing, quality of service, or other factors.

The trend line in the chart represents the forecast of sales revenue based on advertising using the following equation: sales revenue (y) = (35.202 x advertising (x)) + 21,792. In other words, there is a baseline of $21,792 sales revenue plus $35.20 of additional revenue for each $1 of advertising.

GENERATING FORECASTS USING = FORECAST

Now that we have completed analyzing the data, we can use one of the functions to predict sales revenue based on advertising. Create a forecast in any blank cell (for example, cell F2) by selecting that cell and typing = forecast and then using Ctrl+A to bring up the Function Arguments dialog box A movable window that is displayed on screen in response to the user selecting a menu option. It provides the current status and available options for a particular feature in the program.  for the linear regression forecast function. Exhibit 11 shows the completed dialog box where we specify that cell E2 will contain a future value for x (advertising), the Known_y's (actual sales revenue) in C2:C21, and Known_x's (actual advertising dollars) in B2:B21. Click OK. As shown in Exhibit 12, insert some future advertising costs (for example, $200) and the value in cell F2 adjusts the forecast for sales revenue ($28,832 = (35.202 x 200) + 21,792) based on the linear regression equation noted earlier. We can insert various values for advertising in cell E2 and instantly see the predicted sales revenue.

[ILLUSTRATIONS OMITTED]

OTHER USES OF LINEAR REGRESSION

While this article focuses on using linear regression tools in Excel for forecasting revenue, linear regression can also help model a variety of business situations. Regression can be used to establish relationships between costs and activity to improve the management of costs. A thorough understanding of the company's cost functions is imperative for effective cost control.

Regression analysis could also be used to gain an understanding of the price elasticity of your company's products. Understanding how changes in prices affect changes in sales volume can be critical to maximizing revenue for the organization.

Regression can also be used for time-series analysis Time-series analysis

Assessment of relationships between two or among more variables over periods of time.
. For example, suppose you wanted to analyze daily closing stock prices for your company over a period of one year. You would obtain a list of all the closing prices for the stock each day for the past year and list them in chronological chron·o·log·i·cal   also chron·o·log·ic
adj.
1. Arranged in order of time of occurrence.

2. Relating to or in accordance with chronology.
 order. Regression analysis could be used to identify patterns in the series of data.

CAUTIONS IN USING LINEAR REGRESSION

Users should be aware of several cautions before relying on regression analysis for forecasting. First, the analyst must be sure that an economically feasible relationship exists between the dependent and independent variables In mathematics, an independent variable is any of the arguments, i.e. "inputs", to a function. These are contrasted with the dependent variable, which is the value, i.e. the "output", of the function. . [R.sup.2] is meaningful only if the relationship between the measures is economically plausible. In the case of Dave's BBQ, it seems realistic that advertising and sales revenue are economically linked.

Second, the results of the analysis are only as good as the historical data. Errors in the data or use of too few data points may skew (1) The misalignment of a document or punch card in the feed tray or hopper that prohibits it from being scanned or read properly.

(2) In facsimile, the difference in rectangularity between the received and transmitted page.
 the analysis and generate unreliable forecasts of future measures. The forecasts are valid only within the relevant range of historical data. In other words, Dave's forecasts of sales revenue are reliable only for a range of advertising of approximately $125-$300. As advertising spending moves further outside that range, the forecasts' reliability diminishes without reanalyzing the data and including that new information.

Third, Dave's BBQ uses what is known as simple, linear regression. The "simple" part refers to establishing the relationship between one dependent variable (sales revenue) and one independent variable (advertising dollars). There are several variations to regression analysis such as multiple linear regression whereby a dependent variable is associated with more than one independent variable. For example, revenue for Dave's BBQ may be a function of advertising dollars as well as day of the week, month or other factors. Care must be taken to evaluate multiple explanatory variables to ensure unbiased forecasts. Use of additional, economically feasible, independent variables can increase [R.sup.2] and improve the reliability of forecasts.

[ILLUSTRATION OMITTED]

Fourth, the "linear" part refers to an underlying assumption that a straight line can reasonably explain the association between sales and advertising. In numerous situations, however, variables have nonlinear A system in which the output is not a uniform relationship to the input.

nonlinear - (Scientific computation) A property of a system whose output is not proportional to its input.
 (curvilinear curvilinear

a line appearing as a curve; nonlinear.


curvilinear regression
see curvilinear regression.
) relationships. Consideration of those issues is beyond the scope of this article. Many times, a simple plot of the data suggests a nonlinear relationship, and the use of variants of linear regression may be beneficial.

A variety of excellent resources are available in print and on the Internet that describe in much greater detail the ins and outs ins and outs  
pl.n.
1. The intricate details of a situation, decision, or process.

2. The windings of a road or path.
 of using linear regression analysis (and its variations) for financial forecasting. Cost and managerial accounting Managerial Accounting

The process of identifying, measuring, analyzing, interpreting, and communicating information for the pursuit of an organization's goals.

Notes:
 books typically include discussion on applying linear regression to financial modeling problems,

Accessing Regression Tools in Excel 2007

The tools described in this article are accessible in Excel 2007 as follows:

To insert an XY (Scatter) Chart begin by selecting the two columns of data, select the Insert ribbon and select Scatter with Only Markers from the Charts menu. To modify the aesthetics aesthetics (ĕsthĕt`ĭks), the branch of philosophy that is concerned with the nature of art and the criteria of artistic judgment.  of the chart, click inside the chart to activate the Chart Tools ribbon and select the Layout tab. Various options to alter the titles, gridlines, etc., appear in the menu. To add a trendline, the regression equation Regression equation

An equation that describes the average relationship between a dependent variable and a set of explanatory variables.
, and [R.sup.2] to the chart, right-click on any data point in the chart and select Add Trendline ... and select the appropriate elements from the Trendline Options dialog box.

The =forecast function works identically in Excel 2007 and Excel 2003. Select any blank cell (such as F2) and type =forecast and then use Ctrl+A to bring up the Function Arguments dialog box for the linear regression forecast function.

Further Reading

Numerous books are available on the subject of applying linear regression (and its variants) to solving business problems such as Applied Regression Modeling: A Business Approach, by Iain Pardoe, Wiley, 2006. Additional, nontechnical examples of applied regression analysis can be found in Freakonomics, by Steven D. Levitt and Stephen J. Dubner, HarperCollins, 2006.

James A. Weisel, CPA, DBA, CMA CMA - Concert Multithread Architecture from DEC. , is a professor of accountancy at the School of Business, Georgia Gwinnett College Georgia Gwinnett College, named for its location in Gwinnett County, Georgia, is a state-supported liberal arts college, the newest component of the University System of Georgia. The first freshman class walked through the doors on August 20th, 2007. , Lawrenceville, Ga. His e-mail address See Internet address.

e-mail address - electronic mail address
 is jweisel@ggc.uag.edu.
COPYRIGHT 2009 American Institute of CPA's
No portion of this article can be reproduced without the express written permission from the copyright holder.
Copyright 2009 Gale, Cengage Learning. All rights reserved.

 Reader Opinion

Title:

Comment:



 

Article Details
Printer friendly Cite/link Email Feedback
Author:Weisel, James A.
Publication:Journal of Accountancy
Date:Feb 1, 2009
Words:1894
Previous Article:Right track your CPA career: applying these principles to your daily life can help you reach your true potential.
Next Article:Creating joint ownership: avoiding the tax traps and other pitfalls.
Topics:

Terms of use | Copyright © 2012 Farlex, Inc. | Feedback | For webmasters | Submit articles