다음을 통해 공유


WorksheetFunction.Syd Method (Excel)

Returns the sum-of-years' digits depreciation of an asset for a specified period.

Syntax

.Syd(Arg1, Arg2, Arg3, Arg4)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Double

Cost - the initial cost of the asset.

Arg2

필수

Double

Salvage - the value at the end of the depreciation (sometimes called the salvage value of the asset).

Arg3

필수

Double

Life - the number of periods over which the asset is depreciated (sometimes called the useful life of the asset).

Arg4

필수

Double

Per - the period and must use the same units as life.

Return Value

Double

Remarks

  • SYD is calculated as follows: Ff821499.awfsyd_ZA06051253(ko-kr,office.14).gif

참고 항목

개념

WorksheetFunction Object Members

WorksheetFunction Object