APR Calculation

jeffreysdunn

New Member
Joined
Nov 13, 2011
Messages
35
I have data in two columns, Column A is Date, Column B is payment information (first cell contains loan amount). Is there an Excel function that computes the implied APR that amortizes that loan?

Date Payment
9/7/2018 $(1,000.00)
9/21/2018 $165.00
10/5/2018 $165.00
10/19/2018 $165.00
11/2/2018 $165.00
11/16/2018 $190.00
11/30/2018 $181.75
12/14/2018 $173.50
12/28/2018 $165.25
1/11/2019 $157.00
1/25/2019 $148.75
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
What is your estimate of the rate?
Did you prepare an amortization schedule?
 
Upvote 0
Those data imply an extremely high APR (over 10% every two weeks)

Book1
ABCD
1DatePaymentIRR for 14 day periodAPR from IRR 14 day
29/7/2018-100010.781%1343.005%
39/21/2018165
410/5/2018165
510/19/2018165
611/2/2018165
711/16/2018190
811/30/2018181.75
912/14/2018173.5
1012/28/2018165.25
111/11/2019157
121/25/2019148.75
Sheet2
Cell Formulas
RangeFormula
C2C2=IRR(B2:B12)
D2D2=(1+C2)^(365/14)-1


using an initial loan value of -1650 gives a more realistic rate of return

DatePaymentIRR for 14 day periodAPR from IRR 14 day
9/7/2018-16500.291%7.867%
9/21/2018165
10/5/2018165
10/19/2018165
11/2/2018165
11/16/2018190
11/30/2018181.75
12/14/2018173.5
12/28/2018165.25
1/11/2019157
1/25/2019148.75
 
Upvote 0
Try preparing an amortization schedule and then use Data Goal seek.
I get a little higher than 281%
 
Upvote 0
Solution
Try preparing an amortization schedule and then use Data Goal seek.
I get a little higher than 281%
Thank you, those are just made up numbers. I actually did what you suggested, but I'm preparing this for presentation (in court) and don't want to go through the explanation of goal-seek and iterative processes. The Amortization schedule works well but I was hoping there was an APR function in Excel.
 
Upvote 0
Try preparing an amortization schedule and then use Data Goal seek.
I get a little higher than 281%
Thank you, those are just made up numbers. I actually did what you suggested, but I'm preparing this for presentation (in court) and don't want to go through the explanation of goal-seek and iterative processes. The Amortization schedule works well but I'm just a little
 
Upvote 0
Why not prepare the amortization schedule and then you can just state the interest charged was x%,?
 
Upvote 0

Forum statistics

Threads
1,215,729
Messages
6,126,524
Members
449,316
Latest member
sravya

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