How to calculate wacc in excel

Introduction
Weighted Average Cost of Capital (WACC) is a crucial financial metric that helps businesses understand the average cost of overall capital. In other words, it represents the average rate of return an investor or business requires from all of its available sources. Excel is a widely used tool for calculating WACC due to its simplicity and flexibility, making it accessible for all types of users.
In this article, we will explore step-by-step instructions on how to calculate WACC in Excel to assist you in making informed financial decisions for your business.
Steps to Calculate WACC in Excel:
1. Collect Required Data
To calculate WACC, you need the following data:
– Market value of equity (E)
– Market value of debt (D)
– Cost of equity (Re)
– Cost of debt (Rd)
– Tax rate (T)
You can obtain this information from financial statements, market research, or reliable third-party sources.
2. Organize Your Data
Create a table in Excel with designated cells for each data point mentioned above. For example:
A1: Equity
B1: Debt
C1: Cost of Equity
D1: Cost of Debt
E1: Tax Rate
F1: WACC
Enter the respective values under each title.
3. Calculate the Weighted Cost of Equity and Debt
Calculate the weight of equity (E/V) and debt (D/V), where V equals E + D, by dividing the market value of equity and debt by the total capital:
In F2, enter =A2 / (A2 + B2) – this calculates the weight of equity.
In F3, enter =B2 / (A2 + B2) – this calculates the weight of debt.
4. Compute After-Tax Rate
To account for tax benefits from the interest expenses on debt financing, multiply the cost of debt by (1 – Tax Rate):
In F4, enter =D2 * (1 – E2) – this calculates the after-tax rate.
5. Calculate WACC
Finally, compute WACC using the formula: WACC = (E/V) * Re + (D/V) * Rd * (1 – T):
In F5, enter =F2 * C2 + F3 * F4 – this calculates the WACC.
Conclusion
Calculating WACC in Excel is a straightforward process that will help you assess your company’s cost of capital. By understanding WACC, you can make better financial decisions, such as investments or funding strategies. Remember to gather accurate data and remain consistent in your calculations to ensure reliable results.