# AMORLINC

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function calculates the depreciation for an accounting period, taking into account prorated depreciation.

## Syntax

AMORLINC(*cost*,*datepurchased*,*firstperiod*,*salvage,period,drate*,*basis*)

## Arguments

This function has these arguments:

| **Argument** | **Description** |
| -------- | ----------- |
| *cost* | Cost of the asset |
| *datepurchased* | Purchase date of the asset |
| *firstperiod* | End date of the first period |
| *salvage* | Salvage value at the end of the life of the asset |
| *period* | Accounting period |
| *drate* | Rate of depreciation |
| *basis* | [Optional] Integer representing the basis for day count (Refer to [Day Count Basis](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsfinance/formulas-functsdaycount)) |

## Remarks

This function differs from [AMORDEGRC](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsAtoC/FunctionAMORDEGRC), which applies a depreciation coefficient in the calculation depending on the life of the assets.

## Data Types

Accepts numeric and DateTime object data. Returns numeric data.

## Examples

`AMORLINC(B1,B2,B3,B4,B5,B6,B7)`

## Version Available

This function is available in product version 2.0 or later.

## See Also

[AMORDEGRC](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsAtoC/FunctionAMORDEGRC) \| [Financial Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsfinance)