Excel like a finance pro.
Financial function
AMORLINC
Returns prorated linear depreciation for each accounting period under the French system.
When to use it
Straight-line depreciation for a period under the French accounting system, prorated for the first period.
The shape of it
- Syntax
=AMORLINC(cost, date_purchased, first_period, salvage, period, rate, [basis])
Worked examples
Full period
=AMORLINC(2400,DATE(2008,8,19),DATE(2008,12,31),300,1,0.15,1) → 360
A full period at 15% of cost.
Stub period
=AMORLINC(2400,DATE(2008,8,19),DATE(2008,12,31),300,0,0.15,1) → 132.16
Period 0: 134 of 365 days.
After the end
=AMORLINC(2400,DATE(2008,8,19),DATE(2008,12,31),300,7,0.15,1) → 0
After the asset is fully depreciated.
Worth knowing
- Rate is 1/life.
- The stub period uses the basis to prorate.
- AMORDEGRC for declining balance.
Where it goes wrong
- Only meaningful under French GAAP.
- Text dates return #VALUE!.
Related
Learn the moves here — or let Wauvel run them on your numbers.
Meet your AI CFO →One CFO-grade Excel tip a week
A short, practical email for finance operators — functions, shortcuts, and the moves that save an afternoon. Free, unsubscribe anytime.