PMT formula with multiple interest rate

shivanimanna

New Member
Joined
Oct 7, 2016
Messages
3
Hello

I would like to use the PMT formula to calculate interest rate in situation where interest rate is changing.

For example
Loan Amount = 100,000
Initial Interest Rate = 5% for 24 months
which reverts to 8% for next 276 months

EMI for first 2 years = PMT (0.05/12, 24, 100000, FUTURE_VALUE)
EMI for next 23 years = PMT (0.08/12, 276, FUTURE_VALUE, 0)
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Try:-
[TABLE="width: 383"]
<colgroup><col width="79" style="width: 59pt; mso-width-source: userset; mso-width-alt: 2816;"> <col width="217" style="width: 163pt; mso-width-source: userset; mso-width-alt: 7708;"> <col width="215" style="width: 161pt; mso-width-source: userset; mso-width-alt: 7651;"> <tbody>[TR]
[TD="class: xl66, width: 79, bgcolor: #92D050, align: right"]£584.59[/TD]
[TD="class: xl64, width: 217, bgcolor: transparent"]=PMT(0.05/12,300,-100000)[/TD]
[TD="class: xl63, width: 215, bgcolor: transparent"]Pmt for 24 mths[/TD]
[/TR]
[TR]
[TD="class: xl65, bgcolor: yellow, align: right"]£95,770.70[/TD]
[TD="class: xl64, bgcolor: transparent"]=FV(0.05/12,24,584.59,-100000)[/TD]
[TD="class: xl63, bgcolor: transparent"]Remaining value @ 24 Mths[/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #92D050, align: right"]£759.90[/TD]
[TD="class: xl64, bgcolor: transparent"]=PMT(0.08/12,276,-95770.7)[/TD]
[TD="class: xl63, bgcolor: transparent"]Pmt for 276 Mths[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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