How To Calculate Intrinsic Value Of A Stock In Excel

Stock Intrinsic Value Calculator

Calculate the intrinsic value of a stock using the Discounted Cash Flow (DCF) method in Excel format

Calculation Results

Intrinsic Value per Share: $0.00
Current Market Price: $0.00
Upside/Discount: 0%
Recommendation:

Comprehensive Guide: How to Calculate Intrinsic Value of a Stock in Excel

The intrinsic value of a stock represents its true worth based on fundamental analysis, independent of market fluctuations. For value investors following the principles of Benjamin Graham and Warren Buffett, calculating intrinsic value is essential for identifying undervalued stocks with significant upside potential.

Why Calculate Intrinsic Value?

  • Identify undervalued stocks: Find stocks trading below their true worth
  • Make informed decisions: Base investments on fundamentals rather than market sentiment
  • Long-term investing: Focus on a company’s actual value rather than short-term price movements
  • Risk management: Establish a margin of safety by purchasing stocks below intrinsic value

The Discounted Cash Flow (DCF) Method

The most widely used method for calculating intrinsic value is the Discounted Cash Flow (DCF) model. This approach estimates the present value of all future cash flows a company is expected to generate. The formula is:

Intrinsic Value = Σ [CFt / (1 + r)t] + [TV / (1 + r)n]

Where:

  • CFt = Cash flow at time t
  • r = Discount rate (required rate of return)
  • t = Time period
  • TV = Terminal value
  • n = Number of projection years

Step-by-Step Guide to Calculate Intrinsic Value in Excel

Step 1: Gather Required Financial Data

Before starting your Excel model, collect these key financial metrics:

  • Current stock price
  • Free cash flow to equity (FCFE) or free cash flow to firm (FCFF)
  • Number of shares outstanding
  • Historical growth rates (revenue, earnings, FCF)
  • Industry average growth rates
  • Company’s weighted average cost of capital (WACC)

You can find most of this data in:

  • Company 10-K and 10-Q filings (SEC EDGAR database)
  • Financial websites like Yahoo Finance, Morningstar, or Bloomberg
  • Industry reports from IBISWorld or Statista

Step 2: Set Up Your Excel Workbook

Create a structured workbook with these sheets:

  1. Assumptions: Store all your input variables
  2. FCF Projections: Calculate projected free cash flows
  3. DCF Calculation: Discount projected cash flows
  4. Terminal Value: Calculate continuing value
  5. Sensitivity Analysis: Test different scenarios
Excel Tab Purpose Key Formulas
Assumptions Store all input variables in one place =CurrentPrice, =GrowthRate, =DiscountRate
FCF Projections Project future free cash flows =PreviousFCF*(1+GrowthRate)
DCF Calculation Discount projected cash flows to present value =FCF/(1+DiscountRate)^Year
Terminal Value Calculate continuing value beyond projection period =FinalFCF*(1+TerminalGrowth)/(DiscountRate-TerminalGrowth)
Sensitivity Test how changes in assumptions affect valuation Data Tables, Scenario Manager

Step 3: Project Free Cash Flows

In your FCF Projections sheet:

  1. Start with the current year’s free cash flow (from the income statement)
  2. Create a timeline for your projection period (typically 5-10 years)
  3. Apply your growth rate assumption to project future cash flows:

    Year 1 FCF = Current FCF × (1 + Growth Rate)
    Year 2 FCF = Year 1 FCF × (1 + Growth Rate)
    …and so on for each projection year

  4. In Excel, use the formula: =B2*(1+$GrowthRate)

Step 4: Calculate Terminal Value

The terminal value represents the value of all cash flows beyond your projection period. There are two main approaches:

1. Perpetuity Growth Model (most common):

Terminal Value = (Final Year FCF × (1 + Terminal Growth Rate)) / (Discount Rate – Terminal Growth Rate)

2. Exit Multiple Approach:

Terminal Value = Final Year FCF × Industry Multiple (e.g., EV/EBITDA)

In Excel, the perpetuity growth formula would be:

=FinalYearFCF*(1+TerminalGrowth)/(DiscountRate-TerminalGrowth)

Step 5: Discount Cash Flows to Present Value

Now discount both the projected cash flows and terminal value to present value:

  1. For each year’s FCF: =FCF/(1+DiscountRate)^Year
  2. For terminal value: =TV/(1+DiscountRate)^ProjectionPeriod
  3. Sum all present values to get enterprise value

Example Excel formula for Year 1:

=B2/(1+$DiscountRate)^A2

Step 6: Calculate Equity Value and Intrinsic Value

Convert enterprise value to equity value and then to per-share intrinsic value:

  1. Enterprise Value = Sum of discounted FCFs + Discounted Terminal Value
  2. Equity Value = Enterprise Value – Net Debt + Cash
  3. Intrinsic Value per Share = Equity Value / Shares Outstanding

Step 7: Compare to Current Price

Calculate the potential upside or discount:

Upside/Discount = (Intrinsic Value – Current Price) / Current Price × 100%

Step 8: Perform Sensitivity Analysis

Test how changes in key assumptions affect your valuation:

  • Create a data table in Excel (Data > What-If Analysis > Data Table)
  • Vary growth rates and discount rates to see impact on intrinsic value
  • Identify which variables have the most significant impact
Sample Sensitivity Analysis (Intrinsic Value in $)
Growth Rate \ Discount Rate 7% 8% 9% 10% 11%
8% $125.42 $118.25 $111.76 $105.88 $100.54
9% $138.75 $130.59 $123.21 $116.52 $110.45
10% $153.89 $144.68 $136.34 $128.77 $121.91
11% $171.24 $160.95 $151.59 $143.06 $135.28
12% $191.28 $179.80 $169.30 $159.68 $150.88

Alternative Valuation Methods

While DCF is the most comprehensive approach, consider these alternative methods:

1. Dividend Discount Model (DDM)

Best for dividend-paying stocks:

Intrinsic Value = D₀ × (1 + g) / (r – g)

Where:

  • D₀ = Current dividend
  • g = Dividend growth rate
  • r = Required rate of return

2. Relative Valuation (Comparables)

Compare the stock to similar companies using multiples:

  • Price-to-Earnings (P/E)
  • Price-to-Book (P/B)
  • Enterprise Value-to-EBITDA (EV/EBITDA)
  • Price-to-Sales (P/S)

3. Residual Income Model

Focuses on economic profit above required return:

Intrinsic Value = Book Value + Present Value of Future Residual Income

Common Mistakes to Avoid

  1. Overly optimistic growth rates: Be conservative with long-term growth assumptions
  2. Ignoring terminal value sensitivity: Terminal value often represents 60-80% of total value
  3. Using inconsistent discount rates: Match discount rate to cash flow type (equity vs. firm)
  4. Neglecting working capital changes: Include changes in working capital in FCF calculations
  5. Forgetting to adjust for debt: Remember to subtract net debt when calculating equity value
  6. Using nominal vs. real rates inconsistently: Be consistent with inflation adjustments

Advanced Excel Techniques for DCF Modeling

1. Circular References for Debt

When modeling companies with debt, you may need to enable iterative calculations:

  1. File > Options > Formulas
  2. Check “Enable iterative calculation”
  3. Set maximum iterations to 100 and maximum change to 0.001

2. Scenario Manager

Create different scenarios (bull, base, bear cases):

  1. Data > What-If Analysis > Scenario Manager
  2. Define different sets of input values
  3. Quickly switch between scenarios to see impact

3. Data Tables for Sensitivity

Create two-way data tables to test multiple variables:

  1. Set up your input cells
  2. Create a grid with varying assumptions
  3. Data > What-If Analysis > Data Table
  4. Select your output cell and input ranges

4. Named Ranges

Improve model readability by using named ranges:

  1. Select cells to name
  2. Formulas > Define Name
  3. Use names in formulas instead of cell references

Excel Functions Essential for DCF Modeling

Function Purpose Example
=NPV() Calculates net present value of cash flows =NPV(DiscountRate, RangeOfCashFlows)
=XNPV() Net present value with specific dates =XNPV(DiscountRate, CashFlows, Dates)
=IRR() Calculates internal rate of return =IRR(RangeOfCashFlows)
=XIRR() Internal rate of return with specific dates =XIRR(CashFlows, Dates)
=PV() Present value of future lump sum =PV(Rate, Nper, Pmt, Fv)
=FV() Future value of investment =FV(Rate, Nper, Pmt, Pv)
=RATE() Calculates interest rate per period =RATE(Nper, Pmt, Pv, Fv)
=PMT() Calculates payment for loan =PMT(Rate, Nper, Pv, Fv)

Real-World Example: Valuing Apple Inc. (AAPL)

Let’s walk through a simplified DCF valuation for Apple using Excel:

1. Gather Key Data (as of 2023):

  • Current stock price: $175.64
  • Free cash flow: $71.1 billion
  • Shares outstanding: 16.4 billion
  • Net debt: -$85.4 billion (net cash position)
  • 5-year historical FCF growth: 12.3%
  • Industry average growth: 8.7%

2. Make Assumptions:

  • Projection period: 10 years
  • Growth rate: 10% (years 1-5), 8% (years 6-10)
  • Terminal growth: 3%
  • Discount rate: 9.5% (WACC)

3. Build the Excel Model:

Year 1 FCF: =71100*(1+10%) = $78,210 million

Year 2 FCF: =78210*(1+10%) = $86,031 million

…continue for 10 years

Terminal Value: =FinalYearFCF*(1+3%)/(9.5%-3%) = $1,456,789 million

Present Value of FCFs: =NPV(9.5%, RangeOfFCFs) = $542,312 million

Present Value of TV: =1456789/(1+9.5%)^10 = $598,456 million

Enterprise Value: =542312 + 598456 = $1,140,768 million

Equity Value: =1140768 + 85400 = $1,226,168 million

Intrinsic Value per Share: =1226168/16400 = $74.77

In this simplified example, Apple appears undervalued with a 135% upside from the $175.64 market price to the $74.77 intrinsic value. However, this demonstrates why careful assumption selection is crucial.

Academic Research on Intrinsic Valuation

Several academic studies have examined the effectiveness of intrinsic valuation methods:

Tools and Resources for Intrinsic Valuation

  • Excel Templates:
    • Corporate Finance Institute (CFI) DCF templates
    • Wall Street Prep valuation models
    • Investopedia’s DCF calculator
  • Data Sources:
    • SEC EDGAR database for financial statements
    • Yahoo Finance for historical prices and ratios
    • Bloomberg Terminal for professional-grade data
    • Morningstar for fundamental analysis
  • Books:
    • “The Intelligent Investor” by Benjamin Graham
    • “Security Analysis” by Graham and Dodd
    • “Investment Valuation” by Aswath Damodaran
    • “The Little Book of Valuation” by Aswath Damodaran
  • Online Courses:
    • Coursera’s “Financial Markets” by Yale (Robert Shiller)
    • edX’s “Valuation” by NYIF
    • Udemy’s “DCF Valuation Modeling” courses

Limitations of Intrinsic Valuation

While intrinsic valuation is powerful, be aware of its limitations:

  1. Garbage in, garbage out: Results depend heavily on input assumptions
  2. Difficult for cyclical companies: Hard to project cash flows for businesses with volatile earnings
  3. Ignores market sentiment: Doesn’t account for short-term market movements
  4. Terminal value sensitivity: Small changes in terminal growth can dramatically affect results
  5. Time-consuming: Requires significant data collection and analysis
  6. Not suitable for all companies: Difficult to apply to startups or companies with negative cash flows

Best Practices for Excel DCF Models

  1. Keep it simple: Avoid overly complex models that are hard to audit
  2. Use consistent formatting: Color-code inputs, calculations, and outputs
  3. Document assumptions: Clearly explain where each number comes from
  4. Build error checks: Use IF statements to flag unrealistic inputs
  5. Separate sheets by purpose: Keep inputs, calculations, and outputs on different sheets
  6. Use range names: Makes formulas easier to read and maintain
  7. Include sensitivity analysis: Always test how changes affect your valuation
  8. Validate with alternatives: Cross-check with relative valuation methods
  9. Update regularly: Revisit your model as new data becomes available
  10. Peer review: Have someone else check your model for errors

Conclusion: Mastering Intrinsic Valuation in Excel

Calculating intrinsic value in Excel using the DCF method is both an art and a science. While the mathematical framework is well-established, the challenge lies in making reasonable assumptions about future performance. By following the step-by-step guide above and continuously refining your Excel skills, you can develop sophisticated valuation models that provide genuine insights into a company’s true worth.

Remember these key takeaways:

  • Intrinsic value is an estimate, not an exact science
  • Conservative assumptions lead to more reliable valuations
  • The margin of safety concept is crucial for successful investing
  • Combine DCF with other valuation methods for better insights
  • Continuous learning and practice improve valuation skills
  • Excel is a powerful tool, but the analyst’s judgment is most important

As Warren Buffett famously said, “It’s far better to buy a wonderful company at a fair price than a fair company at a wonderful price.” By mastering intrinsic valuation in Excel, you’ll be well-equipped to identify those wonderful companies trading at fair (or better yet, bargain) prices.

Leave a Reply

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