The AMORDEGRC function returns the linear depreciation of an asset on a prorated basis for each accounting period. The function is identical to AMORLINC, with the exception that a depreciation coefficient is used in the computation based on the asset’s life.
Syntax:
=AMORDEGRC( cost, date_purchased, first_period, salvage, period, rate, [basis] )
Parameter:
Cost :
Date Purcahesd:
First_period:
Salvage:
The asset’s salvage values at the end of its useful life.
Period:
The length of time over which the depreciation is to be computed.
Rate:
Basis:
Basis | Day Count Basis |
---|---|
0 (or omitted) | US (NASD) 30/360 |
1 | actual/actual |
2 | actual/360 |
3 | actual/365 |
4 | European 30/360 |
The Excel Amordegrc function is used in the following example spreadsheet to calculate the depreciation of an asset during the first period. The asset was acquired on January 1, 2015, for €150, and the first period expires on September 30, 2015. The asset depreciates at a 20% annual rate and has a salvage value of €20. The 30/360 day count system is used throughout Europe.
Ask Your Query