When it comes to managing and analyzing data, Microsoft Excel is an invaluable tool. One of its most powerful features is the ability to perform calculations, including finding estimates. Whether you're forecasting sales, predicting trends, or making data-driven decisions, knowing how to find estimates in Excel can significantly enhance your productivity and the accuracy of your results.

In this guide, we'll walk you through the process of finding estimates in Excel using two common methods: the FORECAST.LINEAR function and a simple moving average. Let's dive in and explore these techniques.

Using FORECAST.LINEAR Function for Linear Trend Analysis
The FORECAST.LINEAR function in Excel is designed to predict future values based on existing data. It's particularly useful when your data follows a linear trend.

To use the FORECAST.LINEAR function, you'll need to provide three arguments: known_y's (the dependent variable), known_x's (the independent variable), and new_x (the value you want to predict).
Step-by-Step Guide to FORECAST.LINEAR

Let's assume you have historical sales data (known_y's) and corresponding dates (known_x's), and you want to forecast sales for a future date (new_x). Here's how to do it:
- In a new cell, enter the formula: `=FORECAST.LINEAR(new_x, known_x's, known_y's)`
- Replace 'new_x' with the date you want to forecast sales for.
- Select the range of known_x's and known_y's (e.g., A2:A10 and B2:B10).
- Press Enter. Excel will display the forecasted sales for the specified date.
Example and Limitations

Suppose you have sales data from January to December, and you want to forecast sales for January of the following year. Using the FORECAST.LINEAR function, you might get a result like $50,000. However, keep in mind that this function assumes a linear trend, which may not always hold true. Always validate your results with actual data when available.
Calculating a Simple Moving Average for Trend Analysis
Another way to find estimates in Excel is by calculating a moving average. This method is useful when you want to smooth out short-term fluctuations and highlight longer-term trends.

In a simple moving average, each data point is the average of the current and a specified number of preceding data points.
Step-by-Step Guide to Simple Moving Average










![1 Minute Excel Magic! [Video] in 2025 _ Microsoft excel tutorial](https://i.pinimg.com/originals/5e/0e/65/5e0e652ed9911c1b7dcfcca11f1a985a.jpg)









Let's calculate a 3-month moving average for our sales data:
- In a new column, enter the formula: `=AVERAGE(B2:B4)` (assuming your sales data starts in B2).
- Drag this formula down to copy it for the rest of the dates.
- Each cell will now display the average sales for the current month and the two preceding months.
Example and Limitations
Using a simple moving average, you might find that the trend in your sales data is increasing over time. However, this method also has limitations. It assumes that the data points are evenly spaced and that the trend is consistent over time. If these assumptions don't hold true, you may need to use more complex moving average techniques or other forecasting methods.
In conclusion, finding estimates in Excel is a powerful way to uncover trends, make data-driven decisions, and enhance your productivity. Whether you're using the FORECAST.LINEAR function or calculating a simple moving average, always remember to validate your results with actual data and consider the limitations of each method. Happy estimating!