Replies: 1 comment 2 replies
-
Hi @HzdAngga First of all, you need to separate the parameters with commas and when I follow the patterns: RATE(nper, pmt, pv) it works well, Here's a working demo: https://stackblitz.com/edit/js-pkthpa?file=index.html,index.js This is also mentioned in the Microsoft tutorial. But now there is a limitation (To be confirmed with @sequba) that '=RATE(180, -10000000, 500000000)' (corrected syntax) exceeds the possible numeric value for the second parameter. If we drop one zero the error does not occur. I found that
and this is the issue that we get if we use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to do =RATE syntax with this code:
and the result will be:

i tried in google sheets and it works fine tho:

any ideas?
Beta Was this translation helpful? Give feedback.
All reactions