Posts by: WST Expert 1
Re: Why do bankers use the paste enhanced picture for excl chart
When you copy/paste as enhanced metafile, you actually don't lose any detail in the output. If it doesn't look as clear, it might have gotten skewed due to a non-proportional resize. In general, we don't copy/paste from Excel into PPT or Word because that actually copies and pastes the ENTIRE file ... Read More
When you copy/paste as enhanced metafile, you actually don't lose any detail in the output. If it doesn't look as clear, it might have gotten skewed due to a non-proportional resize. In general, we don't copy/paste from Excel into PPT or Word because that actually copies and pastes the ENTIRE file ... Read More
RE: DTL in purchase price allocation
That's correct. The only time goodwill is touched with respect to deferred tax activity resulting from a merger, etc., is if a valuation allowance was established on the acquisition date due to uncertainty as to the realization in the future of acquired deferred tax assets. In that case, if the... Read More
That's correct. The only time goodwill is touched with respect to deferred tax activity resulting from a merger, etc., is if a valuation allowance was established on the acquisition date due to uncertainty as to the realization in the future of acquired deferred tax assets. In that case, if the... Read More
Re: Excel Macros
Unfortunately you cannot include the ALT keys in that dialog box.
You'd have to use VBA code to incorporate the ALT keys. That was what we actually posted for you in our original reply.
Short of that, you cannot.
Unfortunately you cannot include the ALT keys in that dialog box.
You'd have to use VBA code to incorporate the ALT keys. That was what we actually posted for you in our original reply.
Short of that, you cannot.
Re: Custom fonts for Chart Y Axis.
After creating your chart, Format the Y axis and enter this code in:
[=100]$0.0;_$0.0
Substitute the 100 for whatever the top figure of your Y axis.
If you don't want the decimal, then use this instead:
[=100]$0;_$0
After creating your chart, Format the Y axis and enter this code in:
[=100]$0.0;_$0.0
Substitute the 100 for whatever the top figure of your Y axis.
If you don't want the decimal, then use this instead:
[=100]$0;_$0
RE: Treatment of Revolver as Debt for TEV
Assuming you are attempting to calculate equity value, there is no debate. Revolver is debt no matter how you slice it and is to be treated as such. Logic in this case: working capital is dollars tied up in the business. If the company is sold, there is usually a working cap requirement. How the... Read More
Assuming you are attempting to calculate equity value, there is no debate. Revolver is debt no matter how you slice it and is to be treated as such. Logic in this case: working capital is dollars tied up in the business. If the company is sold, there is usually a working cap requirement. How the... Read More
Re: PPE&depreciation schedule
Very astute observation! Yes, you are 100% correct. To go even further, the CIP portion also needs to have capitalized interest to make thoroughly accurate. However, for most companies, this is an immaterial number. Real estate development and REITS, this becomes significant and as such, we need to ... Read More
Very astute observation! Yes, you are 100% correct. To go even further, the CIP portion also needs to have capitalized interest to make thoroughly accurate. However, for most companies, this is an immaterial number. Real estate development and REITS, this becomes significant and as such, we need to ... Read More
RE: Tangible Book Value calculation for Goodwill
Great question. If calculating JUST standalone Tangible Book, strict definition should be minus ALL intangibles not just goodwill. However, it depends on what you are calculating. If you want specifically for goodwill, recall in our LBO class we just calculated goodwill and then, didn't incl... Read More
Great question. If calculating JUST standalone Tangible Book, strict definition should be minus ALL intangibles not just goodwill. However, it depends on what you are calculating. If you want specifically for goodwill, recall in our LBO class we just calculated goodwill and then, didn't incl... Read More
RE: Corporate Valuation: Nuances on these methodologies
Excellent questions! 1) For tons more detailed explanation on capital leases, please go to our new topic forums at www.wallst-training.com/forum and under Valuation Topics, we have a wealth more back and forth d... Read More
Excellent questions! 1) For tons more detailed explanation on capital leases, please go to our new topic forums at www.wallst-training.com/forum and under Valuation Topics, we have a wealth more back and forth d... Read More
Re: Goodwill
We generally use the treasury method to calculate fully diluted transaction equity value.
SInce that includes the proceeds after receiving option exercise $, but on a "cash-less" basis, the answer is yes.
We generally use the treasury method to calculate fully diluted transaction equity value.
SInce that includes the proceeds after receiving option exercise $, but on a "cash-less" basis, the answer is yes.
You need two criteria. One for date and one for Yes or No trained. If you are using Excel 2007 or 2010, use COUNTIFS function. note that this is NOT backward compatible with Excel 2003. If you are on Excel 2003, you need to use an array. This is covered extensively in our Advanced Excel for Data An... You need two criteria. One for date and one for Yes or No trained.
If you are using Excel 2007 or 2010, use COUNTIFS function. note that this is NOT backward compatible with Excel 2003.
If you are on Excel 2003, you need to use an array.
This is covered extensively in our Advanced Excel for Data Analysis class:
http://www.wstselfstudy.com/packagetech.html Read More