#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Loan Amount

How do I make a formula to find a loan amount that I can get if I know the :
Interest rate
the payment amount I can make
30 year loan monthly payments

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default Loan Amount

On Oct 26, 5:20 pm, Chachi wrote:
How do I make a formula to find a loan amount that I can get if I know the :
Interest rate
the payment amount I can make
30 year loan monthly payments


For example, assuming a US loan or similar (specifically not
Canadian), if the nominal interest rate is 6% and the desired monthly
payment is $1200

=rounddown(pv(6%/12, 30*12, -1200), 0)

ROUNDDOWN() above rounds down to a dollar amount. I round down in
order to ensure that the monthly payment does not exceed $1200.

Note that I specify the "nominal interest rate", not the APR.
Sometimes, the advertised APR includes amounts that are not used in
computing the periodic loan payment (or in your case, the loan amount).

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
using excel to calculate loan amount. mercury Excel Worksheet Functions 1 June 26th 06 08:16 PM
loan amount pay per share investor420 Excel Worksheet Functions 3 January 13th 06 08:43 PM
Is there a formula in Excel to calculate a loan amount? DTOLLEN Excel Worksheet Functions 5 November 2nd 05 09:48 PM
Need "reverse" amortization; calculate loan amount MLSanders Excel Worksheet Functions 2 June 27th 05 04:21 PM
I need a loan calculator that you can plug in the payment amount payment amount loan calculator Excel Discussion (Misc queries) 5 May 30th 05 09:30 AM


All times are GMT +1. The time now is 04:42 PM.

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

About Us

"It's about Microsoft Excel"