Build a Dynamic Rolling Forecast in Excel with FORECAST.ETS

Added:

Model Setup
Data Linking
Forecast Method
Refining Output
Dynamic Results

Model Setup

0:00
Playing Section
  • 1

    Introduces rolling forecast using standard Excel formulas.

  • 2

    Sets up start date and data structure for actuals and budget.

Intermediate proficiency in Excel, specifically working with dynamic formulas, cell referencing (absolute vs. relative), and logical functions (e.g., IF, AND).
A fundamental understanding of time-series data structures, including how chronological data (months, quarters, years) is organized for analysis.
Basic knowledge of statistical forecasting concepts, particularly the difference between linear trends and seasonal fluctuations.
Familiarity with the concept of a 'rolling' timeline or horizon in financial planning and budgeting.
Integrating rolling forecasts into dynamic dashboards using visualization tools like Power BI or Excel Power Query for automated data ingestion.
Applying variance analysis techniques to systematically compare actual financial results against the FORECAST.ETS generated baselines.
Implementing advanced scenario and sensitivity analysis using Excel Solver, Goal Seek, or Monte Carlo simulation models.
Transitioning to programmatic forecasting models using Python (e.g., ARIMA, SARIMAX, or Prophet) to handle larger, more complex datasets.
56.2K views146likes10:05@afponlineOriginal Release: 2022-12-16

A rolling forecast in Excel can be created using dynamic formulas that automatically update based on the current month, incorporating historical data analysis with FORECAST.ETS functions to predict future values while ensuring forecasts only display for the upcoming 12-month period through conditional logic and proper cell referencing.