How to Forecast Sales Using Historical Data in Excel (6 Methods)

Users from all classes somewhere down the line are required to find the forecast data (i.e. Sales, Demand, or anything) depending on available historical data. As a result, users try to forecast sales using historical data in Excel. Excel offers multiple features and functions to forecast sales while maintaining the trend of given data.

Let’s say we have the Sales Amount for the first couple of dates in a month. Now, we want to forecast the sales amount for the rest of the days within the month.

Dataset-Forecast Sales Using Historical Data in Excel

In this article, we demonstrate multiple features, FORECAST, TREND, and GROWTH functions as well as the manual method to forecast sales using historical data in Excel.


What Is Forecasting?

Forecasting is a method to generate a correlation between amount/quantity and trends depending on the available historical data. Forecasting is used to understand market trends and able to take rational steps to accommodate the budget or requirements.

⧭ Forecasting is just a way to assume future happenings, not an exact prediction or anything of its kind.


How to Forecast Sales Using Historical Data in Excel: 6 Easy Ways

There are several methods to find forecast data in Excel. Each method has its own shortcomings. Follow the below section to clarify your stance and use any of the methods to find necessary forecast data.


Method 1: Using Forecast Sheet Feature to Forecast Sales Following Historical Data Trend

Excel provides the Forecast Sheet feature in its Data tab. Users can use this feature to find forecast data while maintaining the historical data trend.

Step 1: Highlight the available historical data then go to the Data tab > Click on Forecast Sheet (in the Forecast section).

Forecast Sheet-Forecast Sales Using Historical Data in Excel

Step 2: Excel fetched the Create Forecast Worksheet window. In the window provide necessary entries in the dialog boxes as depicted. Click on Create.

Create Forecast Worksheet window

🔺 In a moment, Excel inserts a new Worksheet with forecasted Lower and Upper Bound values as shown in the below screenshot.

Forecast Data

🔺 Also, Excel inserts a Trend Chart depicting the forecasted Lower and Upper Bound along with the forecast values mimicking the historical data.

Forecast Sheet Chart-Forecast Sales Using Historical Data in Excel

Read More: How to Forecast in Excel Based on Historical Data


Method 2: Using Moving Average to Forecast Sales Considering Historical Data

Moving Average property is found in multiple features of Excel. A typical moving average value is the average value of a dynamic handful (here it is 7) of entries, the Moving Average tool in the Data Analysis feature or the Trendline options’ Moving Average can forecast sales or anything using historical data.


🔄 Typical Moving Average Forecast

Step 1: Use the AVERAGE function to find the average value of 1st 7 entries (i.e., C5:C11) for the 1st forecast value (i.e., 18-May).

=AVERAGE(C5:C11)

Moving Average-Forecast Sales Using Historical Data in Excel

Step 2: Press ENTER then use the Fill Handle to display the forecasted values for the rest of the month.

outcome


🔄 Data Analysis- Moving Average

🔼 Go to the Data tab > Click on the Data Analysis feature in the Data Analysis section. Find and choose the Moving Average option within the Data Analysis tools.

Data Analysis


🔄 Trendline Options

Users can insert a Moving Average Trendline in the Line Chart depiction of the historical data. To do so, users 1st have to insert a Line Chart of the available historical data.

Step 1: Move to Insert > Select Line (from the Charts section). Excel automatically takes the existing data and inserts a Line Chart.

Moving Average-Trendline Options

Step 2: Click on the Plus icon beside the Chart > Tick the Trendline option and click on the Arrow > Select More Options.

Plus icon

Step 3: The Format Trendline window appears. Click on the Moving Average from the Format Trendline Options.

Trendline Options-Forecast Sales Using Historical Data in Excel

🔺 Furnish the Line Chart as you desire. In the end, the forecasted values will be depicted as a Line (here it’s the red line) in the Chart.

Final Outcome

Read More: How to Forecast Sales in Excel


Method 3: Using FORECAST Function Variants to Forecast Sales

There are multiple variants of the FORECAST function. Plain FORECAST, FORECAST.LINEAR, FORECAST.ETS are some of the FORECAST function’s variants. These functions are used to forecast sales using historical data in Excel.


🔄FORECAST Function

The the FORECAST function returns the linear trends outcomes maintaining the historical data. The syntax of the function is

FORECAST (x, known_ys, kown_xs)

🔼 Paste the below formula in the desired cells to find forecasted data.

=FORECAST(E5:E18,C5:C21,B5:B21)

Forecast Function-Forecast Sales Using Historical Data in Excel

🔼 After the formula insertion press CTRL+SHIFT+ENTER to display the forecasted values.

Forecast Function Outcome


🔄FORECAST.LINEAR Function

Alternative to the FORECAST function, the FORECAST.LINEAR function returns the future values mimicking the historical data trend. The syntax of the function is

FORECAST.LINEAR (x, known_ys, kown_xs)

🔼 Use the below formula in any cell then hit CTRL+SHIFT+ENTER. You get the forecasted data instantly.

=FORECAST.LINEAR(E5:E18,C5:C21,B5:B21)

FORECAST.LINEAR Function


🔄FORECAST.ETS Function

For allowing the seasonality trends in forecasted data, it’s preferable to use the FORCAST.ETS function. The syntax of the FORECAST.ETS function is

FORECAST.ETS (target_date, values, timeline, [seasonality], [data_completion], [aggregation])

🔼 Type the following formula in any cell then use the CTRL+SHIFT+ENTER key to apply the formula. The formula returns the forecasted data considering the seasonality in historical data trends.

=FORECAST.ETS(E5:E18,C5:C21,B5:B21)

FORECAST.ETS Function

🔼 Alternative to the FORECAST.ETS function, there is an Exponential Smoothing tool in the Data Analysis feature.

Data Analysis Tool

Read More: How to Forecast Sales Growth Rate in Excel


Method 4: Forecast Sales Using Historical Data Using TREND Function

The TREND function fits the forecast data to the linear trend of the historical data. The function’s outcomes are the linear trend values that sit on a straight line. The syntax of the function is

TREND(known_y's, [known_x's], [new_x's], [const])

🔼 Type the following formula in any cell.

=TREND(C5:C21,B5:B21,E5:E18)

TREND Function-Forecast Sales Using Historical Data in Excel

🔼 Press CTRL+SHIFT+ENTER altogether to display the outcomes.

TREND Function Outcome


Method 5: Forecast Sales Using GROWTH Function

Exponential growth is predicted by the GROWTH function. The function delivers outcomes that follow exponential growth using historical data. The syntax of the function is

GROWTH(known_y's, [known_x's], [new_x's], [const])

🔼 Write the following formula in any desired cell.

=GROWTH(C5:C21,B5:B21,E5:E18)

GROWTH Function-Forecast Sales Using Historical Data in Excel

🔼 As the function is an array function, use CTRL+SHIFT+ENTER to display the outcomes.

GROWTH Function Outcome

⧭ Use ENTER in case of array formulas if you are using the Excel 365 version.

Read More: How to Forecast Sales Using Regression Analysis in Excel


Method 6: Using Manual Method to Forecast Sales Maintaining Historical Data Trend

Suppose we have 1st six months sales amount as period data. We want to use these sales data to forecast the next six months’ sales.

Manual Method-Forecast Sales Using Historical Data in Excel

Step 1: Use the below LINEST array formula to find the constant values of a linear equation. If the linear equation is Y= bX+c, the function results in both constant b and c.

=LINEST(C8:C13,D8:D13,TRUE,FALSE)

LINEST Formula

Step 2: Now, find the trend values of monthly sales. Paste the below formula in cell E8.

=$C$5*D8+$D$5

Trend Value

Step 3: Use the Fill Handle to populate the trend values. Afterward, find the deviation of the actual value from the trend. Divide Actual Value by the Trend one.

=C8/E8

Deviation

Step 4: After that calculate the Average Sales (using the AVERAGE function) and Seasonality Index (Sales Amount/Average Sales) and Average Seasonality Index (using the AVERAGE function).

Average Values

Step 5: Next, find the trend value for the next 6 months using the below formula.

=$T$5*T8+$U$5

Forecast value

Step 6: Finally, multiply the seasonality index with trend values to find the forecast sales amount taking seasonality into account.

=$S$8*U8

Forecast Value with Seasonality

You can use a huge historical dataset to allow Excel to mimic more efficiently. As we have representation limitations, we use a comparatively smaller historical dataset.

Read More: How to Do Budgeting and Forecasting in Excel


Download Excel Workbook


Conclusion

In this article, we demonstrate multiple features and functions to forecast sales using historical data in Excel. It’s hard to justify the forecast values without putting them to test with real data. These above-mentioned methods have their limitations as some of them take into account the seasonality some don’t. Hope this article clarifies users’ understanding of forecasting and sheds some light on finding desired directions. Comment, if further inquiries arise or have anything to say.


Related Articles


<< Go Back to Forecasting in Excel |Excel for Finance | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Maruf Islam
Maruf Islam

MARUF ISLAM is an excellent marine engineer who loves working with Excel and diving into VBA programming. For him, programming is like a superhero tool that saves time when dealing with data, files, and the internet. His skills go beyond the basics, including ABACUS, AutoCAD, Rhinoceros, Maxsurf, and Hydromax. He got his B.Sc in Naval Architecture & Marine Engineering from BUET, and now he's switched gears, working as a content developer. In this role, he creates techy content... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo