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

  1.  
  2. Problem  Amortization schedule worksheet that calculates the number of
  3.          periods a loan will last given principal, mo pymt, and int rate.
  4.          Will handle up to a 20 year loan.
  5.  
  6.  
  7.  
  8.  
  9. Block Diagram
  10.                ___________________
  11.               |                   |
  12.               |  Inputs           |
  13.               |___________________|
  14.               |                   |
  15.               |  Amort Sched.     |
  16.               |___________________|
  17.               |                   |
  18.               |  Macros & Crit.   |
  19.               |___________________|
  20.  
  21.  
  22.  
  23.  
  24.  
  25. Tips
  26.               @DCOUNT formula used to calculate the number of periods.
  27.               (C6)
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.