Posts by: WST Expert 1
RE: Minority Interest in LBO Model
Your question is a great one! Minority Interest treatment is summarized as follows: 1) In standalone valuation context, INCLUDE MI as part of TEV (Total Enterprise Value) because it is considered a form of capital since greater than 50% ownership forces consolidation 2) In credit analysis (... Read More
Your question is a great one! Minority Interest treatment is summarized as follows: 1) In standalone valuation context, INCLUDE MI as part of TEV (Total Enterprise Value) because it is considered a form of capital since greater than 50% ownership forces consolidation 2) In credit analysis (... Read More
Re: LBO - Quick & Dirty - for a early stage investment
Sounds like you are valuing a start-up. Our traditional simplistic approach to determining capital structure of start-ups is to figure out the run-rate expenses required for say, 1-2 years or whatever comfortable buffer + required capital expenditures (if any). Then map out your potential cash flo... Read More
Sounds like you are valuing a start-up. Our traditional simplistic approach to determining capital structure of start-ups is to figure out the run-rate expenses required for say, 1-2 years or whatever comfortable buffer + required capital expenditures (if any). Then map out your potential cash flo... Read More
Re: D&A is different on the I/S and CF, which to use ??
The negative value forces CAGR to be impossible to calculate. See this link for a good explanation and options: http://www.experiglot.com/2008... Read More
The negative value forces CAGR to be impossible to calculate. See this link for a good explanation and options: http://www.experiglot.com/2008... Read More
RE: Sources & Uses for less than 100% LBO
Yes and no. If less than 100% (assuming greater than 50&) then sources and uses should match true in and outflow of $$ by "grossing it up" the way you described, you are effectively creating a "fake" transaction. You are not technically incorrect (hence the "yes") but we wouldn't consider that ... Read More
Yes and no. If less than 100% (assuming greater than 50&) then sources and uses should match true in and outflow of $$ by "grossing it up" the way you described, you are effectively creating a "fake" transaction. You are not technically incorrect (hence the "yes") but we wouldn't consider that ... Read More
RE: Modifying the Debt Sweep to Target a Debt/Capital Ratio
You can do a quick calcuation in your Cash Flow Statement, as part of CFF to calculate the current Debt / Capital ratio (typically Debt / Debt + Book Equity). Let's say your current ratio is 35% and you want to maintain 40% per our video example. Then you would figure out the amount of extra debt re... Read More
You can do a quick calcuation in your Cash Flow Statement, as part of CFF to calculate the current Debt / Capital ratio (typically Debt / Debt + Book Equity). Let's say your current ratio is 35% and you want to maintain 40% per our video example. Then you would figure out the amount of extra debt re... Read More
Re: Automated S&P Debt Rating
you're welcome. let us know if you have any follow-up questions.
you're welcome. let us know if you have any follow-up questions.
Re: Macro error: compile error in hidden module: thiswork
Hi David, We appreciate your thoroughness in outlining what you've done so far to help us isolate the problem. At this point it likely will require selectively removing certain functions/commands and seeing which one(s) are causing an issue. We've escalated this issue to Level 3 Support and will g... Read More
Hi David, We appreciate your thoroughness in outlining what you've done so far to help us isolate the problem. At this point it likely will require selectively removing certain functions/commands and seeing which one(s) are causing an issue. We've escalated this issue to Level 3 Support and will g... Read More
RE: Negative Goodwill
Please distinguish between market cap vs book value. When calculating goodwill, it is purchase price less book value. Market cap is not a concern. So, assuming you meant book value: Our understanding is that negative goodwill cannot exist on the balance sheet and as such, one has to report as in... Read More
Please distinguish between market cap vs book value. When calculating goodwill, it is purchase price less book value. Market cap is not a concern. So, assuming you meant book value: Our understanding is that negative goodwill cannot exist on the balance sheet and as such, one has to report as in... Read More
RE: Valuation of fair market value of debt converting to equity
You are correct but then you aren't. Normal valuation techniques used in valuation DO NOT apply in distressed examples. So you can throw out CAPM, WACC, etc out the door for restructuring and distressed simply because CAPM and DCF are used for going concerns and highly liquid among all the other gaz... Read More
You are correct but then you aren't. Normal valuation techniques used in valuation DO NOT apply in distressed examples. So you can throw out CAPM, WACC, etc out the door for restructuring and distressed simply because CAPM and DCF are used for going concerns and highly liquid among all the other gaz... Read More
piece of cake. use the SUMIF function.
=sumif(range, criteria,sum_range)
=sumif(columnA,"Completed",columnB)
Completed can be either hard coded or cell referenced (the latter is obviously preferred)