#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default PMT function?

Excel XP. I want to modify the PMT function or find another function that
will allow me to see the results of a constant payment with a fixed interest
rate (what the PMT function does) but what the effect would be of adding an
additional $100.00 per month to the normal payment.
For example, over the period of a 5 year loan, how many fewer payments than
the 60 would the additional $100.00 per month achieve?
--
ray
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default PMT function?

"Goal Seek" Perhaps. It's in the Tools menu



"rayteach" wrote:

Excel XP. I want to modify the PMT function or find another function that
will allow me to see the results of a constant payment with a fixed interest
rate (what the PMT function does) but what the effect would be of adding an
additional $100.00 per month to the normal payment.
For example, over the period of a 5 year loan, how many fewer payments than
the 60 would the additional $100.00 per month achieve?
--
ray

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,290
Default PMT function?


Look at the NPER function.
It returns the number of periods for an investment based on periodic,
constant payments and a constant interest rate.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins - download the free trial of the "Calculate Payment" add-in)



"rayteach"
wrote in message
Excel XP. I want to modify the PMT function or find another function that
will allow me to see the results of a constant payment with a fixed interest
rate (what the PMT function does) but what the effect would be of adding an
additional $100.00 per month to the normal payment.
For example, over the period of a 5 year loan, how many fewer payments than
the 60 would the additional $100.00 per month achieve?
--
ray
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default PMT function?

Thank you for your response but I don't see how the NPER function goes beyond
the PMT. I could not see how to make addition payments using the NPER
function. Ray
--
ray


"Jim Cone" wrote:


Look at the NPER function.
It returns the number of periods for an investment based on periodic,
constant payments and a constant interest rate.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins - download the free trial of the "Calculate Payment" add-in)



"rayteach"
wrote in message
Excel XP. I want to modify the PMT function or find another function that
will allow me to see the results of a constant payment with a fixed interest
rate (what the PMT function does) but what the effect would be of adding an
additional $100.00 per month to the normal payment.
For example, over the period of a 5 year loan, how many fewer payments than
the 60 would the additional $100.00 per month achieve?
--
ray

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default PMT function?

Thank you for your response but I cannot see how the Goal Seek function
allows me to achieve my desired result. Ray
--
ray


"rayteach" wrote:

Excel XP. I want to modify the PMT function or find another function that
will allow me to see the results of a constant payment with a fixed interest
rate (what the PMT function does) but what the effect would be of adding an
additional $100.00 per month to the normal payment.
For example, over the period of a 5 year loan, how many fewer payments than
the 60 would the additional $100.00 per month achieve?
--
ray



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,290
Default PMT function?


1. You know the number of payments required and the $ amount from the PMT function.
2. Add $100 to that payment and use the NPER function to
determine the new number of payments required.
3. Subtract number of payments in #2 from number of payments in #1.
'--
Sample data using PMT function...
Loan: $25,000
Interest rate: 6.00 %
Term: 5 years
Payments per year: 12
Number of payments: 60
Payment at end of period.
Payment: $483.32
Total payments: $28,999
--
Sample data using NPER function...
Loan: $25,000
Interest rate: 6.00 %
Term: 4 years
Payments per year: 12
Number of payments: 48.4 '<<<<<Result
Payment at end of period.
Payment: $583.32 '<<<<<$100 more
Total payments: $28,206
'--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(I used the Calculate Payments Excel add-in)




"rayteach"
wrote in message
Thank you for your response but I don't see how the NPER function goes beyond
the PMT. I could not see how to make addition payments using the NPER
function. Ray
--
ray


"Jim Cone" wrote:
Look at the NPER function.
It returns the number of periods for an investment based on periodic,
constant payments and a constant interest rate.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins - download the free trial of the "Calculate Payment" add-in)



"rayteach"
wrote in message
Excel XP. I want to modify the PMT function or find another function that
will allow me to see the results of a constant payment with a fixed interest
rate (what the PMT function does) but what the effect would be of adding an
additional $100.00 per month to the normal payment.
For example, over the period of a 5 year loan, how many fewer payments than
the 60 would the additional $100.00 per month achieve?
--
ray

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default PMT function?

Thank you so much. It is the perfect solution once you lay it out so nicely
for me. Thanks again.
--
ray


"Jim Cone" wrote:


1. You know the number of payments required and the $ amount from the PMT function.
2. Add $100 to that payment and use the NPER function to
determine the new number of payments required.
3. Subtract number of payments in #2 from number of payments in #1.
'--
Sample data using PMT function...
Loan: $25,000
Interest rate: 6.00 %
Term: 5 years
Payments per year: 12
Number of payments: 60
Payment at end of period.
Payment: $483.32
Total payments: $28,999
--
Sample data using NPER function...
Loan: $25,000
Interest rate: 6.00 %
Term: 4 years
Payments per year: 12
Number of payments: 48.4 '<<<<<Result
Payment at end of period.
Payment: $583.32 '<<<<<$100 more
Total payments: $28,206
'--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(I used the Calculate Payments Excel add-in)




"rayteach"
wrote in message
Thank you for your response but I don't see how the NPER function goes beyond
the PMT. I could not see how to make addition payments using the NPER
function. Ray
--
ray


"Jim Cone" wrote:
Look at the NPER function.
It returns the number of periods for an investment based on periodic,
constant payments and a constant interest rate.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins - download the free trial of the "Calculate Payment" add-in)



"rayteach"
wrote in message
Excel XP. I want to modify the PMT function or find another function that
will allow me to see the results of a constant payment with a fixed interest
rate (what the PMT function does) but what the effect would be of adding an
additional $100.00 per month to the normal payment.
For example, over the period of a 5 year loan, how many fewer payments than
the 60 would the additional $100.00 per month achieve?
--
ray


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
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


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