+ Reply to Thread
Results 1 to 2 of 2

deducting a monthly payment

  1. #1
    Registered User
    Join Date
    01-29-2006
    Posts
    12

    deducting a monthly payment

    Hi I would like to have a cell displaying a total outstanding loan balance and another cell displaying the monthly payment and every month on a set day the payment cell would deduct the total outstanding balance and also tell me how many payments i have left. Any help would be much appreiciated.

  2. #2
    Sandy Mann
    Guest

    Re: deducting a monthly payment

    alanled

    Witht the monthly payment amount in G1, for the total still owing try:

    =IF(DAY(TODAY())>=15,1000-G1*DATEDIF(C1,TODAY(),"m"),1000)

    This is with the original loan, (1,000), hard coded into the formula. If
    you want replace the 1000 with the cell reference of the original total.

    For the number of payment try:

    =INT(F5/G1)&" Payments"&IF(INT(F5/G1)*G1<>F5," and $"&MOD(F5,G1),"")

    --
    HTH

    Sandy
    [email protected]
    [email protected] with @tiscali.co.uk


    "alanled" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi I would like to have a cell displaying a total outstanding loan
    > balance and another cell displaying the monthly payment and every month
    > on a set day the payment cell would deduct the total outstanding balance
    > and also tell me how many payments i have left. Any help would be much
    > appreiciated.
    >
    >
    > --
    > alanled
    > ------------------------------------------------------------------------
    > alanled's Profile:
    > http://www.excelforum.com/member.php...o&userid=30949
    > View this thread: http://www.excelforum.com/showthread...hreadid=506197
    >




+ 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