
- MS Excel Basics
- Excel - Home
- Excel - Getting Started
- Excel - Explore Window
- Excel - Backstage
- Excel - Entering Values
- Excel - Move Around
- Excel - Save Workbook
- Excel - Create Worksheet
- Excel - Copy Worksheet
- Excel - Hiding Worksheet
- Excel - Delete Worksheet
- Excel - Close Workbook
- Excel - Open Workbook
- Excel - Context Help
- Editing Worksheet
- Excel - Insert Data
- Excel - Select Data
- Excel - Delete Data
- Excel - Move Data
- Excel - Rows & Columns
- Excel - Copy & Paste
- Excel - Find & Replace
- Excel - Spell Check
- Excel - Zoom In-Out
- Excel - Special Symbols
- Excel - Insert Comments
- Excel - Add Text Box
- Excel - Undo Changes
- Formatting Cells
- Excel - Setting Cell Type
- Excel - Setting Fonts
- Excel - Text Decoration
- Excel - Rotate Cells
- Excel - Setting Colors
- Excel - Text Alignments
- Excel - Merge & Wrap
- Excel - Borders and Shades
- Excel - Apply Formatting
- Formatting Worksheets
- Excel - Sheet Options
- Excel - Adjust Margins
- Excel - Page Orientation
- Excel - Header and Footer
- Excel - Insert Page Breaks
- Excel - Set Background
- Excel - Freeze Panes
- Excel - Conditional Format
- Working with Formula
- Excel - Creating Formulas
- Excel - Copying Formulas
- Excel - Formula Reference
- Excel - Using Functions
- Excel - Builtin Functions
- Advanced Operations
- Excel - Data Filtering
- Excel - Data Sorting
- Excel - Using Ranges
- Excel - Data Validation
- Excel - Using Styles
- Excel - Using Themes
- Excel - Using Templates
- Excel - Using Macros
- Excel - Adding Graphics
- Excel - Cross Referencing
- Excel - Printing Worksheets
- Excel - Email Workbooks
- Excel- Translate Worksheet
- Excel - Workbook Security
- Excel - Data Tables
- Excel - Pivot Tables
- Excel - Simple Charts
- Excel - Pivot Charts
- Excel - Keyboard Shortcuts
- MS Excel Resources
- Excel - Quick Guide
- Excel - Useful Resources
- Excel - Discussion
How to calculate the moving/rolling average in an Excel?
Consider you have a stock price data which is fluctuating very widely in recent times. Assume that you are recording this fluctuation and you want to forecast the price trend in a Microsoft excel sheet.
You need to apply the average function to calculate the moving or rolling average for a set of series data given in a Microsoft excel sheet. Kindly follow he below steps to understand easily.Step 1
Open a Microsoft excel sheet, and enter the data shown below you can enter the data as per your requirement to find the moving or rolling average from a set of data in an excel sheet. Kindly find the below screenshot for your reference.

Step 2
Now you need to select the third cell that is beside the original data in an excel sheet, consider it as cell C4 in our case and type the below given formula, and press the enter key as shown in the below screenshot for your reference.
=AVERAGE(B2:B4)

Step 3
Now you need to drag the fill handle down to the range in the excel sheet as shown in the below screenshot for your reference.

Step 4
You need to keep selecting the formula cells and you need to click on decreasing decimal button in an excel sheet to adjust the decimal place of the moving average or rolling average results as you need. Kindly find the below screenshot for your reference.

Note − In the above formula, B2:B4 indicates the first three data values in the set of data in an excel sheet. Here you need to calculate the moving average with the interval of 3. Hence, we have entered the formula into the third cell.
Conclusion
In this tutorial, we used a simple example to show how you can calculate the moving average in Excel.
- Related Articles
- How to add moving average line in an Excel chart?
- How to calculate weighted average in an Excel Pivot Table?
- How to calculate running total /average in Excel?
- How to calculate the average rate of change in Excel?
- How to calculate average between two dates in Excel?
- How to calculate average/compound annual growth rate in the Excel?
- How to calculate average cells from different sheets in Excel?
- How to calculate average speed from distance and time in Excel?
- How to calculate average without max and min values in Excel?
- How to calculate average age by year/month/date in Excel?
- How to calculate two period moving average for vector elements in R?
- How to calculate the average in a column based on criteria in another column in Excel?
- How to Average the Absolute Values in Excel?
- How to calculate an average value across database rows in MySQL?
- How to calculate the bond price in Excel?
