![]()
f you use Excel to model businesses, business processes, or
business transactions, this course will change your life. You'll learn how to create tools for yourself that will amaze
even you. Unrestricted use of this material is available in two ways.
To Order On Line
| Order "Spreadsheet Models for Managers, on-line edition, one month" by credit card, for USD 69.95 each, using our secure server, and receive download instructions by return email. | Or order via Google Checkout. |
| Order "Spreadsheet Models for Managers, on-line edition, three months" by credit card, for USD 199.00 each, using our secure server, and receive download instructions by return email. | Or order via Google Checkout. |
| Order "Spreadsheet Models for Managers, downloadable hyperbook edition" by credit card, for USD 199.00 each, using our secure server, and receive download instructions by return email. | Or order via Google Checkout. |
To Order by Mail
Make your check payable to Chaco Canyon Consulting, for the amount indicated:
|
And send it to: Chaco Canyon Consulting 700 Huron Avenue, Suite 11J Cambridge, MA 02138 |
To use the course software you'll need some other applications, which you very probably already have. By placing your order, you're confirming that you have the software you need, as described on this site.
![]() |
This problem is a warm-up for problems involving the Lease Characteristic Array. In this problem we compute the effects on the three financial statements of a single lease event. In effect, we're computing the rows of the Lease Characteristic Array.
General Kinematics purchases a coil winder under a capital lease contract. The winder is worth $100,000. The term of the lease is six years, and the interest rate is 9% per year. The useful life of the winder is also six years, at which time GK is obliged to buy it for $1,500. GK believes that this will be the scrap value of the winder at that time. Lease payments are quarterly.
Find the lease payment.
We first create cells to hold the name parameters Rate, Periods, InitialValue and ScrapValue. The formula for payment size, expressed in terms of these parameters, is inserted into a named cell PaymentSize:
Find the quarterly effect on the Income Statement
This is determined by two quantities: the depreciation, and the interest expense. We can compute interest expense using the ipmt worksheet function:
Here we have used the name PeriodNumber to refer to the row of integers that indicate the index of that column's period.
To find the depreciation, we assume straight-line (constant rate) depreciation of the initial value less the scrap value of the winder. So we can create a cell called Depreciation, and insert in it the formula
To complete the calculation of the effect of depreciation expense on the Income Statement, we have to create a row of cells, each one of which contains the formula
The quarterly effect on cash flow is just a row of cells each one of which contains the formula
The quarterly effect on the balance sheet is a net asset value equal to the initial value of the winder less cumulative depreciation, and a liability equal to the remaining principal to be paid on the winder.
To compute cumulative depreciation, make a running sum of the depreciation stream. Thus, the assets line of the effect on the balance sheet is just the InitialValue minus this cumulative depreciation, which appears in the row captioned "Assets: machinery."
To compute the liabilities, we have to compute the principal remaining to be paid. That is just the InitialValue of the winder minus the cumulative principal paid.
The principal part of the lease payment is just
So in the line "CumPrincipal", we compute a running sum of the principal payments. We then use that in the line "Liabilities: Cap Lease."
General Kinematics is expanding. You're leasing personal computers for new hires as the company expands. Each PC costs $1200. You're given the hiring stream, as shown in the row "HireStream". Find the effect of these leases on cash flow, capital equipment assets, and depreciation expense. This problem is different from previous examples, because this time, we lease the equipment instead of buying it. The lease terms are:
We'll take the approach of using the Lease Characteristic Array. Once we have found the LCA, we'll just convolve it with the HireStream.
The rows of the LCA are in no special order, but let's compute them in the order shown on the worksheet. We know that we'll have some named parameters: Rate, PCCost, DepreciationTerm, Periods.
The row DepreciationPQ uses our familiar approach that exploits the Ripple Principle for depreciation computations.
Let's compute the effects of a $1000 purchase. We'll then rescale by the amounts of the actual purchase when we convolve. So the block labeled "For a $1000 PC" computes these intermediate results.
The row PrincipalPayment is just the principal part of the lease payments, as in the Winder example. The row CumPrincipal is a running sum of PrincipalPayment. The row CumDepreciation is a running sum of DepreciationPQ. We need all these quantities by analogy with the Winder example. Now we're ready to compute the LCA.
The first row, PCPayment, is just the lease payment itself, computed with PMT. This line goes directly to the Cash Flow statement. The second row, Assets, is the initial value of the asset (1000) less the cumulative depreciation. The third row, Liabilities, is the initial value of the asset (1000) less the principal that's already paid off, CumPrincipal. The fourth row, PCDepreciation, is the depreciation in the current quarter. And the fifth row, InterestPayment, is the interest portion of the lease payment, which we compute with IPMT.
Finally, we convolve with the hire stream, and multiply by PCCost/1000 to scale the result properly. NewEquipmentPQ is actually PCCost times the HireStream, so the result is the same as the formula we actually used:
For more about my spreadsheet consulting and training services, visit SpreadsheetAce.com.
Last Modified: Wednesday, 08-Feb-2012 04:40:26 EST