Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello and thank you in advance for your guidance... creating a spread
sheet for mortgage calculations and have first and second mtgs to calculate. I seem not to be able to 'formulate' the following type for second mortgages: % of sales price (from another cell) * rate/term = PMT any one can assist on this? Using Excel 2002. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
" wrote:
creating a spread sheet for mortgage calculations and have first and second mtgs to calculate. I confess that I do not fully understand your terminology, and I would very much like to learn. Can you explain your situation a little more, especially what you mean by "first and second mtgs" -- mortgages? I seem not to be able to 'formulate' the following type for second mortgages: % of sales price (from another cell) * rate/term = PMT Well, taking what you stated literally, the PMT would be: =A1*B1*C1/D1 where A1 is the sales price, B1 is the percentage, C1 is the rate per payment period, and D1 is the number of payments (term). If you have the annual nominal rate in C1, then replace "C1" above with "C1/D1". And if have the term in years in D1, then replace all instances of "D1" with "D1/12" if you want monthly payments. But why would the payment for a second mortgage be determined differently from a first mortgage. PMT for a first mortgage is usually: =PMT(C1, D1, -A1*B1) Caveat: Since I do not fully understand your terminology, my answer is not dispositive. Take it with a grain of salt. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif formulas change after doing a sort | Excel Worksheet Functions | |||
Mortgage Formulas | New Users to Excel | |||
Array Formulas take waaaay too long... | Excel Worksheet Functions | |||
Problem with named formula's | Excel Worksheet Functions | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |