Hi,
I am developing a canvas app that involves financial calculations that are normally calculated in Excel.
I am struggling with the calculation of rate and nper in PowerFx.
I am hoping that someone can help write the following excel formulas in PowerFx:
RATE(nper, pmt, pv, [fv], [type], [guess])
NPER(rate,pmt,pv,[fv],[type])