描述
NPER函数基于定期,固定付款和固定利率返回投资的期数。
语法
NPER (rate,pmt,pv,[fv],[type])
争论
Argument | 描述 | Required/Optional |
---|---|---|
Rate | The interest rate per period. | Required |
Pmt |
在每个期间付款。 在年金的使用期限内,它不能改变。 通常,pmt包含本金和利息,但不包含其他费用或税金。 |
Required |
Pv | The present value, or the lump-sum amount that a series of future payments is worth right now. | Optional |
Fv |
您希望在最后一次付款后获得的终值或现金余额。 如果省略fv,则假定为0(如,贷款的终值是0)。 |
Optional |
Type |
数字0或1,表示应付款的时间。参见下表。 如果省略type,则假定为0。 |
Optional |
设置等于 | 是否应付款 |
---|---|
0 | 期末 |
1 | 在期初 |
有关NPER中参数的完整说明以及有关年金函数的更多信息,请参见PV。
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016
Example
参考链接
https://www.learnfk.com/javascript/advanced-excel-financial-nper-function.html
标签:pmt,JavaScript,Required,Excel,无涯,付款,NPER,Optional From: https://blog.51cto.com/u_14033984/7437141