+ Reply to Thread
Results 1 to 4 of 4

Effective rate of Interest and Copounding Interest

  1. #1
    jnorton
    Guest

    Effective rate of Interest and Copounding Interest

    I need a function or formula that can calculate what the interest rate would
    be for a number of years.

    see

    http://www.finaid.org/calculators/co...interest.phtml

    for an example.

    I need the formula they used to place into excel.

  2. #2
    N Harkawat
    Guest

    Re: Effective rate of Interest and Copounding Interest

    =--TEXT((1+A1/12)^(A2*12)-1,"0.00%")
    where A1 holds the yearly rate and A2 holds the number of years


    "jnorton" <[email protected]> wrote in message
    news:[email protected]...
    >I need a function or formula that can calculate what the interest rate
    >would
    > be for a number of years.
    >
    > see
    >
    > http://www.finaid.org/calculators/co...interest.phtml
    >
    > for an example.
    >
    > I need the formula they used to place into excel.




  3. #3
    frankt
    Guest

    RE: Effective rate of Interest and Copounding Interest

    Compound interest is a common item and is =PV*(1+R)^N

    R is the rate for the period expressed in terms of N. If N is years then R
    is the annual rate. If N is months it is the average monthly rate.

    Example: I have an annual rate of 18% and I wish to compute for 9 months.
    The R value would be .18/12 or .015 and the formula would be PV*(1+0.015)^9

    Another form
    =P+(P*EFFECT(EFFECT(k,m)*n,n))

    http://support.microsoft.com/default...b;en-us;213907
    http://support.microsoft.com/default...b;en-us;141695

    Frank T

    "jnorton" wrote:

    > I need a function or formula that can calculate what the interest rate would
    > be for a number of years.
    >
    > see
    >
    > http://www.finaid.org/calculators/co...interest.phtml
    >
    > for an example.
    >
    > I need the formula they used to place into excel.


  4. #4
    Fred Smith
    Guest

    Re: Effective rate of Interest and Copounding Interest

    The function which calculates the compound interest rate is =RATE.

    --
    Regards,
    Fred
    Please reply to newsgroup, not e-mail


    "jnorton" <[email protected]> wrote in message
    news:[email protected]...
    >I need a function or formula that can calculate what the interest rate
    >would
    > be for a number of years.
    >
    > see
    >
    > http://www.finaid.org/calculators/co...interest.phtml
    >
    > for an example.
    >
    > I need the formula they used to place into excel.




+ 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