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

  1.  
  2. Problem  Computes interest amounts owed to the IRS on underpayment
  3.          of income tax.  Computations are based on the prevailing rates
  4.          charged by the IRS over the period from Feb 1, 1975 thru current.
  5.          Interest compounded daily after 1/1/83 per IRS regs.
  6.  
  7.  
  8.  
  9. Block Diagram
  10.                ___________________ ______________
  11.               |                   |              |
  12.               |    Interest       | Instructions |
  13.               |    Calcs          |              |
  14.               |                   |              |
  15.               |-------------------|--------------|
  16.               |                   |
  17.               |    Macros         |
  18.               |                   |
  19.               |                   |
  20.               |-------------------|
  21.  
  22.  
  23. Tips
  24.          Interest formulas fairly sophisticated.  Use a combination
  25.          of @IF, @ISNA, #OR#, #AND#, @SUM, AND @NA functions. (E12..J18)
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.