Excel
AMORLINC function in Excel
Returns the depreciation for each accounting period
=AMORLINC(cost, date_purchased, first_period, salvage, period, rate, [basis])AMORLINC syntax and parameters
Seven arguments, six required.
- costnumberRequired
The cost of the asset.
- date_purchasedanyRequired
The date of the purchase of the asset.
- first_periodanyRequired
The date of the end of the first period.
- salvagenumberRequired
The salvage value at the end of the life of the asset.
- periodnumberRequired
The period.
- ratenumberRequired
The rate of depreciation.
- basisnumberOptional
The year basis to be used.
AMORLINC examples
Formulas you'll actually reuse.
French linear depreciation for period 1 at a 20% rate:
=AMORLINC(24000, DATE(2026, 1, 15), DATE(2026, 12, 31), 4000, 1, 20%)Result
4800Period 0 — the prorated stub from purchase to the first period end:
=AMORLINC(24000, DATE(2026, 1, 15), DATE(2026, 12, 31), 4000, 0, 20%)
AMORLINC in Google Sheets
Same name — your formula ports as-is.
Try AMORLINC in the playground
Edit the example — nothing to install.
Preloaded with the AMORLINC formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ACCRINTReturns the accrued interest for a security that pays periodic interestFinancialGoogle Sheets
- ACCRINTMReturns the accrued interest for a security that pays interest at maturityFinancialGoogle Sheets
- AMORDEGRCReturns the depreciation for each accounting period by using a depreciation coefficientFinancialNo Google Sheets equivalent
- COUPDAYBSReturns the number of days from the beginning of the coupon period to the settlement dateFinancialGoogle Sheets
- COUPDAYSReturns the number of days in the coupon period that contains the settlement dateFinancialGoogle Sheets
- COUPDAYSNCReturns the number of days from the settlement date to the next coupon dateFinancialGoogle Sheets