EXCEL AMORLINC FUNCTION

For users of the French accounting system, the Excel Amorlinc feature is available. The function computes the prorated linear depreciation of an asset over a specified accounting period.

Syntax:

=AMORLINC( costdate_purchasedfirst_periodsalvageperiodrate[basis] )

Parameter:

  • using the following arguments

Cost:

  • The asset’s price.

 Date_Purchased:

  • The asset’s acquisition date.

 First_Period:

  • The end date of the first period.

 Salvage:

  • The salvage value of an item at the end of its useful life

 Period:

  • An integer indicating the time period for which the depreciation is to be calculated.

 Rate:

  • The asset’s rate of depreciation.

 Basis:

  • An optional integer parameter that sets the financial day count basis for the computation. Possible values include:
BasisDay Count Basis
0 (or omitted)US (NASD) 30/360
1actual/actual
2actual/360
3actual/365
4European 30/360

Example:

The Excel Amorlinc function is used in the following example spreadsheet to compute 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 European day count method is employed

  • #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 any of the given date purchased or first period parameters is not a valid Excel date; 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