Returns depreciation for a period using linear amortization. Considers a proportional depreciation amount if the capital asset is purchased during the settlement period.
Syntax
cost: The original purchase price. Eg., 5000
Examples
|
Formula |
Result |
|
=AMORLINC(A2;B2;C2;D2;E2;F2;G2) |
852.777777778 |
|
=AMORLINC(A3;B3;C3;D3;E3;F3;G3) |
12150 |
|
=AMORLINC(A4;B4;C4;D4;E4;F4;G4) |
1125000 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions