home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / LOTUS / TUTDOC1.ARC / 3405.PRN < prev    next >
Encoding:
Text File  |  1985-02-26  |  640 b   |  38 lines

  1.  
  2. Problem  Very simple loan amortization schedule. No macros.
  3.          Handles up to 60 periods.  You specify annual amount, principal,
  4.          and term.
  5.  
  6. Block Diagram
  7.                ___________________
  8.               |                   |
  9.               |    Inputs         |
  10.               |___________________|
  11.               |                   |
  12.               |    Schedule       |
  13.               |___________________|
  14.  
  15. Tips
  16.          Mo payment calc at G10 - Does not use any @ functions.
  17.          Uses the formula the @PMT function is based on.
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.