描述
DB函數(shù)使用固定余額遞減法返回指定期間內(nèi)資產(chǎn)的折舊。
語法
DB (cost, salvage, life, period, [month])
爭論
Argument | 描述 | Required/Optional |
---|---|---|
Cost | The initial cost of the asset. | Required |
Salvage | The value at the end of the depreciation (sometimes called the salvage value of the asset). | Required |
Life | The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset). | Required |
Period | 您要計(jì)算折舊的期間。 期間必須使用與生命相同的單位。 |
Required |
Month | 第一年的月數(shù)。 如果省略month,則假定為12。 |
Optional |
Notes
-
固定遞減余額法以固定比率計(jì)算折舊。 DB使用以下公式計(jì)算期間的折舊-
(成本-上一期間的總折舊)*費(fèi)率
哪里,
費(fèi)率= 1-((殘廢率/成本)^(1 /壽命)),四舍五入到小數(shù)點(diǎn)后三位
第一個(gè)和最后一個(gè)期間的折舊是一種特殊情況。
-
在第一階段,DB使用此公式-
費(fèi)用*費(fèi)率*月/12
-
在最后一個(gè)期間,DB使用此公式-
((成本-上一期間的總折舊)*費(fèi)率 * (12 - month))/12
If the specified cost or the specified salvage argument is < 0, DB returns #NUM! error value.
如果指定壽命或指定周期參數(shù)≤0,則DB返回#NUM!。錯(cuò)誤值。
If the specified month argument is ≤ 0 or is > 12, DB returns #NUM! error value.
If the specified period > life and the month argument is omitted, DB returns #NUM! error value.
If the specified period > life+1, DB returns #NUM! error value.
如果任何指定的參數(shù)不是數(shù)值,則DB返回#VALUE!。錯(cuò)誤值。
適用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016文章來源:http://www.zghlxwxcb.cn/news/detail-705893.html
Example
JavaScript 中的 DB函數(shù) - 無涯教程網(wǎng)無涯教程網(wǎng)提供描述DB函數(shù)使用固定余額遞減法返回指定期間內(nèi)資產(chǎn)的折舊。 語法 DB (cost, salvage, l...https://www.learnfk.com/javascript/advanced-excel-financial-db-function.html文章來源地址http://www.zghlxwxcb.cn/news/detail-705893.html
到了這里,關(guān)于無涯教程-JavaScript - DB函數(shù)的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!