🕷️ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 138 (from laksa161)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

ℹ️ Skipped - page is already crawled

📄
INDEXABLE
CRAWLED
4 days ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH0.1 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://www.excel-easy.com/examples/exponential-smoothing.html
Last Crawled2026-04-07 02:44:12 (4 days ago)
First Indexed2018-05-03 01:56:08 (7 years ago)
HTTP Status Code200
Meta TitleExponential Smoothing in Excel - Step by Step Tutorial
Meta DescriptionThis example teaches you how to apply exponential smoothing to a time series in Excel. Exponential smoothing is used to smooth out irregularities (peaks and valleys) to easily recognize trends.
Meta Canonicalnull
Boilerpipe Text
This example teaches you how to apply exponential smoothing to a time series in Excel . Exponential smoothing is used to smooth out irregularities (peaks and valleys) to easily recognize trends. 1. First, let's take a look at our time series. 2. On the Data tab, in the Analysis group, click Data Analysis. Note: can't find the Data Analysis button? Click here to load the Analysis ToolPak add-in . 3. Select Exponential Smoothing and click OK. 4. Click in the Input Range box and select the range B2:M2. 5. Click in the Damping factor box and type 0.9. Literature often talks about the smoothing constant α (alpha). The value (1- α) is called the damping factor. 6. Click in the Output Range box and select cell B3. 7. Click OK. 8. Plot a graph of these values. Explanation: because we set alpha to 0.1, the previous data point is given a relatively small weight while the previous smoothed value is given a large weight (i.e. 0.9). As a result, peaks and valleys are smoothed out. The graph shows an increasing trend. Excel cannot calculate the smoothed value for the first data point because there is no previous data point. The smoothed value for the second data point equals the previous data point. 9. Repeat steps 2 to 8 for alpha = 0.3 and alpha = 0.8. Conclusion: The smaller the alpha (and the larger the damping factor), the more the peaks and valleys are smoothed out. A larger alpha (and a smaller damping factor) results in the smoothed values being closer to the actual data points.
Markdown
[![Excel Tutorial](https://www.excel-easy.com/layout/excel-tutorial.svg)Excel Easy](https://www.excel-easy.com/) [\#1 Excel tutorial on the net](https://www.excel-easy.com/) - [Excel](https://www.excel-easy.com/) - [Introduction](https://www.excel-easy.com/introduction.html) - [Basics](https://www.excel-easy.com/basics.html) - [Functions](https://www.excel-easy.com/functions.html) - [Data Analysis](https://www.excel-easy.com/data-analysis.html) - [VBA](https://www.excel-easy.com/vba.html) - [300 Examples](https://www.excel-easy.com/examples.html) - [Ask us](https://www.excel-easy.com/ask-us.html) # Exponential Smoothing in Excel This example teaches you how to apply **exponential smoothing** to a time series in **Excel**. Exponential smoothing is used to smooth out irregularities (peaks and valleys) to easily recognize trends. 1\. First, let's take a look at our time series. ![Time Series in Excel](https://www.excel-easy.com/examples/images/exponential-smoothing/time-series.png) 2\. On the Data tab, in the Analysis group, click Data Analysis. ![Click Data Analysis](https://www.excel-easy.com/examples/images/exponential-smoothing/click-data-analysis.png) Note: can't find the Data Analysis button? Click here to load the [Analysis ToolPak add-in](https://www.excel-easy.com/data-analysis/analysis-toolpak.html). 3\. Select Exponential Smoothing and click OK. ![Select Exponential Smoothing](https://www.excel-easy.com/examples/images/exponential-smoothing/select-exponential-smoothing.png) 4\. Click in the Input Range box and select the range B2:M2. 5\. Click in the Damping factor box and type 0.9. Literature often talks about the smoothing constant α (alpha). The value (1- α) is called the damping factor. 6\. Click in the Output Range box and select cell B3. 7\. Click OK. ![Exponential Smoothing Parameters](https://www.excel-easy.com/examples/images/exponential-smoothing/exponential-smoothing-parameters.png) 8\. Plot a graph of these values. ![Increasing Trend](https://www.excel-easy.com/examples/images/exponential-smoothing/increasing-trend.png) Explanation: because we set alpha to 0.1, the previous data point is given a relatively small weight while the previous smoothed value is given a large weight (i.e. 0.9). As a result, peaks and valleys are smoothed out. The graph shows an increasing trend. Excel cannot calculate the smoothed value for the first data point because there is no previous data point. The smoothed value for the second data point equals the previous data point. 9\. Repeat steps 2 to 8 for alpha = 0.3 and alpha = 0.8. ![Different Alphas](https://www.excel-easy.com/examples/images/exponential-smoothing/different-alphas.png) Conclusion: The smaller the alpha (and the larger the damping factor), the more the peaks and valleys are smoothed out. A larger alpha (and a smaller damping factor) results in the smoothed values being closer to the actual data points. [8/10 Completed! Learn more about the analysis toolpak ➝](https://www.excel-easy.com/examples/correlation.html) Next Chapter: [Create a Macro](https://www.excel-easy.com/vba/create-a-macro.html) - Chapter - [Analysis ToolPak](https://www.excel-easy.com/data-analysis/analysis-toolpak.html) - ### Learn more, it's easy - - [Histogram](https://www.excel-easy.com/examples/histogram.html) - [Descriptive Statistics](https://www.excel-easy.com/examples/descriptive-statistics.html) - [Anova](https://www.excel-easy.com/examples/anova.html) - [F-Test](https://www.excel-easy.com/examples/f-test.html) - [t-Test](https://www.excel-easy.com/examples/t-test.html) - [Moving Average](https://www.excel-easy.com/examples/moving-average.html) - [Exponential Smoothing](https://www.excel-easy.com/examples/exponential-smoothing.html) - [Correlation](https://www.excel-easy.com/examples/correlation.html) - [Regression](https://www.excel-easy.com/examples/regression.html) - ### Download Excel File - [exponential-smoothing.xlsx](https://www.excel-easy.com/examples/excel-files/exponential-smoothing.xlsx) - Next Chapter - [Create a Macro](https://www.excel-easy.com/vba/create-a-macro.html) ### Follow Excel Easy [![Excel Easy on Facebook](https://www.excel-easy.com/layout/facebook-logo.png)](https://www.facebook.com/ExcelEasy) [![Excel Easy on X](https://www.excel-easy.com/layout/x-logo.png)](https://twitter.com/ExcelEasy) [![Excel Easy on Pinterest](https://www.excel-easy.com/layout/pinterest-logo.png)](https://www.pinterest.com/ExcelEasy/) [![Excel Easy on LinkedIn](https://www.excel-easy.com/layout/linkedin-logo.png)](https://www.linkedin.com/company/excel-easy) - ### Become an Excel Pro - [300 Examples](https://www.excel-easy.com/examples.html) [Exponential Smoothing](https://www.excel-easy.com/examples/exponential-smoothing.html) • © 2010-2026 April 2026 Updates: [Investment or Annuity](https://www.excel-easy.com/examples/investment-annuity.html) • [Scatter Plot](https://www.excel-easy.com/examples/scatter-plot.html) • [CAGR](https://www.excel-easy.com/examples/cagr.html) • [Profit Margin](https://www.excel-easy.com/examples/profit-margin.html) • [Random Numbers](https://www.excel-easy.com/examples/random-numbers.html)
Readable Markdown
This example teaches you how to apply **exponential smoothing** to a time series in **Excel**. Exponential smoothing is used to smooth out irregularities (peaks and valleys) to easily recognize trends. 1\. First, let's take a look at our time series. ![Time Series in Excel](https://www.excel-easy.com/examples/images/exponential-smoothing/time-series.png) 2\. On the Data tab, in the Analysis group, click Data Analysis. ![Click Data Analysis](https://www.excel-easy.com/examples/images/exponential-smoothing/click-data-analysis.png) Note: can't find the Data Analysis button? Click here to load the [Analysis ToolPak add-in](https://www.excel-easy.com/data-analysis/analysis-toolpak.html). 3\. Select Exponential Smoothing and click OK. ![Select Exponential Smoothing](https://www.excel-easy.com/examples/images/exponential-smoothing/select-exponential-smoothing.png) 4\. Click in the Input Range box and select the range B2:M2. 5\. Click in the Damping factor box and type 0.9. Literature often talks about the smoothing constant α (alpha). The value (1- α) is called the damping factor. 6\. Click in the Output Range box and select cell B3. 7\. Click OK. ![Exponential Smoothing Parameters](https://www.excel-easy.com/examples/images/exponential-smoothing/exponential-smoothing-parameters.png) 8\. Plot a graph of these values. ![Increasing Trend](https://www.excel-easy.com/examples/images/exponential-smoothing/increasing-trend.png) Explanation: because we set alpha to 0.1, the previous data point is given a relatively small weight while the previous smoothed value is given a large weight (i.e. 0.9). As a result, peaks and valleys are smoothed out. The graph shows an increasing trend. Excel cannot calculate the smoothed value for the first data point because there is no previous data point. The smoothed value for the second data point equals the previous data point. 9\. Repeat steps 2 to 8 for alpha = 0.3 and alpha = 0.8. ![Different Alphas](https://www.excel-easy.com/examples/images/exponential-smoothing/different-alphas.png) Conclusion: The smaller the alpha (and the larger the damping factor), the more the peaks and valleys are smoothed out. A larger alpha (and a smaller damping factor) results in the smoothed values being closer to the actual data points.
Shard138 (laksa)
Root Hash1708159555603676938
Unparsed URLcom,excel-easy!www,/examples/exponential-smoothing.html s443