Create custom function for WACC using LAMBDA
Karthikeyan Jayasankar
Assistant Controller (Assistant Manager) at Accenture // Senior Accountant // Financial Analyst//
Streamlining Financial Models with Custom Functions in Excel
Creating financial models
One critical aspect of financial modeling
Here’s a suggestion: Let’s encapsulate the WACC formula within a Lambda function. By doing so, we can call it anytime without having to rewrite the entire formula repeatedly. This approach not only saves time but also minimizes the risk of manipulation.
Setting up the WACC Function:
LAMDA(Ke,Kd,Ev,Dv,t, (Ke*(EV/(EV+DV)))+(Kd*(1-t)*(Dv/(Ev+DV)))))
领英推荐
Using the WACC Function:
Now that the WACC function is saved in your Workbook, you can call it just like any other function. The Parameters should be provided in the same order
To calculate the Weighted Average Cost of Capital (WACC) enter the following formula in cell B6: =WACC(B1, B2, B3, B4, B5). This will result in a WACC of approximately 13.73%
As of now, this feature is available exclusively for Microsoft 365 users and may be rolled out to other versions soon. Consider upgrading to the latest version
Feel free to use the function and share your feedback in the comments!
Have a nice day!!!