๐ Sales Forecasting for Inventory Optimization


๐ Overview
This project focuses on improving inventory management for an independent supermarket through accurate sales forecasting. Using Excel-based time series modeling, it compares multiple forecasting techniquesโHoltโs Linear Trend, Holt-Winters Seasonal Model, and Damped-Trend Exponential Smoothing (SES with damping)โto determine the most effective method for minimizing stockouts and overstock.
๐ฏ Objectives
- Forecast monthly sales using time series methods
- Evaluate methods using error metrics (MAE, MAPE, RMSE)
- Recommend a forecasting strategy to optimize stock ordering
- Ensure replicability using only Excel and Solver
๐งพ Dataset
- Source: Daily sales volume (Excel)
- Time Range: Jan 1, 2009 โ Oct 24, 2020 (hypothetical)
- Entries: 4,315 observations
- Aggregation: Daily to monthly totals for clearer trend/seasonality
๐ Methods Applied
๐น Holtโs Linear Trend (Method A)
- Captures trend without seasonality
- Uses Excel Solver to optimize level & trend parameters
๐ผ๏ธ Fig A: Solver Output โ Holtโs Linear Trend

๐น Holt-Winters Seasonal (Method B)
- Captures both trend and seasonality
- Optimizes alpha, beta, and gamma via Solver
๐ผ๏ธ Fig B: Solver Output โ Holt-Winters Seasonal

๐น Damped-Trend Exponential Smoothing (Method C)
- Adjusts for fluctuating trends using a damping factor
- Solver minimizes absolute error and RMSE
๐ผ๏ธ Fig C: Solver Output โ Damped Trend ES

๐น Combined Forecast (Method D)
- Averages Methods A, B, and C for improved accuracy
- Leverages the strengths of each individual model
๐ผ๏ธ Fig D: Combined Forecast Output

๐ Evaluation: Error Metrics
Method |
MAE |
MAPE |
RMSE |
A |
82,260 |
25.4% |
18,192.65 |
B |
82,468 |
25.6% |
18,219.33 |
C |
82,937 |
26.4% |
18,174.48 |
D |
69,740 |
21.09% |
16,854.37 |
๐ผ๏ธ Fig E: Forecast Accuracy Comparison
โ
Findings & Recommendations
- The Combined Forecast (Method D) is the most accurate and reliable.
- Use Method D for monthly order decisions to minimize stockouts and overstock.
- Monitor forecast vs. actual sales monthly to recalibrate model if needed.
- Solver settings and parameters are fully documented in the workbook.
๐ Replication & Audit
- Each method is clearly structured in Excel with labeled parameter cells
- Solver steps are reproducible
- โCleaned Dataโ tab shows aggregated input with original trend patterns
๐ Getting Started
- Download the Excel workbook from this repository
- Open
Enterprise Data.xlsx
Get Dataset Here
- Navigate to each methodโs worksheet
- Use Solver to minimize RMSE and observe forecast outputs
๐ Reference
Makridakis, S., Spiliotis, E., & Assimakopoulos, V. (2020).
The M4 Competition: 100,000 time series and 61 forecasting methods.
International Journal of Forecasting, 36(1), 54โ74.
https://doi.org/10.1016/j.ijforecast.2019.04.014
๐ค Author
Ramanav Bezborah
๐ GitHub Profile