AMORDEGRC Function
Calculates depreciation for a specific period using the French declining balance method.
Syntax
Parameters
| Parameter | Description | Required |
|---|---|---|
| cost | Initial cost of the asset. | Required |
| date_purchased | Date the asset was purchased. | Required |
| first_period | End date of the first period. | Required |
| salvage | Salvage value at the end of the asset life. | Required |
| period | Period for which to calculate depreciation. | Required |
| rate | Depreciation rate. | Required |
| basis | Year basis (0 = 360 days, 1 = actual, 3 = 365 days). | Optional |
Basic Example
French declining balance depreciation
=AMORDEGRC(10000, DATE(2024,1,1), DATE(2024,12,31), 1000, 1, 0.2)Calculates first-year depreciation for a $10,000 asset with a 20% depreciation rate.
Advanced Examples
Example 1: With actual year basis
French accountingUse basis 1 for actual days
=AMORDEGRC(10000, DATE(2024,1,1), DATE(2024,12,31), 1000, 1, 0.2, 1)How AMORDEGRC Works
AMORDEGRC applies a depreciation coefficient based on the asset life and calculates declining balance depreciation. It is used primarily in French accounting systems.
Important Notes & Limitations
Used mainly in French accounting standards.
Rate is determined by asset life and a coefficient table.
Basis determines how days are counted.
Common Errors & Fixes
#NUM! errorInvalid dates, period, or rate.Fix: Verify all inputs are valid.
Wrong depreciationRate does not match the French coefficient for the asset life.Fix: Use the correct coefficient based on asset life.
Download Practice File
AMORDEGRC
amordegrcPractice AMORDEGRC with Real Data
Download a sample CSV file with pre-populated data and practice exercises for the AMORDEGRC function. Works in both Excel and Google Sheets.
File format: CSV (comma-separated values) - opens in Excel, Google Sheets, and all spreadsheet apps