RATE FORMULA IN EXCEL

dmkrish

New Member
Joined
Aug 23, 2007
Messages
6
Hello,
I would like to know the formula used in excel for rate function. Anybody knows and can share with me ? as i need to use that in other programmining language where these financial functions are not available.

Thanks
dmkrish
 
Good Morning PGC
I took it from ur example Rate(7,0,-2000,3000) (=5.96%) and noticed same problem as u have noticed by giveing nper=7,pv=3000 & pmt=-2000; then what values nper,pmt,pv should have this and other examples? Rate(48, -200, 8000) (=0.77%),Rate(10*1, -1000, 6500) (=8.71%)

Thanks & Regards
dmkrish
 
Upvote 0

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Good morning to you too, dmkrish

what values nper,pmt,pv should have this and other examples? Rate(48, -200, 8000) (=0.77%),Rate(10*1, -1000, 6500) (=8.71%)

I'm sorry but I don't understand. The value of the parameters in MyRate() are the same as in Rate().

I just tried your examples and it worked OK:

In B3: =Rate(48, -200, 8000)
In B4: =MyRate(48, -200, 8000)
In both cases I had the same result: 0.77%

In B6: =Rate(10*1, -1000, 6500)
In B7: =MyRate(10*1, -1000, 6500)
In both cases I had the same result: 8.71%

Am I missing something?
Book1
ABCD
1
2
3Rate(48,-200,8000)0.77%
4MyRate(48,-200,8000)0.77%
5
6Rate(10*1,-1000,6500)8.71%
7MyRate(10*1,-1000,6500)8.71%
8
Sheet2


I'm leaving for some hours now but please post back and I'll answer later.

Kind regards
PGC
 
Upvote 0

Forum statistics

Threads
1,215,327
Messages
6,124,281
Members
449,149
Latest member
mwdbActuary

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top