DB function in Google Sheets
Calculates the depreciation of an asset for a specified period using the arithmetic declining balance method.
=DB(cost, salvage, life, period, [month])DB syntax and parameters
Five arguments, four required.
- costnumberRequired
The initial cost of the asset.
- salvagenumberRequired
The value of the asset at the end of depreciation.
- lifenumberRequired
The number of periods over which the asset is depreciated.
- periodnumberRequired
The single period within life for which to calculate depreciation.
- monthnumberOptional
[ OPTIONAL - 12 by default ] - The number of months in the first year of depreciation.
DB examples
Formulas you'll actually reuse.
Fixed-declining-balance depreciation in year 1 (rate ≈ 30.1%):
=DB(24000, 4000, 5, 1)Result
7224Bought mid-year — only six months of depreciation in year 1:
=DB(24000, 4000, 5, 1, 6)Result
3612
DB in Excel
Same name — your formula ports as-is.
Try DB in the playground
Edit the example — nothing to install.
Preloaded with the DB formula from Example 1 — change anything and watch it respond.
Related functions
More ways Google Sheets gets this done.
- ACCRINTCalculates the accrued interest of a security that has periodic payments.FinancialExcel
- ACCRINTMCalculates the accrued interest of a security that pays interest at maturity.FinancialExcel
- AMORLINCReturns the depreciation for an accounting period, or the prorated depreciation if the asset was purchased in the middle of a period.FinancialExcel
- COUPDAYBSCalculates the number of days from the first coupon, or interest payment, until settlement.FinancialExcel
- COUPDAYSCalculates the number of days in the coupon, or interest payment, period that contains the specified settlement date.FinancialExcel
- COUPDAYSNCCalculates the number of days from the settlement date until the next coupon, or interest payment.FinancialExcel