Revenue Growth Calculator Formula
Understand the math behind the revenue growth calculator. Each variable explained with a worked example.
Formulas Used
Projected Revenue
future_revenue = current_revenue * pow(1 + growth_rate / 100, years)Total Revenue Growth
total_growth = current_revenue * pow(1 + growth_rate / 100, years) - current_revenueGrowth Multiple
growth_multiple = pow(1 + growth_rate / 100, years)Variables
| Variable | Description | Default |
|---|---|---|
current_revenue | Current Annual Revenue(USD) | 500000 |
growth_rate | Annual Growth Rate(%) | 15 |
years | Number of Years(years) | 5 |
How It Works
How to Project Revenue Growth
Formula
Projected Revenue = Current Revenue x (1 + Growth Rate/100)^Years
This formula assumes compound annual growth, where each year's growth builds on the previous year's revenue. In reality, growth rates fluctuate, so treat projections as estimates.
Worked Example
A business with $500,000 annual revenue growing at 15% per year for 5 years.
current_revenue = 500000growth_rate = 15years = 5
- 01Year 1: $500,000 x 1.15 = $575,000
- 02Year 2: $575,000 x 1.15 = $661,250
- 03Year 3: $661,250 x 1.15 = $760,438
- 04Year 4: $760,438 x 1.15 = $874,503
- 05Year 5: $874,503 x 1.15 = $1,005,679
- 06Total growth = $1,005,679 - $500,000 = $505,679
- 07Growth multiple = 2.01x
Ready to run the numbers?
Open Revenue Growth Calculator