Growth Rate Calculator Formula
Understand the math behind the growth rate calculator. Each variable explained with a worked example.
Formulas Used
Growth Rate (%)
growth_rate = ((final_val - initial) / initial) * 100Growth Factor
growth_factor = final_val / initialAbsolute Change
absolute_change = final_val - initialVariables
| Variable | Description | Default |
|---|---|---|
initial | Initial Value | 500 |
final_val | Final Value | 650 |
How It Works
How to Calculate Growth Rate
Formula
Growth Rate (%) = [(Final - Initial) / Initial] * 100
The growth rate measures the relative change between two values as a percentage. A positive rate indicates growth; negative indicates decline. The growth factor (Final/Initial) gives the multiplier: 1.30 means a 30% increase.
Worked Example
Revenue grew from $500 to $650.
initial = 500final_val = 650
- 01Absolute change = 650 - 500 = 150
- 02Growth rate = (150 / 500) * 100 = 30%
- 03Growth factor = 650 / 500 = 1.30
Ready to run the numbers?
Open Growth Rate Calculator