Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 96
Default 30 year mortgage spreadsheet

I need to program a spreadsheet for a 30 year fixed mortgage on an amount of
500k with 108 down, 12 pymts a year. 7.5 rate
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default 30 year mortgage spreadsheet

You want the PMT Function. It will look like this...

=PMT(0.075/12, 12*30, -500000+108000, 0)
The answer is $2,740.92

--
HTH...

Jim Thomlinson


"Pammy" wrote:

I need to program a spreadsheet for a 30 year fixed mortgage on an amount of
500k with 108 down, 12 pymts a year. 7.5 rate

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default 30 year mortgage spreadsheet

something simple that may work for you. just test it to make sure.



a2 7.5%
a3 360
a4 392,000

b6 =(PMT($A$2/12, $A$3, $A$4))*-1
c6 =(IPMT($A$2/12, $A$3*3, $A$4/12, $A$4-D5))*-1
d6 =B6-C6
b7 =(PMT($A$2/12, $A$3, $A$4))*-1
c7 =(IPMT($A$2/12, $A$3*3, $A$4/12, $A$4-SUM($D$5:D6)))*-1
c8 =B7-C7

replicate b7:d7 down


--


Gary


"Pammy" wrote in message
...
I need to program a spreadsheet for a 30 year fixed mortgage on an amount of
500k with 108 down, 12 pymts a year. 7.5 rate



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
Looking for Mortgage Calculation Spreadsheet Anonymous Excel Discussion (Misc queries) 2 September 20th 06 03:24 PM
Interest PMNT per Year on Mortgage ziak Excel Discussion (Misc queries) 2 March 23rd 06 02:33 AM
Mortgage Spreadsheet sammy2x Excel Discussion (Misc queries) 4 January 23rd 06 07:53 AM
mortgage loan spreadsheet type Excel Programming 0 July 9th 05 10:17 PM
Subtotal by Year, Large Spreadsheet? Ron de Bruin Excel Programming 0 May 14th 05 09:37 PM


All times are GMT +1. The time now is 09:56 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"