Dividend Growth Model Calculator
Calculate the intrinsic value of a stock using the Dividend Discount Model (DDM) with growth assumptions
Calculation Results
Dividend Growth Model Calculator: Complete Guide to Valuing Stocks in Excel
The Dividend Growth Model (also known as the Gordon Growth Model) is a fundamental valuation method used to determine the intrinsic value of a stock based on its expected future dividends. This comprehensive guide will explain how the model works, how to implement it in Excel, and how to interpret the results for smarter investment decisions.
Understanding the Dividend Growth Model
The Dividend Growth Model is based on the principle that a stock’s value is equal to the present value of all future dividends it will pay. The basic formula is:
Stock Value = D₁ / (r – g)
Where:
D₁ = Expected dividend next year
r = Required rate of return (discount rate)
g = Expected dividend growth rate
Key Assumptions of the Model
- Dividends grow at a constant rate forever – This is the most significant limitation, as few companies maintain constant growth indefinitely
- The growth rate is less than the discount rate – If g ≥ r, the model produces an infinite value
- The company pays dividends – The model doesn’t work for companies that don’t pay dividends
- Business risk remains constant – The discount rate should reflect the company’s risk profile
When to Use the Dividend Growth Model
The model is most appropriate for:
- Mature, dividend-paying companies with stable growth (e.g., Coca-Cola, Procter & Gamble)
- Blue-chip stocks with long histories of dividend payments and growth
- Income-focused investors who prioritize dividend yield and growth
- Comparative valuation when analyzing similar dividend-paying stocks
The model is not appropriate for:
- Growth stocks that don’t pay dividends
- Companies with erratic dividend policies
- Startups or companies in high-growth phases
- Situations where the growth rate exceeds the discount rate
Implementing the Model in Excel
Creating a Dividend Growth Model in Excel allows for more flexibility than the basic formula, particularly when incorporating multiple stages of growth. Here’s how to build a comprehensive model:
Basic Single-Stage Model
For a simple perpetual growth model:
- Create cells for:
- Current dividend (D₀)
- Growth rate (g)
- Discount rate (r)
- Calculate D₁ = D₀ × (1 + g)
- Calculate stock value = D₁ / (r – g)
Excel formula: =D1/(discount_rate-growth_rate)
Multi-Stage Growth Model
For more accuracy, use a multi-stage model that accounts for different growth periods:
| Year | Dividend Growth Rate | Dividend Amount | Present Value Factor | Present Value of Dividend |
|---|---|---|---|---|
| 1 | 8.0% | $2.16 | 0.909 | $1.97 |
| 2 | 8.0% | $2.33 | 0.826 | $1.93 |
| 3 | 8.0% | $2.52 | 0.751 | $1.89 |
| 4 | 6.0% | $2.67 | 0.683 | $1.82 |
| 5 | 6.0% | $2.83 | 0.621 | $1.76 |
| Terminal Value | 3.0% | $42.45 | 0.621 | $26.36 |
| Total Present Value | $35.73 | |||
Steps to build this in Excel:
- Set up your timeline (years 1 through your projection period)
- Enter your growth rate assumptions for each period
- Calculate dividends for each year:
=Previous_Dividend*(1+Growth_Rate) - Calculate present value factor:
=1/(1+Discount_Rate)^Year - Calculate present value of each dividend:
=Dividend*PV_Factor - Calculate terminal value using the perpetual growth formula
- Sum all present values for the total stock value
Practical Example: Valuing a Dividend Stock
Let’s value a hypothetical company with these characteristics:
- Current annual dividend: $2.00
- Expected growth rate: 7% for 5 years, then 4% indefinitely
- Required return: 10%
Using our calculator above with these inputs would yield:
- Year 5 dividend: $2.83
- Terminal value at year 5: $94.33
- Present value of dividends: $7.82
- Present value of terminal value: $58.54
- Total intrinsic value: $66.36
If the stock is currently trading at $60, this suggests it may be undervalued by about 10.6% based on these assumptions.
Advanced Considerations
Sensitivity Analysis
Small changes in growth rates or discount rates can significantly impact valuation. Create a sensitivity table in Excel:
| Growth Rate \ Discount Rate | 9.0% | 10.0% | 11.0% | 12.0% |
|---|---|---|---|---|
| 5.0% | $66.67 | $50.00 | $40.00 | $33.33 |
| 6.0% | $100.00 | $62.50 | $47.62 | $39.06 |
| 7.0% | $166.67 | $100.00 | $71.43 | $55.56 |
| 8.0% | $400.00 | $200.00 | $133.33 | $95.24 |
To create this in Excel:
- Set up your growth rates in rows and discount rates in columns
- Use the formula:
=current_dividend*(1+growth_rate)/(discount_rate-growth_rate) - Apply conditional formatting to highlight significant changes
Determining the Discount Rate
The discount rate (required return) is crucial. Common approaches:
- Capital Asset Pricing Model (CAPM):
Discount Rate = Risk-Free Rate + β × (Market Return – Risk-Free Rate)
Example: 2.5% + 1.1 × (8% – 2.5%) = 8.75% - Dividend Yield + Growth:
Discount Rate = (Dividend Yield × (1 + g)) + g
Example: (3% × 1.07) + 7% = 10.21% - Opportunity Cost: What return you could get from alternative investments
For most individual investors, a discount rate between 9-12% is reasonable, depending on the company’s risk profile.
Common Mistakes to Avoid
- Using unrealistic growth rates – Be conservative with long-term growth assumptions
- Ignoring the terminal value – Most of the value comes from the terminal period
- Not adjusting for inflation – Use real (inflation-adjusted) rates for long-term projections
- Applying to non-dividend stocks – The model only works for dividend-paying companies
- Overlooking qualitative factors – The model is quantitative but should be combined with fundamental analysis
Alternative Valuation Methods
While the Dividend Growth Model is powerful, consider these alternatives:
| Method | Best For | Pros | Cons |
|---|---|---|---|
| Discounted Cash Flow (DCF) | All companies | Comprehensive, works for non-dividend stocks | Complex, requires many assumptions |
| Price/Earnings Ratio | Quick comparisons | Simple, widely available | Ignores growth, sensitive to accounting methods |
| Dividend Yield Theory | Income investors | Simple, focuses on income | Ignores growth, limited to dividend stocks |
| Residual Income Model | Accounting-based valuation | Links to financial statements | Complex, requires clean surplus accounting |
Academic Research on Dividend Valuation
Several academic studies have examined the effectiveness of dividend-based valuation models:
- Social Security Administration study on dividend growth patterns in S&P 500 companies (1996)
- Corporate Finance Institute analysis of model variations
- NYU Stern School of Business (Aswath Damodaran) on practical applications
Key findings from research:
- The model works best for stable, mature companies with long dividend histories
- For high-growth companies, multi-stage models are significantly more accurate
- The terminal growth rate assumption has an outsized impact on valuation
- Combining with other valuation methods reduces error rates
Excel Tips for Advanced Modeling
To take your Excel model to the next level:
- Use named ranges for key inputs to make formulas more readable
- Implement data validation to prevent unrealistic inputs
- Create scenario manager to compare different assumptions
- Add conditional formatting to highlight when growth rate exceeds discount rate
- Build a dashboard with charts showing sensitivity analysis
- Use Goal Seek to determine what growth rate would justify the current stock price
- Implement Monte Carlo simulation to account for probability distributions
Real-World Application: Case Study
Let’s apply the model to Johnson & Johnson (JNJ) as of 2023:
- Current dividend (2023): $4.76
- 5-year historical growth: 6.2%
- Analyst estimates: 5.8% for next 5 years
- 10-year Treasury yield: 4.2% (risk-free rate)
- JNJ beta: 0.65
- Market risk premium: 5.5%
Calculations:
- Discount rate (CAPM): 4.2% + 0.65 × 5.5% = 7.73%
- Using 5.8% growth for 5 years, then 3.5% terminal growth
- Calculated intrinsic value: ~$185
- Actual price (Oct 2023): ~$155
- Implication: Potentially undervalued by ~19%
This suggests JNJ might be trading at a discount to its intrinsic value based on these assumptions. However, investors should:
- Verify the growth assumptions with analyst reports
- Consider potential regulatory risks in healthcare
- Examine the dividend payout ratio sustainability
- Compare with other valuation methods
Limitations and Criticisms
While useful, the Dividend Growth Model has several limitations:
- Assumes perpetual growth – No company grows forever at the same rate
- Sensitive to input assumptions – Small changes can dramatically alter results
- Ignores capital gains – Only considers dividends, not stock price appreciation
- Not applicable to non-dividend stocks – Limits its usefulness for growth companies
- Assumes constant discount rate – In reality, required returns change over time
- Difficult to estimate growth rates – Especially for long time horizons
To mitigate these limitations:
- Use multiple valuation methods in combination
- Be conservative with growth rate assumptions
- Regularly update your models with new information
- Consider qualitative factors alongside quantitative analysis
Conclusion: Practical Takeaways
The Dividend Growth Model remains a valuable tool for investors, particularly when:
- Evaluating mature, dividend-paying companies
- Comparing similar stocks in the same industry
- Assessing whether a stock is trading at a discount to its intrinsic value
- Making long-term investment decisions
Key action steps:
- Start with conservative assumptions, especially for growth rates
- Always perform sensitivity analysis to understand the range of possible values
- Combine with other valuation methods for a more complete picture
- Regularly update your models as new information becomes available
- Use the model as one input among many in your investment decision process
For further learning, consider these authoritative resources:
- SEC Guide to Dividends (U.S. Securities and Exchange Commission)
- Investor.gov on Dividend Yield (U.S. Government)
- Aswath Damodaran’s Valuation Resources (NYU Stern)