what if behaviour

lezawang

Well-known Member
Joined
Mar 27, 2016
Messages
1,805
Office Version
  1. 2016
Platform
  1. Windows
Hello
I am trying to use what-if to calculate the rate if the payment is known. In this example if the interest rate is 4% then the payment is -736.66. Now I want to know what is the interest rate if the payment is -1000, What-If gave me the answer which is 17%. I thought if the payment is higher then the interest rate should be low. Am I right?

loan
40000
term
60
rate
4%
payment
=pmt(A3/12,A2,A1)

<tbody>
</tbody>

Any help would be very much appreciated.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
The periodic payments in an annuity include both principal and interest; the higher the payments, the higher the implied interest rate, and vice versa.

It's not necessary to use GoalSeek. You can simply use the other financial functions to calculate the inherent implied Rate given the Payment, Loan and Term. Like this:

ABC
1loan40,000.0040,000.00
2term6060
3rate4%17.27%
4payment-736.66-1,000.00

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet55

Worksheet Formulas
CellFormula
C3=RATE(C2,C4,C1)*12
B4=PMT(B3/12,B2,B1)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0
In this example if the interest rate is 4% then the payment is -736.66. Now I want to know what is the interest rate if the payment is -1000, What-If gave me the answer which is 17%. I thought if the payment is higher then the interest rate should be low. Am I right?

Obviously not. Perhaps this will you help you understand conceptually. In your example, you will pay back the principal of 40,000 over 60 months in either case. With 60 payments of 736.66, the total payment is 44,199.60, which is 40,000 principal plus 4199.60 total interest. With 60 payments of 1000, the total payment is 60,000, which is 40,000 plus 20,000 total interest. More total interest means a higher interest rate.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,922
Messages
6,122,281
Members
449,075
Latest member
staticfluids

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