Retailing Skills

Using Microsoft Excel For Sales Forecasting And Inventory Tracking




?? 1. Setting Up Sales Forecasting

Step 1: Gather Historical Data

Start with a clean table to record historical sales data: | Date | Product Name | Category | Units Sold | Unit Price ($) | Revenue ($) |
|------------|--------------|----------|------------|----------------|-------------|
| 01/01/2025 | T-Shirt | Apparel | 50 | 20 | 1000 |
| 01/02/2025 | Mug | Kitchen | 30 | 10 | 300 |

Step 2: Forecasting Sales Using Basic Excel Functions

  1. Trend-Based Forecasting (FORECAST.LINEAR):
  2. Predict future sales based on historical data.
  3. Formula:
    =FORECAST.LINEAR(Future Date, Sales Range, Date Range)
  4. Example: If you have monthly sales data, use it to predict the next month's units sold.

  5. Moving Average:

  6. Smooth out sales fluctuations with a moving average:

    • Formula for a 3-month average:
      =AVERAGE(B2:B4) (use the last 3 rows for each new month).
  7. Growth Rate-Based Forecasting:

  8. Assume a percentage growth based on past performance.
  9. Formula:
    =Previous Sales * (1 + Growth Rate)

Step 3: Visualizing Sales Trends

  1. Create a Sales Trend Line:
  2. Highlight your date and sales data.
  3. Go to Insert > Line Chart for a clear visualization of trends.

  4. Add Forecast Data:

  5. Extend your chart to include forecasted sales.

? 2. Setting Up Inventory Tracking

Step 1: Create an Inventory Tracker

Set up a table for inventory: | Product Name | Starting Stock | Units Sold | Ending Stock | Reorder Level | Status |
|--------------|----------------|------------|--------------|---------------|---------------|
| T-Shirt | 100 | 50 | =B2-C2 | 20 | In Stock |
| Mug | 50 | 30 | =B3-C3 | 10 | Reorder |

Step 2: Add Automation

  1. Ending Stock Formula:
  2. Calculate the remaining stock:
    =Starting Stock - Units Sold.

  3. Reorder Alerts:

  4. Use Conditional Formatting to flag low inventory:
    • Select the Status column.
    • Go to Conditional Formatting > Highlight Cell Rules > Text that Contains, and enter "Reorder."

Step 3: Link Sales to Inventory

  1. Use the sales tracker to update the Units Sold column in the inventory sheet.
  2. Formula for dynamic updates:
    =SUMIFS(Sales Units Column, Product Name Column, "Product X").

  3. Restock Notifications:

  4. Add a formula in the Status column:
    =IF(Ending Stock <= Reorder Level, "Reorder", "In Stock").

? 3. Combining Sales Forecasting and Inventory Tracking

Dynamic Inventory Projections

  1. Forecast Future Demand:
  2. Use sales forecasting (e.g., FORECAST.LINEAR) to predict units sold for each product.

  3. Estimate Future Stock:

  4. Add a column for future stock:
    =Current Stock - Forecasted Sales.

  5. Highlight Risks:

  6. Use Conditional Formatting to mark products that may run out of stock.

? 4. Automating and Visualizing with Excel

1. Automate Updates with Power Query

  • Import sales data automatically from your POS system or e-commerce platform.
  • Go to Data > Get Data > From File > From CSV to link your sales data file.

2. Create a Dashboard:

  1. Key Metrics to Include:
  2. Total Sales Forecast: =SUM(Forecasted Sales Column).
  3. Ending Stock for All Products: =SUM(Ending Stock Column).
  4. Products Below Reorder Level: Use a count formula:
    =COUNTIF(Status Column, "Reorder").

  5. Charts:

  6. Sales Forecast: Line chart showing actual vs. forecasted sales.
  7. Inventory Status: Bar chart showing current stock levels by product.

3. Track KPIs with PivotTables:

  • Create a PivotTable to analyze sales by product or category.
  • Include columns for sales, units sold, and profit.

? 5. Ready-to-Use Templates

  1. Sales Forecast and Inventory Tracker:
  2. Download Template.
  3. Inventory Management System:
  4. Download Template.
  5. Sales Dashboard Template:
  6. Download Template.

? 6. Tips for Success

  1. Set Reorder Points Dynamically:
  2. Calculate reorder levels based on average sales and lead time:
    =AVERAGE(Sales Units Column) * Lead Time.

  3. Back Up Regularly:

  4. Save your files to cloud storage (e.g., OneDrive or Google Drive) for easy recovery.

  5. Review and Adjust:

  6. Regularly update sales forecasts based on seasonal trends or market changes.

  7. Integrate with Software:

  8. If your business grows, integrate your Excel system with inventory management tools like QuickBooks, Shopify, or Zoho.

If you liked this, consider supporting us by checking out Tiny Skills - 250+ Top Work & Personal Skills Made Easy