Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 202
Default PMT function question

I have a question regarding the PMT funtion. Example: loan amount = 10000,
Annual % rate is 7.5%, term is 5 years, payments per year is 12.
The regular function would be: PMT(%/12, 5*12,-10000)

How do you set this up using daily interest instead of monthly interest with
a monthly payment.

Or, is the PMT function the correct function to use??
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default PMT function question

All financial functions require that the interest rate and the payment
represent the same period. As your payment is monthly, you need to have a
monthly interest rate. To convert, follow this example.

1. Suppose your interest rate is 6% compounded daily.
2. If you borrowed $1, how much money would you owe after one month? That
will tell you what your compounded monthly interest rate is. Calculate
using:
3. =FV(6%/365,365/12,0,-1)
4. =1.005012, so your monthly rate is 0.5012%
5. Put everything together like:

=pmt(fv(6%/365,365/12,0,-1)-1,5*12,-10000)

Regards,
Fred.

"Dennis" wrote in message
...
I have a question regarding the PMT funtion. Example: loan amount = 10000,
Annual % rate is 7.5%, term is 5 years, payments per year is 12.
The regular function would be: PMT(%/12, 5*12,-10000)

How do you set this up using daily interest instead of monthly interest
with
a monthly payment.

Or, is the PMT function the correct function to use??


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

The effective monthly rate with daily compounding is given by (1+r/360)
^d, where d is the number of days in the period.

=PMT((1+7.5%/360)^30-1,5*12,-10000)

HTH
Kostis Vezerides

On Nov 26, 9:26*pm, Dennis wrote:
I have a question regarding the PMT funtion. Example: loan amount = 10000,
Annual % rate is 7.5%, term is 5 years, payments per year is 12.
The regular function would be: PMT(%/12, 5*12,-10000)

How do you set this up using daily interest instead of monthly interest with
a monthly payment.

Or, is the PMT function the correct function to use??


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
IF Function Question Michelle A Excel Worksheet Functions 3 July 22nd 08 02:42 AM
IF function question JE Excel Worksheet Functions 1 June 3rd 08 06:40 PM
FUNCTION QUESTION joseph robert Excel Discussion (Misc queries) 5 March 19th 07 04:11 PM
IF function Question Machineman Excel Worksheet Functions 5 November 26th 06 11:48 PM
Function question Tim Excel Discussion (Misc queries) 10 February 23rd 06 12:11 PM


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