+ Reply to Thread
Results 1 to 3 of 3

Thread: Payment Schedule

  1. #1
    Guest.Visitor Guest

    Default Payment Schedule

    Hello There, Does anybody have a program (freeware) I can use that will create the following payment schedule when given the following parms: Dollar amt ie:50,000.00 Payment start date 7/1/99 Payment amt per month 400.00 Produce the following report: Bal Due Date Due Payment New Bal 50,000.00 7/1/99 400.00 49,600.00 49,600.00 8/1/99 400.00 49,200.00 ect. Many thanx in advance

  2. #2
    Guest.Visitor Guest

    Default Payment Schedule

    Rick, This can be done with a spreadsheet. The following was done in Excel.
    A1 = "Bal Due"B1 = "Date Due"C1 = "Payment"D1 = "New Bal"E1 = " "F1 = "Dollar Amt"G1 = "Start Date"H1 = "Monthly Amt"A2 = F2B2 = G2C2 = H2D2 = A2 - C2F2 = the beginning balanceG2 = DATEVALUE(the beginning date in quotes)H2 = the monthly payment 
    Then copy the following cells down as necessary
    a3 = d2b3 = IF(DAY(B2+28)=1,B2+28,IF(DAY(B2+29)=1,B2+29,IF(DAY  (B2+30)=1,B2+30,B2+31)))c3 = IF(A3-H$2>0,H$2,A3)d3 = a3 - c3
    Bill Rick Castaneda wrote: Hello There, Does anybody have a program (freeware) I can use that will create the following payment schedule when given the following parms: Dollar amt ie:50,000.00 Payment start date 7/1/99 Payment amt per month 400.00 Produce the following report: Bal Due Date Due Payment New Bal 50,000.00 7/1/99 400.00 49,600.00 49,600.00 8/1/99 400.00 49,200.00 ect. Many thanx in advance

  3. #3
    Guest.Visitor Guest

    Default Payment Schedule

    Bill, Here it is 6 months later and I'm finally getting back to this forum. Many thanx for the response. I ended getting something off the web somewhere.

+ Reply to Thread

Similar Threads

  1. Schedule a job to run every hour
    By buck.calabro@commsoft.net in forum General
    Replies: 3
    Last Post: 03-11-2004, 10:46 AM
  2. How to Document Job Schedule
    By GlenKerner in forum Analysis
    Replies: 0
    Last Post: 10-19-2001, 10:05 AM
  3. Error when starting Payment Manager
    By Guest.Visitor in forum Programming
    Replies: 0
    Last Post: 07-23-2001, 08:40 PM
  4. Schedule a Job??
    By Guest.Visitor in forum Application Software
    Replies: 6
    Last Post: 10-24-2000, 10:46 AM
  5. Power down schedule
    By Guest.Visitor in forum Application Software
    Replies: 5
    Last Post: 06-06-2000, 07:23 AM

Posting Permissions

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