excel cumipmt 公式到 Coldfusion
我正在尝试在coldfusion中复制excel的cumipmt公式(开始期和结束期之间贷款支付的累积利息)。
Excel 的版本采用利率、nper [付款期总数]、现值、开始、结束和类型 [等于 0]。
有人有方程式吗?
I am trying to replicate excel's cumipmt formula (cumulative interest paid on a loan between start period and end period) in coldfusion.
Excel's version takes rate, nper [total number of payment periods], present value, start, end and type [equals 0].
Does anybody have the equation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为这只是一个可以找到两个时期之间支付的累积利息的方程式或公式。这是你必须做的
这个CUMIPMT计算器使用上述或类似的计算累积的算法贷款利息
I don't think it is just a single equation or formula with which you can find cumulative interest paid between two periods. This is what you have to do
This CUMIPMT Calculator uses the above or similar algorithm to calculate the cumulative interest paid on a loan