Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
cfspahn24
 
Posts: n/a
Default How do I do an amortization schedule knowing the princ, int rate,.

How to get an amortization schedule knowing principle, APR, and payment
amount? I want to know how long it will take to pay off using different pmt
amoynts.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default How do I do an amortization schedule knowing the princ, int rate,.

Checkout:

http://office.microsoft.com/en-us/te...197771033.aspx
--
Gary''s Student


"cfspahn24" wrote:

How to get an amortization schedule knowing principle, APR, and payment
amount? I want to know how long it will take to pay off using different pmt
amoynts.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
cfspahn24
 
Posts: n/a
Default How do I do an amortization schedule knowing the princ, int ra

This template only works when you already know the loan period.

"Gary''s Student" wrote:

Checkout:

http://office.microsoft.com/en-us/te...197771033.aspx
--
Gary''s Student


"cfspahn24" wrote:

How to get an amortization schedule knowing principle, APR, and payment
amount? I want to know how long it will take to pay off using different pmt
amoynts.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bruno Campanini
 
Posts: n/a
Default How do I do an amortization schedule knowing the princ, int rate,.

"cfspahn24" wrote in message
...
How to get an amortization schedule knowing principle, APR, and payment
amount? I want to know how long it will take to pay off using different
pmt
amoynts.


Given:
C = Principle
P = Payment
i = interest
n = months or quarters or years, etc
(i must be related to n)


P - C i
Log -----------
P
n = ----------------------
1
Log ----------
1 + i

I don't know how/if Excel handles this formula.
For finacial calculations I do normally use
mathematical formulas.

Ciao
Bruno


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default How do I do an amortization schedule knowing the princ, int ra

Bruce's formula is correct. I am not sure if there is a direct formula that
returns period, but:


put 5 in A1 (years)
put 8% in B1 (rate)
put 100 in C1 (payment)
put 0 in D1 (type)
put =PV(B1/12,A1*12,-C1,0,0) in E1 (amount financed)

you will see $4,931.84 in E1. Since you want to calculate the years and not
the amount financed), then click on E1 and pull-down:

Tools Goal Seek... and enter your desired amount inthe value field and A1
in the changing field.

You will now have the payoff time.
--
Gary's Student


"Bruno Campanini" wrote:

"cfspahn24" wrote in message
...
How to get an amortization schedule knowing principle, APR, and payment
amount? I want to know how long it will take to pay off using different
pmt
amoynts.


Given:
C = Principle
P = Payment
i = interest
n = months or quarters or years, etc
(i must be related to n)


P - C i
Log -----------
P
n = ----------------------
1
Log ----------
1 + i

I don't know how/if Excel handles this formula.
For finacial calculations I do normally use
mathematical formulas.

Ciao
Bruno





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
cfspahn24
 
Posts: n/a
Default How do I do an amortization schedule knowing the princ, int ra

Thank you gentlmen, you have been most helpful!

"Gary''s Student" wrote:

Bruce's formula is correct. I am not sure if there is a direct formula that
returns period, but:


put 5 in A1 (years)
put 8% in B1 (rate)
put 100 in C1 (payment)
put 0 in D1 (type)
put =PV(B1/12,A1*12,-C1,0,0) in E1 (amount financed)

you will see $4,931.84 in E1. Since you want to calculate the years and not
the amount financed), then click on E1 and pull-down:

Tools Goal Seek... and enter your desired amount inthe value field and A1
in the changing field.

You will now have the payoff time.
--
Gary's Student


"Bruno Campanini" wrote:

"cfspahn24" wrote in message
...
How to get an amortization schedule knowing principle, APR, and payment
amount? I want to know how long it will take to pay off using different
pmt
amoynts.


Given:
C = Principle
P = Payment
i = interest
n = months or quarters or years, etc
(i must be related to n)


P - C i
Log -----------
P
n = ----------------------
1
Log ----------
1 + i

I don't know how/if Excel handles this formula.
For finacial calculations I do normally use
mathematical formulas.

Ciao
Bruno



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
creating a rate schedule Melissa Excel Worksheet Functions 3 August 22nd 05 05:27 AM
Is there an adjustable rate amortization schedule in Excel? dbmmsg Excel Worksheet Functions 1 May 19th 05 09:47 PM
Loan amortization schedule AMS228 New Users to Excel 0 April 30th 05 02:56 AM
ARM mortgage amortization schedule Newt Excel Discussion (Misc queries) 2 April 15th 05 09:04 PM
Variable rate loan amortization template ColoAvsPuckhead Excel Discussion (Misc queries) 0 April 7th 05 05:29 PM


All times are GMT +1. The time now is 11:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"