
538
DB
andDDB
functions
CHAPTER
16
Depreciation Methods
spreadsheet cells because the depreciation amount
D,
changes with
t.
For the dou-
ble declining balance method the format is
DDB
(B,S,n,t,d)
The entry d is the fixed rate expressed as a number between 1 and 2.
If
omitted,
this optional entry is assumed to be 2 for DDB. An entry
of
d = 1.5 makes the
/ DDB function display
150% declining balance method amounts. The DDB func-
'------,------"
I tion automatically checks to determine when the book value equals the estimated
t S value. No further depreciation
is
charged when this occurs. (In order to allow
(
AfP.
J
full
depreciation charges to be made, ensure that the S entered is between zero
and the implied
S from Equation [16.10].) Note that d = 1 is the same as the
straight line rate
l/n,
but D, will
not
be the
SL
amount
because declining balance
depreciation is determined
as
a fixed percentage
of
the previous year's book
value, which is completely different from the
SL
calculation in Equation [16.1].
Q-Solv
The DB function must be used carefully. Its format is DB(B,S,n,t). The fixed
rate
d
is
not entered in the DB function; d is an embedded calculation using a
spreadsheet equivalent
of
Equation [16.11]. Also, only three significant digits are
maintained for
d,
so the book value may go below the estimated salvage value
due to round-off errors. Therefore,
if
the depreciation rate is known, always use
the
DDB
function to ensure correct results. The next two examples illustrate DB
and DDB depreciation and these spreadsheet functions.
EXAMPLE
16.2
A fiber optics testing device is to be DDB depreciated. It has a first cost of $25,000 and
an
estimated salvage
of
$2500 after 12 years. (a) Calculate the depreciation and book
value for years 1 and 4. Write the Excel functions to display depreciation for years 1 and
4. (b) Calculate the implied salvage value after 12 years.
Solution
(a) The DDB fixed depreciation rate
is
d = 21n =
2/12
= 0.1667 per year. Use
Equations [16.7] and [16.8].
Year
1:
DI = (0.1667)(25,000)(1 - 0.1667)1 - 1 = $4167
BV
1
= 25,000(1 - 0.1667)1 = $20,833
Year
4:
D4
= (0.1667)(25,000)(1 - 0.1667)4-1 = $2411
BV
4
=
25
,000(1 - 0.1667)4 = $12,054
The DDB functions for
DI and
D4
are, respectively, DOB(25000,2500,
12
,
1)
and
00B(25000
,2500,12,4).
(b) From Equation [16.10], the implied salvage value after
12
years is
Implied
S =
25
,000(1 - 0.1667)12 = $2803
Since the estimated
S = $2500 is less than $2803, the asset
is
not fully depreci-
ated when its 12-year expected life is reached.