Using Drivers in Formulas
This article explains how to use drivers in formulas in Model Reef.
You will learn:
How to reference drivers in the Formula modal.
How drivers combine with variables and other series.
Patterns for building driver based formulas safely.
Drivers are read-only time series that you plug into variable formulas and custom chart formulas.
Referencing drivers in the Formula modal
When you open the Formula modal for a variable or custom series:
A sidebar shows available drivers grouped by type.
You can click a driver to insert a reference into the formula.
You can also start typing the driver name and use autocomplete.
The inserted reference represents the entire time series, not a single cell.
Common driver formula patterns
Examples of patterns using drivers:
Price and volume
Revenue = Units driver × Price driver
Inflation or growth
Cost = Base cost × (1 + Inflation driver)
FX adjustment
Local amount = Foreign amount × FX driver
Scenario multiplier
Scenario result = Base result × Scenario modifier driver
Because everything is vectorised, the formula is applied across all periods of the model horizon.
Related articles
Last updated