Build a Bottom Up Forecast
Last updated
Was this helpful?
This guide shows you how to build a forecast by starting from operational inputs instead of top line financial percentages.
Identify:
The operational levers that drive revenue and costs (for example units, customers, projects, hours).
Capacity limits and utilisation assumptions.
Staffing requirements per unit of output.
Operational drivers for units, customers, projects or hours.
Revenue, COGS, opex and staff variables driven by these inputs.
Capacity aware forecasts that reflect physical or operational constraints.
Open the Data Library.
For each operational metric create a Driver entry, for example:
Units - Product A
Projects - Consulting
Billable Hours - Team A
Enter:
Current levels.
Growth assumptions.
Seasonality if relevant.
These drivers will underpin revenue and cost variables.
Costs often scale with the same units:
Create COGS variables that use:
COGS = Units × Cost_per_unit
For Staff:
Use headcount drivers or hours based staffing ratios.
For example:
Headcount_t = Units_t ÷ units_per_FTE
Staff_cost = Headcount × salary_per_FTE
For Opex:
Model where costs scale by operational intensity (for example logistics or customer care).
Avoid unrealistic growth by modelling capacity:
Create capacity drivers, for example:
Maximum units per plant.
Maximum hours per team.
Apply simple logic, for example:
Units_t = min(desired_units_t, capacity_t)
Utilisation = units_t ÷ capacity_t
Monitor utilisation using charts.
Even simple capacity logic can prevent obviously impossible forecasts.
Every major financial line is traceable back to an operational driver.
Headcount and staff costs are linked to actual workload.
Unit volumes do not exceed realistic capacity.
Capacity changes (for example new plant or hires) are explicitly modelled.
Confirm variables use unit based formulas rather than fixed amounts.
Last updated
Was this helpful?
Was this helpful?
