Table of Contents
This guide explains how to use AMORDEGRC Function in Excel, including its syntax, required arguments, practical examples, and common errors.
Description: The function calculates the depreciation of assets in each accounting period, the preferred function is to look at the French accounting system.
Syntax: AMORDEGRC (cost, date_purchased, first_period, salvage, period, rate, basis) .
Inside:
- cost: The value of the property when purchased, is a required parameter.
- date_purchased: The date the asset was purchased, a required parameter.
- first_period: The last day of the first accounting period, is a required parameter.
- salvage: The recovered value of the real ship at the end of the service life, which is a mandatory parameter.
- period: The number of periods for which depreciation is to be calculated and required.
- rate: Depreciation rate.
- basis: The basis for determining the number of days, is an optional parameter if ignoring the default value is 0. Basis has the following values:
+ Basis = 0: The number of days per month is 30, the number of days per year is 360 according to US standards.
+ Basis = 1: The number of days per month is equal to the actual number of days per month, the number of days in a year is the actual number of days per year.
+ Basis = 2: The actual number of days in a month / 360 days a year.
+ Basis = 3: The actual number of days in a month / 365 days a year.
+ Basis = 4: The number of days per month is 30 / A year has 360 days according to European standards.
Attention:
- Enter the date using the DATE function (year, moth, day) .
- The function calculates depreciation to the end of the term or depreciation until the accumulated depreciation value is greater than the capital spent minus the residual value of the asset when it expires.
- The depreciation value reaches 50% in the period before the last period and increases by 100% in the last period.
- If the asset's life cycle is from 0 to 1, 1 to 2, 2 to 3, 3 to 4 => the #NUM!
For example:
The depreciation in the first period of an asset is calculated as follows:

In the cell that you want to enter the formula: = AMORDEGRC (D6, D7, D8, D9, D10, D11, D12) .

Pressing Enter will calculate the depreciation value in the first period of the 68 million property value:

Thus, the depreciation value of the asset is 68 million VND in the first period, the depreciation value is 10 million.
Above is a guide to using AMORDEGRC function, hoping to help you in your work.
Good luck!
FAQ
What does the AMORDEGRC function do in Excel?
The AMORDEGRC function performs the calculation described in this guide. Use the correct arguments and compatible data types for reliable results.
How do I enter the AMORDEGRC function correctly?
Start with an equals sign, enter AMORDEGRC, add the required arguments inside parentheses, and confirm that cell references and separators are correct.
Why does the AMORDEGRC function return an error?
Common causes include missing arguments, invalid data types, incorrect cell references, unsupported values, or regional separator settings.
Reader Comments 0
Sign in with email or Google to join the discussion.