EXCEL AMORDEGRC FUNCTION

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:

  • The following are the arguments:

 Cost :

  • The asset’s price.

 

Date Purcahesd:

  • The asset’s acquisition date.

First_period:

  • The end date of the 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:

  • The asset’s depreciation rate.

Basis:

  • An optional integer parameter is used to specify the financial day count basis. This can be any of the values listed belows.

 

BasisDay Count Basis
0 (or omitted)US (NASD) 30/360
1actual/actual
2actual/360
3actual/365
4European 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.

  • #NUM! – Occurs if either: the date purchased is more than the first period; or the given salvage value is greater than the cost.
    For the salvage, period, rate, or [base] arguments, invalid numbers are given.
    (That is, if any of the following conditions are met: salvage 0, period 0, rate 0, or [base] is any number other than 0, 1, 2, 3, or 4).
  • #VALUE! – Occurs if the provided date purchased or first period parameters are not valid Excel dates;
    Any of the given arguments is not a number.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now