home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
lotus123
/
123train.arc
/
INTMODEL.HDT
< prev
next >
Wrap
Text File
|
1988-04-08
|
2KB
|
60 lines
.op
.mt1
.po0
MODEL:
A1: PR [W10] 'BANK ACCOUNT MODEL
A3: PR [W10] 'Parameters:
A5: PR [W10] 'interest
B5: (P2) U 0.1
A6: PR [W10] 'principal
B6: (C2) U 10000
A7: PR [W10] \_
B7: PR \_
C7: PR \_
D7: PR \_
E7: PR \_
F7: PR \_
A9: PR [W10] 'Results:
B11: PR "YEAR-1
C11: PR "YEAR-2
D11: PR "YEAR-3
E11: PR "YEAR-4
F11: PR "YEAR-5
A13: PR [W10] 'Balance
B13: (C2) PR +B6
C13: (C2) PR +B13*$B$5+B13
D13: (C2) PR +C13*$B$5+C13
E13: (C2) PR +D13*$B$5+D13
F13: (C2) PR +E13*$B$5+E13
A16: PR [W10] 'This spreadsheet is a model, as opposed to a form. A model has
A17: PR [W10] 'parameters and results. You can vary parameter values, and see
A18: PR [W10] 'effect on the projected outcome. Note that all but the parameter
A19: PR [W10] 'cells are protected, to guard against user error.
RESULTANT DISPLAY:
A B C D E F
1 BANK ACCOUNT MODEL
2
3 Parameters:
4
5 interest 10.00%
6 principal $10,000.00
7 ______________________________________________________________________
8
9 Results:
10
11 YEAR-1 YEAR-2 YEAR-3 YEAR-4 YEAR-5
12
13 Balance $10,000.00 $11,000.00 $12,100.00 $13,310.00 $14,641.00
14
15
16 This spreadsheet is a model, as opposed to a form. A model has input
17 parameters and results. You can vary parameter values, and see the
18 effect on the projected outcome. Note that all but the parameter
19 cells are protected, to guard against user error.
20