How To Calculate Terminal Value In Excel

Terminal Value Calculator for Excel

Calculate terminal value using either the perpetuity growth model or exit multiple method. Perfect for DCF analysis in Excel.

Terminal Value
$0.00
Present Value of Terminal Value
$0.00
Formula Used

Comprehensive Guide: How to Calculate Terminal Value in Excel

Terminal value represents the value of a business beyond the explicit forecast period in a discounted cash flow (DCF) analysis. It typically accounts for 70-80% of the total value in a DCF model, making it one of the most critical components of business valuation.

Why Terminal Value Matters

In financial modeling, we typically project cash flows for 5-10 years (the “explicit forecast period”). However, businesses often continue operating beyond this period. Terminal value captures this continuing value using one of two primary methods:

  1. Perpetuity Growth Model – Assumes cash flows grow at a constant rate forever
  2. Exit Multiple Method – Applies a valuation multiple to the final year’s financial metric

Method 1: Perpetuity Growth Model (Gordon Growth Model)

The perpetuity growth model calculates terminal value using this formula:

Terminal Value = (FCF × (1 + g)) / (r – g)

Where:
  • FCF = Final year free cash flow
  • g = Long-term growth rate (typically 2-3%)
  • r = Discount rate (WACC)

Excel Implementation:

= (Final_Year_FCF * (1 + Growth_Rate)) / (Discount_Rate - Growth_Rate)
        

When to Use Perpetuity Model

  • For stable, mature companies
  • When you can reasonably estimate long-term growth
  • For industries with predictable cash flows

Limitations

  • Sensitive to growth rate assumptions
  • Assumes company lasts forever
  • Growth rate must be less than discount rate

Method 2: Exit Multiple Method

The exit multiple approach values the business at the end of the forecast period using comparable company multiples:

Terminal Value = Final Year Metric × Trading Multiple

Common multiples:
  • EV/EBITDA
  • P/E
  • EV/Revenue
  • EV/EBIT

Excel Implementation:

= Final_Year_EBITDA * Median_EV_EBITDA_Multiple
        
Industry Median EV/EBITDA Multiple (2023) Median P/E Multiple (2023)
Technology 12.4x 24.8x
Healthcare 10.7x 21.3x
Consumer Staples 9.2x 18.5x
Industrials 8.6x 17.2x
Financial Services 7.9x 15.8x

Source: S&P Capital IQ, 2023

Choosing Between the Methods

Factor Perpetuity Growth Model Exit Multiple Method
Best for Stable, mature companies Cyclical industries, M&A scenarios
Data requirements Growth rate estimate Comparable company data
Sensitivity Highly sensitive to growth rate Sensitive to multiple selection
Excel complexity Simple formula Requires comparable analysis
Industry preference Utilities, consumer staples Tech, healthcare, cyclicals

Step-by-Step Excel Implementation

  1. Set up your assumptions:
    • Final year free cash flow (Cell B2)
    • Long-term growth rate (Cell B3, e.g., 2.5%)
    • Discount rate (Cell B4, e.g., 10%)
    • Final projection year (Cell B5, e.g., 5)
  2. Perpetuity Growth Model Calculation:
    = (B2*(1+B3))/(B4-B3)
                    
  3. Exit Multiple Method Calculation:
    = B2 * Exit_Multiple (e.g., 8x)
                    
  4. Discount terminal value to present:
    = Terminal_Value / (1+B4)^B5
                    
  5. Add to your DCF valuation:
    = PV_of_FCF + PV_of_Terminal_Value
                    

Advanced Considerations

Country-Specific Growth Rates

Long-term growth rates should reflect:

  • Country’s GDP growth (e.g., 2% for US, 3.5% for emerging markets)
  • Industry growth trends
  • Inflation expectations

Terminal Value Sensitivity Analysis

Always test how changes in assumptions affect terminal value:

  • ±1% change in growth rate
  • ±1% change in discount rate
  • Different exit multiples (e.g., 7x vs 9x EV/EBITDA)

In Excel, use Data Tables for sensitivity analysis.

Common Mistakes to Avoid

  • Using unrealistic growth rates: Growth rate should never exceed long-term GDP growth. For US companies, typically 2-3% maximum.
  • Ignoring terminal value in DCF: Terminal value often represents 70-80% of total value – omitting it dramatically undervalues the company.
  • Using inconsistent time periods: Ensure your final year FCF matches your projection period (Year 5 FCF for a 5-year model).
  • Mixing nominal and real rates: If using real FCFs, use real discount rates and real growth rates.
  • Overlooking country risk: For emerging markets, adjust discount rates for country risk premium.

Academic Research on Terminal Value

The treatment of terminal value has been extensively studied in academic finance literature. Key findings include:

Excel Pro Tips for Terminal Value

  1. Use named ranges: Create named ranges for your assumptions (e.g., “Growth_Rate” = B3) to make formulas more readable.
  2. Build error checks: Add IF statements to prevent #DIV/0! errors when growth rate ≥ discount rate:
    =IF(B4>B3, (B2*(1+B3))/(B4-B3), "Error: Growth ≥ Discount")
                    
  3. Create scenario manager: Use Excel’s Scenario Manager to test different terminal value assumptions.
  4. Visualize sensitivity: Create tornado charts to show which assumptions most affect terminal value.
  5. Document your choices: Always include a “Key Assumptions” section explaining your terminal value methodology.

Terminal Value in Different Valuation Contexts

Startups

For pre-revenue companies:

  • Terminal value may represent 90%+ of total value
  • Use exit multiple method with comparable M&A transactions
  • Consider higher discount rates (15-25%)

Mature Companies

For established businesses:

  • Perpetuity model often preferred
  • Growth rates typically 1-3%
  • Discount rates often 8-12%

Cyclical Industries

For businesses with volatile cash flows:

  • Exit multiple method preferred
  • Use normalized EBITDA (average over cycle)
  • Consider industry-specific multiples

Terminal Value vs. Continuing Value

While often used interchangeably, there are technical differences:

  • Terminal Value: Used in DCF models to capture value beyond explicit forecast
  • Continuing Value: Broader term that can include:
    • Value of ongoing operations
    • Value of growth options
    • Liquidation value in some contexts

Excel Template Structure

For a professional terminal value calculation in Excel, organize your worksheet as follows:

A1: "TERMINAL VALUE CALCULATION"
A3: "Assumptions:"
A4: "Final Year FCF:"
B4: [Input cell]
A5: "Long-term Growth Rate:"
B5: [Input cell] (format as %)
A6: "Discount Rate (WACC):"
B6: [Input cell] (format as %)
A7: "Final Projection Year:"
B7: [Input cell]
A8: "Exit Multiple (if applicable):"
B8: [Input cell]

A10: "Results:"
A11: "Terminal Value (Perpetuity):"
B11: =IF(B6>B5,(B4*(1+B5))/(B6-B5),"Error")
A12: "Terminal Value (Exit Multiple):"
B12: =B4*B8
A13: "Present Value of Terminal Value:"
B13: =B11/(1+B6)^B7
A14: "Selected Method:"
B14: [Dropdown to choose method]

A16: "Sensitivity Analysis:"
[Create data table showing terminal value at different growth/discount rates]
        

Final Recommendations

  1. Always use both methods: Calculate terminal value using both approaches and understand why they might differ.
  2. Document your assumptions: Clearly explain your growth rate, discount rate, and multiple selections.
  3. Test sensitivity: Show how terminal value changes with different assumptions.
  4. Consider industry norms: Research typical terminal value approaches for your specific industry.
  5. Update regularly: Terminal value assumptions should be revisited annually or when material changes occur.
  6. Get a second opinion: Have another analyst review your terminal value calculation for reasonableness.

Leave a Reply

Your email address will not be published. Required fields are marked *