Finance formula question

Juan Pablo González

MrExcel MVP
Joined
Feb 8, 2002
Messages
11,959
Hey guys,

I think I have a fair understanding of the finance formulas, but I'm kind of confused today, so I could use some help.

Let's say I have a standard loan, Term = 60 months, APR = 8%, Financed amount = $20,000. This gives me the pmt of $405.53 which is ok.

The issue is that I have to include a "prepaid" fee, and then calculate the "real" APR rate, based on that. Like this:
Book2
ABCD
1Term6060
2Finance$20,000.00$20,000.00
3Prepaid$0.00$100.00
4BaseAPR8.000000%8.000000%
5PMT$405.53$407.56
6DiscAPR8.000000%8.211521%
Sheet1


Formulas:

C1: =$B$1
C2: =$B$2
B5:C5: =PMT(B4/12,B1,-B2-B3)
B6:C6: =RATE(B1,B5,-B2)*12

Now, the issue that I have is, having the Term (60), the Financed amount ($20,000), Prepaid fee ($100), the real APR (8.2115%) and PMT ($407.56), how can I calculate the "original" APR ? (8.000%)

I found this but it gets off with low financed amounts and terms:
Book2
EFGH
1Term60
2Financed$20,000.00
3Prepaid$100.00
4DiscAPR8.211521%
5PMT$407.56
6
7$405.52
87.999%
Sheet1


Formulas:

F1: =$B$1
F2: =$B$2
F4: =C6
F5: =PMT(F4/12,F1,-F2)
F7: =PMT(F4/12,F1,-F2+F3)
F8: =RATE(F1,F7,-F2)*12

the 7.999% is close enough rounding to 2 decimals, but if I use $5000 for the financed amount, I get off by too much !
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
:biggrin: yep ! seems to be... man, I've spent 8 hours on this... I knew it *had* to be simple... I was doing a goal seek algorithm already...

So, thanks ! :)
 
Upvote 0

Forum statistics

Threads
1,214,927
Messages
6,122,309
Members
449,080
Latest member
jmsotelo

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