Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / October 2006

Tip: Looking for answers? Try searching our database.

APR - RATE Function

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jonathan Rigley - 27 Oct 2006 13:29 GMT
Hi,

I am trying to use the RATE Function to calculate the Annual Percentage Rate
for the following Loan:

Loan Amount £300
Payments £15 a week
Duration 30 Weeks
Charges £150
Total Amount Payable £450

The Formula I am using is not giving me the correct result which should be
330%, can any one see where I am going wrong ?

=(RATE(30,-15,300*(50%),0,0))

TIA
Jonathan
Fred Smith - 28 Oct 2006 03:08 GMT
You have two problems. First your parameters to the Rate function are not
correct. Why would you specify PV as 300*(50%)? That equals 150, which is
definitely not your PV. Just enter the loan amount of 300. The total amount
payable is a red herring, which you don't have to enter. Rate knows the total
amount by multiplying the term by the payment. Once corrected, you will find:

=rate(30,-15,300)  = 2.84%

Remember, as in all financial functions, this is the *periodic* interest rate.
Because your payment period is weekly, you have to convert this to an annual
rate. There are several methods, but I prefer the FV function. You need to ask
the question, if I'm being charge 2.84%/week interest, how much will I owe in a
year if I make no payments? That will tell you the APR. The formula you need is:

=fv(rate(30,-15,300),52,0,-1)-1  =329.98%

Signature

Regards,
Fred

> Hi,
>
[quoted text clipped - 14 lines]
> TIA
> Jonathan
Jonathan Rigley - 28 Oct 2006 15:25 GMT
Hi Fred,

Thank you, I think I did get it wrapped around me neck a little bit !

Thanks for your time and the explanation.
Jonathan

> You have two problems. First your parameters to the Rate function are not
> correct. Why would you specify PV as 300*(50%)? That equals 150, which is
[quoted text clipped - 30 lines]
> > TIA
> > Jonathan
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.