Determine Appreciated Value after a certain number of years

kpierce

Board Regular
Joined
Jun 21, 2010
Messages
76
Hello:
I'm needing a little help.

I'm trying to determine the principal that has been paid on a loan after a certain number of years.

For example:
A1 = Purchase Price: $100,000
A2 = Interest Rate: 5.5
A3 = Loan Duration: 30
A4 = Number of Years before refi: 15

=-PMT(A2/12,A3*12,A1)
= $568 (Monthly payment)

How can I determine principal that has been paid after 15 years(A4).

I appreciate your help.
Regards,
kp
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
How about:

Book1
ABCD
1Loan Amount$100,000.00
2Interest Rate5.50%
3Years30
4Number of Years before refi15-$30,510.28
5Monthly Payment$567.79
6
7Principal for Payment #1$109.46
8
Sheet1
Cell Formulas
RangeFormula
C4C4=CUMPRINC(B2/12,B3*12,B1,1,B4*12,0)
B5B5=PMT(B2/12,B3*12,-B1)
C7C7=PPMT(B2/12,B7,B3*12,-B1)
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

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