WACC (Discount Rate) Calculator
Cost of Equity (CAPM)
Cost of Debt
Results for NPV Input
Cost of Equity: 0%
After-tax Cost of Debt: 0%
Equity Weight: 0%
Debt Weight: 0%
Calculated Discount Rate (WACC):
0%
Use this percentage as the 'rate' in your Excel NPV formula.
How to Calculate Discount Rate for NPV in Excel
When performing a Net Present Value (NPV) analysis in Excel, the most critical input is the discount rate. This rate represents the opportunity cost of capital—the return you could earn from an investment of similar risk. In corporate finance, the most common method to determine this is the Weighted Average Cost of Capital (WACC).
1. Understanding the Components of the Discount Rate
A discount rate isn't just a random percentage; it is built from two primary sources of funding:
- Cost of Equity: Calculated using the Capital Asset Pricing Model (CAPM). It considers the risk-free rate (like Treasury yields), the stock's sensitivity to the market (Beta), and the premium investors demand for taking on market risk.
- Cost of Debt: This is the effective interest rate a company pays on its borrowed funds. Because interest is often tax-deductible, we use the after-tax cost of debt.
2. The WACC Formula
WACC = (E/V × Re) + (D/V × Rd × (1 – T))
Where:
E = Market value of equity
D = Market value of debt
V = Total value (E + D)
Re = Cost of equity
Rd = Cost of debt
T = Corporate tax rate
3. Implementing NPV in Excel with Your Discount Rate
Once you have calculated your discount rate (for example, 8.5% or 0.085), follow these steps in Excel:
- List your cash flows in a row (e.g., Cells B2 through B6). Note: The initial investment at Year 0 should usually be kept separate or handled carefully.
- In a new cell, type the formula:
=NPV(rate, value1, [value2], ...) - Crucial Step: The Excel
NPVfunction assumes the first value occurs at the end of Period 1. To get a true Net Present Value including the Year 0 cost, use this syntax:=NPV(DiscountRate, Year1:Year5) + InitialInvestment
(Note: Initial investment is usually a negative number, so adding it subtracts the cost).
Practical Example
Imagine a project requires an initial outlay of 500,000. It produces cash flows of 150,000 for five years. If your WACC calculation (from the tool above) resulted in a 9.2% discount rate:
| Year | Cash Flow | Excel Cell |
|---|---|---|
| 0 | -500,000 | B1 |
| 1-5 | 150,000 | B2:B6 |
The Excel Formula: =NPV(0.092, B2:B6) + B1
Common Mistakes to Avoid
- Using Nominal vs. Real Rates: Ensure your discount rate and your cash flow projections both account for inflation (nominal) or both exclude it (real). Mixing them leads to incorrect valuations.
- Book Value vs. Market Value: Always use the market value of debt and equity when calculating weights for the discount rate, not the historical values found on the balance sheet.
- Forgetting the Tax Shield: Debt is cheaper than equity because interest payments reduce taxable income. Failing to multiply the cost of debt by (1 – Tax Rate) will result in an artificially high discount rate and a lower NPV.