Build a Fixed Asset Depreciation Template in Excel with Claude AI
This course gives you a Claude prompt that converts a basic asset register into a full depreciation schedule in Excel. The output includes annual depreciation amounts, accumulated depreciation, and net book value for every asset — calculated using whichever method your policy requires (straight-line, declining balance, or sum-of-years' digits).
The Completed Depreciation Schedule
Below is what Claude produces. Each asset gets its own row with the depreciation method applied, and a running NBV column that stops at salvage value when the asset is fully depreciated.
- Supports straight-line (SLN), double declining balance (DDB), and sum-of-years' digits (SYD)
- Depreciation stops automatically when NBV reaches salvage value
- Mid-year additions are prorated based on the in-service date you provide
- Total row sums annual depreciation across all assets for journal entry posting
Depreciation is a key step in the month-end close checklist. If your depreciation feeds into a broader capital expenditure plan, see the CapEx planning template course.
Prepare Your Asset Register for Claude
Claude builds the depreciation schedule from an asset register you provide. Each asset needs five pieces of information. Missing any of these means Claude has to guess — and guessing is exactly what the prompt's guardrails prevent.
Specify the depreciation method per asset
Tell Claude which method to use for each asset — or state a blanket policy (e.g. "use straight-line for all unless I specify otherwise"). The prompt supports SLN, DDB, and SYD. If you need a method not listed, describe the calculation logic and Claude will build the formula.
Include salvage values — even if zero
A missing salvage value is ambiguous: does it mean £0 or "I forgot to include it"? Write 0 explicitly so Claude doesn't flag it as an error.
Add in-service dates for proration
If an asset was placed in service mid-year, the first year's depreciation should be prorated. Include the exact date. Tell Claude your convention: half-year, mid-month, or exact-day proration.
Decide on annual vs monthly granularity
Most depreciation schedules are annual. If you need monthly breakdowns (common for management reporting), say so in the prompt. Claude will divide annual amounts by 12 or apply the monthly convention you specify.
The Claude Prompt for a Fixed Asset Depreciation Schedule
Paste this prompt into Claude with your asset register data. The prompt specifies guardrails so Claude won't invent asset values or assume a depreciation method you haven't chosen.
Choosing the Right Depreciation Method
The method you pick affects annual expense, tax deductions, and NBV over time. Here's how the three standard methods compare for a £40,000 asset with £4,000 salvage and a 5-year life:
If your organisation is evaluating future capital expenditures alongside current depreciation, the budget variance analysis course covers how to compare planned vs. actual asset spending in a structured Excel report.
Frequently Asked Questions
SLN function, which takes three arguments: cost, salvage value, and useful life. The formula is =SLN(cost, salvage, life). Claude can also build the calculation manually as (Cost − Salvage) / Life if you prefer to see the logic explicitly.Related Excel Finance Courses
Find all Excel-focused finance courses on the AI for Excel hub page, or browse the full AI for Finance Teams collection.