+ Reply to Thread
Results 1 to 4 of 4

to compute interest rate from principal and interest amount

  1. #1
    PVJ
    Guest

    to compute interest rate from principal and interest amount

    Principal amount $100
    interest amount $2
    i need to repay $102 in 24 instalments
    i want the function in excel to compute the interest rate for the computing
    the interest rate one month so that the principal plus the interest for 24
    months cumulates to $102

  2. #2
    Niek Otten
    Guest

    Re: to compute interest rate from principal and interest amount

    =RATE(24,102/24,-100,102)

    --
    Kind regards,

    Niek Otten

    "PVJ" <PVJ@discussions.microsoft.com> wrote in message
    news:E304FC3A-84C6-498B-A672-39F718BBDC47@microsoft.com...
    > Principal amount $100
    > interest amount $2
    > i need to repay $102 in 24 instalments
    > i want the function in excel to compute the interest rate for the
    > computing
    > the interest rate one month so that the principal plus the interest for 24
    > months cumulates to $102




  3. #3
    Jim Cone
    Guest

    Re: to compute interest rate from principal and interest amount

    PVJ,

    Loan: $100
    Interest rate: 1.91 %
    Term: 2 years
    Payments per year: 12
    Number of payments: 24
    Payment at end of period.
    Payment: $4.25
    Total payments: $102

    See my free Excel add-in "Calculate Payments".
    Provide any 3 and the fourth is calculated...
    amount, interest rate, term, payment.
    One click transfer to the worksheet.
    http://www.realezsites.com/bus/primitivesoftware

    Jim Cone
    San Francisco, USA


    "PVJ" <PVJ@discussions.microsoft.com>
    wrote in message
    news:E304FC3A-84C6-498B-A672-39F718BBDC47@microsoft.com
    Principal amount $100
    interest amount $2
    i need to repay $102 in 24 instalments
    i want the function in excel to compute the interest rate for the computing
    the interest rate one month so that the principal plus the interest for 24
    months cumulates to $102

  4. #4
    David12345
    Guest

    Re: to compute interest rate from principal and interest amount

    try

    =RATE(24,-102/24,100,0,1)


    "PVJ" <PVJ@discussions.microsoft.com> wrote in message
    news:E304FC3A-84C6-498B-A672-39F718BBDC47@microsoft.com...
    > Principal amount $100
    > interest amount $2
    > i need to repay $102 in 24 instalments
    > i want the function in excel to compute the interest rate for the
    > computing
    > the interest rate one month so that the principal plus the interest for 24
    > months cumulates to $102




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1