Returns depreciation for a period using degressive amortization (French system). Unlike AMORLINC, it uses a depreciation coefficient that is independent of the depreciable period.
Syntax
Remarks
The depreciation values are:
|
Life of asset (1/rate) |
Depreciation Coefficient |
|
Less than 3 years |
1.0 |
|
Between 3 and 4 years |
1.5 |
|
Between 5 and 6 years |
2 |
|
More than 6 years |
2.5 |
Examples
|
Formula |
Result |
|
=AMORDEGRC(A2;B2;C2;D2;E2;F2;G2) |
627 |
|
=AMORDEGRC(A3;B3;C3;D3;E3;F3;G3) |
13685 |
|
=AMORDEGRC(A4;B4;C4;D4;E4;F4;G4) |
5263785 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions