home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / lotus123 / 123train.arc / INTMODEL.HDT < prev    next >
Text File  |  1988-04-08  |  2KB  |  60 lines

  1. .op
  2. .mt1
  3. .po0
  4. MODEL:
  5.  
  6. A1: PR [W10] 'BANK ACCOUNT MODEL
  7. A3: PR [W10] 'Parameters:
  8. A5: PR [W10] 'interest
  9. B5: (P2) U 0.1
  10. A6: PR [W10] 'principal
  11. B6: (C2) U 10000
  12. A7: PR [W10] \_
  13. B7: PR \_
  14. C7: PR \_
  15. D7: PR \_
  16. E7: PR \_
  17. F7: PR \_
  18. A9: PR [W10] 'Results:
  19. B11: PR "YEAR-1
  20. C11: PR "YEAR-2
  21. D11: PR "YEAR-3
  22. E11: PR "YEAR-4
  23. F11: PR "YEAR-5
  24. A13: PR [W10] 'Balance
  25. B13: (C2) PR +B6
  26. C13: (C2) PR +B13*$B$5+B13
  27. D13: (C2) PR +C13*$B$5+C13
  28. E13: (C2) PR +D13*$B$5+D13
  29. F13: (C2) PR +E13*$B$5+E13
  30. A16: PR [W10] 'This spreadsheet is a model, as opposed to a form.  A model has 
  31. A17: PR [W10] 'parameters and results.   You can vary parameter values, and see
  32. A18: PR [W10] 'effect on the projected outcome. Note that all but the parameter
  33. A19: PR [W10] 'cells are protected, to guard against user error.
  34.  
  35.  
  36. RESULTANT DISPLAY:
  37.  
  38.  
  39.         A          B           C           D           E           F
  40. 1   BANK ACCOUNT MODEL
  41. 2
  42. 3   Parameters:
  43. 4
  44. 5   interest        10.00%
  45. 6   principal  $10,000.00
  46. 7   ______________________________________________________________________
  47. 8
  48. 9   Results:
  49. 10
  50. 11                 YEAR-1      YEAR-2      YEAR-3     YEAR-4       YEAR-5
  51. 12
  52. 13  Balance    $10,000.00  $11,000.00  $12,100.00  $13,310.00  $14,641.00
  53. 14
  54. 15
  55. 16  This spreadsheet is a model, as opposed to a form.  A model has input
  56. 17  parameters and results.   You can vary parameter values, and see the
  57. 18  effect on the projected outcome.  Note that all but the parameter
  58. 19  cells are protected, to guard against user error.
  59. 20
  60.