#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default IPMT Function

I need to calculate monthly payments on a loan that is interest payments
only. The interest rate is 5.25%, 30 year loan, balance of $600,000. How do I
do this with the IPMT function? I have entered =IPMT(5.25%/12,1,360,600,000)
and get nonsense. Can someone advise me on what it is I am doing wrong?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default IPMT Function

Kyoo1;

High finance is definetely not my area but here is what I got.

=IPMT(5.25%/12,1,360,600,000) == ($26.25)

I thought that it might be the case that you did not want the , in the
600000(Excel recognizes this as a "Take the next step in the calculation
process" delimiter.).

=IPMT(5.25%/12,1,360,600000) == ($2625.00)

You might also want to consider placing your interest in a separate field.
This will allow you to modify the interest rate without damaging the equation
you want.

a1 = 5.25%, a2 = 12, a3 = a1/a2, Formula is now

=IPMT(a3,1,360,600000) == ($2625.00)

I hope this helps.

God Bless

Frank Pytel




"kyoo1" wrote:

I need to calculate monthly payments on a loan that is interest payments
only. The interest rate is 5.25%, 30 year loan, balance of $600,000. How do I
do this with the IPMT function? I have entered =IPMT(5.25%/12,1,360,600,000)
and get nonsense. Can someone advise me on what it is I am doing wrong?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default IPMT Function

Thank you, Frank. Your suggestions were helpful.

"Frank Pytel" wrote:

Kyoo1;

High finance is definetely not my area but here is what I got.

=IPMT(5.25%/12,1,360,600,000) == ($26.25)

I thought that it might be the case that you did not want the , in the
600000(Excel recognizes this as a "Take the next step in the calculation
process" delimiter.).

=IPMT(5.25%/12,1,360,600000) == ($2625.00)

You might also want to consider placing your interest in a separate field.
This will allow you to modify the interest rate without damaging the equation
you want.

a1 = 5.25%, a2 = 12, a3 = a1/a2, Formula is now

=IPMT(a3,1,360,600000) == ($2625.00)

I hope this helps.

God Bless

Frank Pytel




"kyoo1" wrote:

I need to calculate monthly payments on a loan that is interest payments
only. The interest rate is 5.25%, 30 year loan, balance of $600,000. How do I
do this with the IPMT function? I have entered =IPMT(5.25%/12,1,360,600,000)
and get nonsense. Can someone advise me on what it is I am doing wrong?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default IPMT Function

On Sat, 1 Sep 2007 07:30:01 -0700, kyoo1
wrote:

I need to calculate monthly payments on a loan that is interest payments
only. The interest rate is 5.25%, 30 year loan, balance of $600,000. How do I
do this with the IPMT function? I have entered =IPMT(5.25%/12,1,360,600,000)
and get nonsense. Can someone advise me on what it is I am doing wrong?


Since the loan is Interest Only, you don't really need the IPMT function

A1: $600,000
A2: 5.25%

Pmt: =A1*A2/12

If you WANT to use the IPMT function, then you need to set PV and FV equal, so:

=IPMT(A2/12,1,360,-A1,-A1)


--ron
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default IPMT Function

Thanks, Ron for your help.

"Ron Rosenfeld" wrote:

On Sat, 1 Sep 2007 07:30:01 -0700, kyoo1
wrote:

I need to calculate monthly payments on a loan that is interest payments
only. The interest rate is 5.25%, 30 year loan, balance of $600,000. How do I
do this with the IPMT function? I have entered =IPMT(5.25%/12,1,360,600,000)
and get nonsense. Can someone advise me on what it is I am doing wrong?


Since the loan is Interest Only, you don't really need the IPMT function

A1: $600,000
A2: 5.25%

Pmt: =A1*A2/12

If you WANT to use the IPMT function, then you need to set PV and FV equal, so:

=IPMT(A2/12,1,360,-A1,-A1)


--ron



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
What is the real math behind PMT and IPMT function? Kudanil Excel Discussion (Misc queries) 5 April 4th 23 02:22 PM
PPMT & IPMT Budget Excel Worksheet Functions 3 October 13th 06 05:55 PM
IPMT Function for fractional periods Woody13 Excel Discussion (Misc queries) 1 August 15th 06 07:53 PM
IPMT and ISPMT nbrcrunch Excel Worksheet Functions 0 February 13th 05 06:03 AM
IPMT vs. ISPMT MG Excel Worksheet Functions 0 January 8th 05 03:20 AM


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