Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Excel_2010_Bible.pdf
Скачиваний:
26
Добавлен:
13.03.2015
Размер:
11.18 Mб
Скачать

Part II: Working with Formulas and Functions

TABLE 15.4 (continued)

Cell

Formula

Description

 

 

 

B13

None (input cell)

The annual interest rate

 

 

 

B16

=B4

Displays the initial investment amount

 

 

 

B17

=B5*B6*B10

Calculates the total of all regular deposits

 

 

 

B18

=B16+B17

Adds the initial investment to the sum of the deposits

 

 

 

B19

=B13*(1/B6)

Calculates the periodic interest rate

 

 

 

B20

=FV(B19,B6*B10,-

Calculates the future value of the investment

 

B5,-B4,IF(B7,1,0))

 

 

 

 

B21

=B20-B18

Calculates the interest earned from the investment

 

 

 

Depreciation Calculations

Excel offers five functions to calculate depreciation of an asset over time. Depreciating an asset places a value on the asset at a point in time, based on the original value and its useful life. The function that you choose depends on the type of depreciation method that you use.

Table 15.5 summarizes the Excel depreciation functions and the arguments used by each. For complete details, consult the Excel online Help system.

TABLE 15.5

Excel Depreciation Functions

Function

Depreciation Method

Arguments*

 

 

 

SLN

Straight-line. The asset depreciates by the same amount

Cost, Salvage, Life

 

each year of its life.

 

 

 

 

DB

Declining balance. Computes depreciation at a fixed rate.

Cost, Salvage, Life, Period,

 

 

[Month]

 

 

 

DDB

Double-declining balance. Computes depreciation at an

Cost, Salvage, Life, Period,

 

accelerated rate. Depreciation is highest in the first period

[Factor

 

and decreases in successive periods.

 

 

 

 

350

Chapter 15: Creating Formulas for Financial Applications

Function

Depreciation Method

Arguments*

 

 

 

SYD

Sum of the year’s digits. Allocates a large depreciation in

Cost, Salvage, Life, Period

 

the earlier years of an asset’s life.

 

 

 

 

VDB Variable-declining balance. Computes the depreciation of an asset for any period (including partial periods) using the double-declining balance method or some other method you specify.

Cost, Salvage, Life, Start

_Period, End_Period,

[Factor], [No Switch]

* Arguments in brackets are optional.

Here are the arguments for the depreciation functions:

Cost: Original cost of the asset.

Salvage: Salvage cost of the asset after it has fully depreciated.

Life: Number of periods over which the asset will depreciate.

Period: Period in the life for which the calculation is being made.

Month: Number of months in the first year; if omitted, Excel uses 12.

Start_Period:Starting period for the depreciation calculation.

End_Period: Ending period for the depreciation calculation.

Factor: Rate at which the balance declines; if omitted, it is assumed to be 2 (that is, double-declining).

No Switch: TRUE or FALSE. Specifies whether to switch to straight-line depreciation when depreciation is greater than the declining balance calculation.

Figure 15.15 shows depreciation calculations using the SLN, DB, DDB, and SYD functions. The asset’s original cost, $10,000, is assumed to have a useful life of 10 years, with a salvage value of $1,000. The range labeled Depreciation Amount shows the annual depreciation of the asset. The range labeled Value of Asset shows the asset’s depreciated value over its life.

On the CD

This workbook is available on the companion CD-ROM. The file is named depreciation calculations

.xlsx.

Figure 15.16 shows a chart that graphs the asset’s value. As you can see, the SLN function produces a straight line; the other functions produce a curved line because the depreciation is greater in the earlier years of the asset’s life.

351

Part II: Working with Formulas and Functions

FIGURE 15.15

A comparison of four depreciation functions.

FIGURE 15.16

This chart shows an asset’s value over time, using four depreciation functions.

352

Chapter 15: Creating Formulas for Financial Applications

The VBD function is useful if you need to calculate depreciation for multiple periods (for example, years 2 and 3). Figure 15.17 shows a worksheet set up to calculate depreciation using the VBD function. The formula in cell B11 is

=VDB(B2,B4,B3,B6,B7,B8,B9)

FIGURE 15.17

Using the VBD function to calculate depreciation for multiple periods.

The formula displays the depreciation for the first three years of an asset (starting period of 0 and ending period of 3).

353

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]