在excel 中是这样的函数
=IFERROR((-PMT(F6/12,F5,F4*F3*(1-F9)*(1-F10))*F5-F4*F3*(1-F9)*(1-F10))/1.06,)
想实现这个公式:月还款额=本金 *月利率 * (1+月利率)^n/[(1+月利率)^n-1]
已有本金,月利率,但是不知道该怎么写(1+月利率)^n/[(1+月利率)^n-1]
我在帆软中该如何实现啊
参考:财务函数插件-https://help.fanruan.com/finereport/doc-view-3624.html
JS应用office函数公式formula.js库-https://help.fanruan.com/finereport/doc-view-2933.html
常用函数集合插件-https://help.finereport.com/doc-view-1493.html