View Single Post
  #3   Report Post  
Fred Smith
 
Posts: n/a
Default

As I interpret it, you want to know the monthly payment if the interest is
compounded daily.

The difficulty is that to use any financial function, the periods for the
payment and interest rate must be the same. As your payments are monthly, you
need to convert your interest rate into a monthly equivalent.

For use in your formula, you need to convert the your nominal annual rate to an
effective monthly rate, then to a nominal monthly rate. The formula:

=PMT(NOMINAL(EFFECT(6%,365),12)/12,30*12,100000)

gives a result of $600.48.

--
Regards,
Fred


"kudos" wrote in message
...

Loan amount = $100,000
Annual interest = 6%
Tenure = 30yrs

Monthly rest instalment
=PMT(6%/12,30*12,100000)
=$599.55

What is the formula for Daily rest instalment
From financial calculator the answer is $600.48

Please help


--
kudos
------------------------------------------------------------------------
kudos's Profile:
http://www.excelforum.com/member.php...o&userid=27866
View this thread: http://www.excelforum.com/showthread...hreadid=473724