+ Reply to Thread
Results 1 to 4 of 4

Calculate Term

  1. #1
    Anita
    Guest

    Calculate Term

    In Excel I know how to calculate a monthly repayment using PMT but is there
    any way I can calculate how long a loan would take to pay off )this is a
    question I've been asked and I'm not sure whether it can be done or not).

    I thought maybe goal seek but you can only use that on a cell containing a
    formula.

    Any ideas gratefully received.

    Many thanks

    Anita

  2. #2
    vezerid
    Guest

    Re: Calculate Term

    Anita,
    you can use Goal Seek in the following manner: You know the interest
    rate (say 10%) and the principal (say 1,000). Time to be entered in A1.
    The following formula in B1:

    =PMT(10%, A1, 1000)

    Ask GS to set B1 to the desired amount by changing A1.

    HTH
    Kostis Vezerides


  3. #3
    Fred Smith
    Guest

    Re: Calculate Term

    The function you want is NPER.

    --
    Regards,
    Fred


    "Anita" <Anita@discussions.microsoft.com> wrote in message
    news:125465F6-0EBF-4D0F-A9B4-74D384022635@microsoft.com...
    > In Excel I know how to calculate a monthly repayment using PMT but is there
    > any way I can calculate how long a loan would take to pay off )this is a
    > question I've been asked and I'm not sure whether it can be done or not).
    >
    > I thought maybe goal seek but you can only use that on a cell containing a
    > formula.
    >
    > Any ideas gratefully received.
    >
    > Many thanks
    >
    > Anita




  4. #4
    vandenberg p
    Guest

    Re: Calculate Term

    Try this:

    Loan 50,000.00
    PMT -5,872.98
    i 10.00%
    n 20 < =NPER(B3,B2,B1)

    Assume the data for for loan start in B1. The formula in B4 that returns
    the number of periods is shown above.

    Pieter Vandenberg

    Anita <Anita@discussions.microsoft.com> wrote:
    : In Excel I know how to calculate a monthly repayment using PMT but is there
    : any way I can calculate how long a loan would take to pay off )this is a
    : question I've been asked and I'm not sure whether it can be done or not).

    : I thought maybe goal seek but you can only use that on a cell containing a
    : formula.

    : Any ideas gratefully received.

    : Many thanks

    : Anita

+ 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