Calculate Terminal Value In Excel

Terminal Value Calculator for Excel

Calculate terminal value using either the perpetuity growth model or exit multiple approach. Get instant results with visual charts for your financial modeling needs.

Terminal Value Calculation Results

Terminal Value
$0
Present Value of Terminal Value
$0
Method Used

Complete 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 60-80% of the total value in a DCF model, making it one of the most critical components of business valuation.

This comprehensive guide will walk you through:

  • The two primary methods for calculating terminal value
  • Step-by-step Excel implementation for each method
  • Common pitfalls and how to avoid them
  • When to use each approach in your financial models
  • Real-world examples with sample calculations

Why Terminal Value Matters in Financial Modeling

In discounted cash flow analysis, we typically project free cash flows for 5-10 years (the “explicit forecast period”). However, most businesses continue operating beyond this period. Terminal value captures this continuing value in a single lump sum at the end of the projection period.

According to a SEC study on valuation practices, terminal value assumptions are among the most scrutinized aspects of DCF models in regulatory filings, accounting for an average of 72% of total enterprise value in S&P 500 company valuations.

Component Average % of Total Value Key Drivers
Explicit Forecast Period 28% Revenue growth, margins, capex
Terminal Value 72% Growth rate, discount rate, multiple

The Two Primary Terminal Value Methods

1. Perpetuity Growth Model

This method assumes the business will grow at a constant rate forever after the forecast period. The formula is:

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

Where:

  • Final Year FCF = Free cash flow in the final projected year
  • g = Long-term growth rate (typically 2-3% for mature companies)
  • r = Discount rate (WACC)

Excel Implementation:

= (Final_Year_FCF*(1+growth_rate))/(discount_rate-growth_rate)

When to use: Best for stable, mature companies with predictable growth. According to SSA long-term economic projections, the perpetuity growth model aligns well with long-term GDP growth expectations of 2.0-2.5%.

2. Exit Multiple Approach

This method applies a trading multiple to a financial metric (typically EBITDA) in the final year. The formula is:

Terminal Value = Final Year Metric × Trading Multiple

Where the metric is typically:

  • EBITDA (most common)
  • Revenue
  • Net Income
  • Free Cash Flow

Excel Implementation:

= Final_Year_Metric * Trading_Multiple

When to use: Best for companies in cyclical industries or when preparing for an actual sale. A Federal Reserve study on M&A transactions found that 68% of private company sales used EBITDA multiples between 5x-10x in 2022.

Step-by-Step Excel Implementation

Let’s walk through building both methods in Excel using a sample company with:

  • Final year free cash flow: $1,000,000
  • Long-term growth rate: 2.5%
  • Discount rate (WACC): 10%
  • EBITDA multiple: 8x
  • Final year EBITDA: $1,200,000

Perpetuity Growth Model Example

Cell Description Formula Value
A1 Final Year FCF 1,000,000 $1,000,000
A2 Growth Rate 2.5% 2.5%
A3 Discount Rate 10% 10%
A4 Terminal Value = (A1*(1+A2))/(A3-A2) $13,333,333

Exit Multiple Approach Example

Cell Description Formula Value
B1 Final Year EBITDA 1,200,000 $1,200,000
B2 Exit Multiple 8x 8
B3 Terminal Value = B1*B2 $9,600,000

Common Mistakes to Avoid

  1. Unrealistic growth rates: Using growth rates higher than long-term GDP growth (typically 2-3%) can lead to overvaluation. The Bureau of Economic Analysis projects long-term U.S. GDP growth at 2.2% through 2030.
  2. Ignoring competitive dynamics: The exit multiple approach assumes the company will continue trading at current multiples, which may not hold in competitive industries.
  3. Mismatched discount rates: Ensure your discount rate reflects the company’s risk profile. A NYU Stern study found that the average WACC for U.S. companies in 2023 was 8.4%, ranging from 6% for utilities to 12% for early-stage tech.
  4. Double-counting growth: When using the perpetuity growth model, ensure your growth rate isn’t already embedded in your cash flow projections.
  5. Neglecting sensitivity analysis: Always test how changes in growth rates or multiples affect your terminal value. A ±0.5% change in growth rate can change terminal value by 20-30%.

Advanced Considerations

1. Fading Growth Rates

For high-growth companies, consider a “fade period” where growth rates decline gradually to the terminal rate. Example fade pattern:

Year Growth Rate Notes
1-5 15% High growth phase
6-10 10% Transition phase
11+ 3% Terminal growth

2. Country-Specific Adjustments

For international companies, adjust your terminal growth rate based on the country’s long-term GDP growth. World Bank data shows significant variations:

Country 2023 GDP Growth Long-Term Projection Suggested Terminal Rate
United States 2.1% 2.2% 2.0-2.5%
Germany 0.3% 1.5% 1.3-1.8%
China 5.2% 4.5% 4.0-4.5%
India 6.3% 6.1% 5.5-6.0%

3. Industry-Specific Multiples

When using the exit multiple approach, research industry-specific multiples. Here are 2023 averages from S&P Capital IQ:

Industry EV/EBITDA Multiple EV/Revenue Multiple
Software 18.4x 8.1x
Healthcare 14.2x 4.8x
Consumer Staples 12.7x 2.5x
Energy 7.9x 1.8x
Utilities 10.1x 2.9x

Excel Pro Tips for Terminal Value Calculations

  1. Use named ranges: Create named ranges for your inputs (e.g., “GrowthRate” = $B$2) to make formulas more readable.
  2. Build sensitivity tables: Use Data Tables (Data > What-If Analysis > Data Table) to show how terminal value changes with different growth rates and multiples.
  3. Error checking: Add IFERROR wrappers to handle division by zero:

    =IFERROR((Final_Year_FCF*(1+GrowthRate))/(DiscountRate-GrowthRate), “Check rates: g ≥ r”)

  4. Format consistently: Use Excel’s Accounting format (Ctrl+Shift+$) for all currency values to maintain consistency.
  5. Document assumptions: Create a separate “Assumptions” sheet with sources for all your inputs (growth rates, multiples, discount rates).

When to Use Each Method

Factor Perpetuity Growth Model Exit Multiple Approach
Company Stage Mature, stable companies All stages, especially pre-IPO/sale
Industry Stable industries with predictable growth Cyclical industries, industries with comparable transactions
Data Availability Requires reasonable growth rate estimate Requires comparable company/transaction data
Purpose Going concern valuation M&A, IPO preparation
Sensitivity Highly sensitive to discount rate and growth rate Sensitive to multiple selection

Real-World Example: Valuing a SaaS Company

Let’s apply both methods to value a hypothetical SaaS company with:

  • Final year free cash flow: $5,000,000
  • Final year revenue: $20,000,000
  • Final year EBITDA: $6,000,000
  • Discount rate: 12%
  • Industry: Enterprise Software

Perpetuity Growth Approach:

Assuming 3% long-term growth (aligned with BLS productivity projections):

Terminal Value = ($5M × 1.03) / (0.12 – 0.03) = $58,823,529

Exit Multiple Approach:

Using industry median EV/Revenue multiple of 8x:

Terminal Value = $20M × 8 = $160,000,000

Observation: The multiple approach gives a significantly higher value (2.7x), which is common for high-growth SaaS companies. In practice, you might:

  • Use a weighted average of both methods
  • Apply the perpetuity method but with a higher initial growth rate that fades to terminal
  • Use the multiple approach but with a conservative multiple (e.g., 6x instead of 8x)

Final Recommendations

  1. Always use both methods: Calculate terminal value using both approaches and understand why they differ.
  2. Document your assumptions: Create a clear audit trail for all inputs, especially growth rates and multiples.
  3. Perform sensitivity analysis: Test how ±1% changes in growth rates or ±1x changes in multiples affect your valuation.
  4. Consider tax effects: In some jurisdictions, terminal value calculations may need to account for deferred tax liabilities.
  5. Update regularly: Revisit your terminal value assumptions annually or when material changes occur in the business or macroeconomic environment.
  6. Benchmark against peers: Compare your implied multiples (Terminal Value/EBITDA) against public company trading multiples.
Recommended Authority Resources:

Leave a Reply

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