home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / s / trisoft1.lbr / HELP.2Z / HELP.2
Encoding:
Text File  |  1992-11-06  |  27.0 KB  |  606 lines

  1. + 1 SS
  2.                         *  SpreadSheet Help Menu  *
  3.  
  4.  
  5.  
  6.          COMMANDS                      Setting Up A SpreadSheet
  7.       ..............          .......................................
  8.       |  COMPUTE   |          |  COMPUTE  || Starting a SpreadSheet |
  9.       |  CLEAN     |          |  COL      || Column Equations       |
  10.       |  COMBINE   |          |  ROW      || Row Equations          |
  11.       |............|          |...........||........................|
  12.  
  13.  
  14.                                Other Stuff
  15. ....................................    ......................................
  16. | TERM   || Built-in Formulas      |    | RC      || Re-Calculation          |
  17. | LABELS || Column Labels & Text   |    | FORMAT  || Changing Column Formats |
  18. | ZV     || Zero Value Assignment  |    | FRAME   || Framing & Scrolling     |
  19. | STORE  || Store & Fetch  Values  |    | COMBINE || Linking SpreadSheets    |
  20. | OCALC  || Order of Calculation   |    | AA      || Active Areas            |
  21. |........||........................|    |.........||.........................|
  22. + 1 COMPUTE
  23.  1/1 WHAT NEXT?     <COMPUTE>
  24.  
  25.  
  26.  COMPUTE tells T/Maker to "calculate" values according to the  row and
  27.  column equations placed in a T/Maker work area.
  28.  
  29.  ----------------------------------------------------------------------
  30.  
  31.  Every T/Maker SpreadSheet has:
  32.  
  33.  *  An "Example Line" starting a spreadsheet.
  34.  
  35.     ("Model Numbers"on Example Line locate where columns of numbers are
  36.      placed, and dictate what   format & accuracy  those numbers have.)
  37.  
  38.  *  "Column Equations" that are equations  between numbers in a column.
  39.     ( Equations occupy the first  7  columns in the work area. )
  40.  
  41.  *  "Row Equations" that  are  equations  between the numbers in a row.
  42.     ( Equations are placed above each row. )
  43. + 2 EX
  44. The EXAMPLE LINE:
  45.  
  46.   (1)  Starts with the word  "EXAMPLE" in the first  7  columns .
  47.   (2)  Provides "Column Model Numbers"
  48.  
  49.          *  Locates where columns of numbers are positioned.
  50.          *  Dictate   accuracy &  format  of  numbers  in  each  column.
  51.          *  Are  separated  from  each  other  by  one  or  more spaces.
  52.          *  Are  formed by any string of characters. (13 digit accuracy)
  53.          *  Are "invisible" if started with a comma.  (see Column ",C" )
  54.  
  55.          Note:  Numbers can be entered anywhere  under the Model Number.
  56.                 COMPUTE will align these numbers correctly.
  57.  
  58.   (3)  Must be below the top of the screen before a COMPUTE is invoked.
  59.                    ( See  [ AA ] for  more  information. )
  60. ...........................................................................
  61. 1234567
  62. Example    AAAAA     BBB,BBB.BB       ,C       D.DDDD           EE
  63. :::::::    :::::     ::::::::::                ::::::           ::
  64. +
  65. Math equations are formed using "operators"  &  "terminators".
  66.  
  67. ..............................................................................
  68. Operators are just ordinary "math signs", just like those used on a calculator.
  69.  
  70.  
  71.            ( + )   addition          ( * )    multiplication
  72.            ( - )   subtraction       ( / )    division
  73.  
  74. Note:  Every row & column equation must have at least one ( + ) sign in it.
  75.  
  76. ...............................................................................
  77. Terminators are "result signs".
  78.  
  79.            ( = )
  80.  
  81. Also, there are   23  "advanced"  result signs that perform more sophisticated
  82. calculations.  (eg., finding a square root of a result.)
  83.  
  84.                  ( See  Help section  [ TERM ]  for  examples. )
  85. + 2 AA
  86.             This line is defined as the TOP OF THE SCREEN Line.
  87.  
  88.  
  89.  
  90.  
  91. It was the line the cursor was on before Exiting the Editor.
  92.  
  93.  
  94. Everything below the Top of the Screen Line is considered ACTIVE.
  95.  
  96.  
  97. Commands  (e.g, COMPUTE, PRINT, ALIGN )  will work only in the active area.
  98. So,  it's a good idea to Home The Cursor before the command.
  99. + 2 COL
  100.   COLUMN EQUATIONS  ARE MADE UP OF MATH SYMBOLS.
  101.   ----------------
  102. * The math symbols in a column equation must line up under one of
  103.   the letters in the word  "Example", forming a "Vertical Strip".
  104.  
  105. * Once a result symbol ( = ) has been used in a Vertical Strip, a
  106.   new column equation can begin under it in the same Strip.
  107.  
  108. * When two or more result symbols are on the same row,  the final
  109.   result will be the sum of each column equation result.
  110.  
  111.  .............................................
  112.  Example    aa,aaa    bb,bbb     cc,ccc.cc   |
  113.                                              |      COLUMN EQUATIONS Also:
  114.    +        10,000    20,000        100.25   |
  115.    +        10,000    20,000        100.25   |      *  Work on all columns
  116.             ------    ------        ------   |         in a table.
  117.    = +      20,000    40,000        200.50   |
  118.      *           2         2            10   |      *  Can be linked.
  119.      =      40,000    80,000      2,005.00   |
  120. +
  121.  *  SAMPLE  SPREADSHEET  *
  122.  -----------------------------------------------------------------------------
  123.  Example                      aaa,aaa        bbb,bbb         ccc,ccc
  124.  
  125.                             *PRODUCT A*    *PRODUCT B*     *PRODUCT C*
  126.  
  127.   +       Units Sold            1,000          1,500           5,000
  128.   *       Unit Price               50             20              10
  129.  
  130.   =   +      REVENUES          50,000         30,000          50,000
  131.  
  132.  
  133.   +       Materials            20,000         15,000          25,000
  134.   +       Labor                 5,000          5,000          20,000
  135.  
  136.   =   -      EXPENSES          25,000         20,000          45,000
  137.  
  138.  
  139.       =             PROFIT  $  25,000      $  10,000       $   5,000
  140.  
  141. + 2 ROW
  142.  ROW  EQUATIONS  show the  MATH  RELATIONSHIP  between  numbers in a row.
  143.  --------------
  144.  
  145.  Each entered row of numbers must have an operator (a math sign) somewhere
  146.  in the first  7  columns of that row.   This lets T/Maker  know there are
  147.  numbers on this row.
  148.  
  149.  Each row of numbers has an equation above it,  called a "row equation".
  150.  
  151.  
  152.                                         ROW EQUATIONS:
  153.  .....................................
  154.  Example   aaa     bbb    ccc        |  *  Always begin with a row code in
  155.  ....................................|     column 1 (eg, the jc in "jc1").
  156.  jc1         +       +      =        |
  157.  +           5       5     10        |  *  Always have a "Row Code Number".
  158.  ....................................|     (eg, the  1  in "jc1")
  159.  jc1         +       *      =        |
  160.  +           5       5     25        |  *  Contain  math signs that appear
  161.  ....................................|     above the number it'll work on.
  162. +
  163.  The "JC1" ROW CODE:
  164.  
  165.  .................................
  166.  Example   aaa     bbb    ccc    |
  167.  ................................|         .......
  168.  jc1         +              =    |     The | JC1 |  row code  tells T/Maker to
  169.  +          10             10    |         |.....|
  170.  ................................|    "JUST COMPUTE"  the NEXT row of numbers
  171.  jc1         +       +      =    |
  172.  +          10       5     15    |    (the next row starting with a math sign)
  173.  ................................|
  174.  jc1         +       -      =    |    according to the equation on the JC1 row.
  175.  +          10       5      5    |
  176.  ................................|
  177.  jc1         +       *      =    |
  178.  +          10       5     50    |
  179.  ................................|
  180.  jc1         +       /      =    |
  181.  +          10       5      2    |
  182.  ................................|
  183. +
  184.  ROW CODE NUMBERS
  185.  
  186.  Up to 30 Equations can operate on a single  row of numbers.  T/Maker stores
  187.  an equation according to it's row code number.
  188.  
  189.  At a row of  entered  data,  T/Maker   will  get  the  equation  stored  in
  190.  .............................................   the  first row code  number
  191.  Example   aaa     bbb    ccc    ddd    eee  |   location (jc1) and performs
  192.  ............................................|   that calculation on the row
  193.  jc1         +       +      =                |   of entered data.
  194.  jc2                        +      -      =  |
  195.  +          10       5     15     12      3  |   T/Maker  then  looks at  the
  196.  ............................................|   second row code number (jc2)
  197.  jc1         +       +      =                |   location and  performs  that
  198.  jc1                        +      -      =  |   equation on the row of data.
  199.  +          10       5      0     12    -12  |
  200.  ............................................|   And so on.
  201.  
  202.  Each equation has a unique row code number.  Re-using a number will
  203.  cancel the previously stored equation.    (Note last example above.)
  204. +
  205.  MULTIPLE ROW EQUATIONS        *  SHORT CUT  *
  206.  
  207.  
  208.  Equations that operate on numbers from left to right can be placed
  209.  on the same row code line.
  210.  
  211.  For example, the second JC1 performs the same math on the data row
  212.  as the first series of JC'S  ( jc1, jc2, jc3 ).
  213.  
  214.  .............................................................
  215.  Example   aaa     bbb    ccc    ddd    eee    fff    ggg    |
  216.  ............................................................|
  217.  jc1         +       +      =                                |
  218.  jc2                        +      -      =                  |
  219.  jc3                                      +      *      =    |
  220.  +          10       5     15     12      3      2      6    |
  221.  ............................................................|
  222.  jc1         +       +     =+      -     =+      *      =    |
  223.  +          10       5     15     12      3      2      6    |
  224.  ............................................................|
  225. + 3 AC
  226.  MORE ROW CODES:  "Special"  ROW CODES  can act on a combination of rows.
  227.  
  228.  .......
  229.  | AC1 | "ALWAYS COMPUTE"  row code tells T/Maker to apply this equation
  230.  |.....|  to  EVERY  ROW in a spreadsheet.
  231.               ----------
  232.  
  233.  
  234.  .....................................    ....................................
  235.  Example           aaa   bbb    ccc  |    |Example           aaa   bbb    ccc
  236.                   Food   Gas   Total |    |                 Food   Gas   Total
  237.  jc1                 +     +      =  |    |ac1                 +     +      =
  238.  +        1981:     10    10     20  |    |+         1981     10    10     20
  239.  jc1                 +     +      =  |    |+         1982     20    20     40
  240.  +        1982:     20    20     40  |    |+         1983     30    30     60
  241.  jc1                 +     +      =  |    |+         1984     40    40     80
  242.  +        1983:     30    30     60  |    |...................................
  243.  jc1                 +     +      =  |
  244.  +        1984:     40    40     80  |         These two examples COMPUTE
  245.  ....................................|               the same result !
  246. +
  247.  .......
  248.  | AC1 | "ALWAYS COMPUTE" row code tells T/Maker to apply this equation
  249.  |.....|  to every row in a spreadsheet.
  250.  
  251.  
  252.  
  253.  Remember,  "JC" acts on the next row of data only,  almost as  if  the
  254.  equation was stored within T/Maker temporarily.
  255.  
  256.  
  257.  However, the other row code lines (such as AC) are stored  in  T/Maker
  258.  permanently until replaced by any other  row equation  using the  same
  259.  row code number.
  260. +  4 UC
  261. .......                                 || .......
  262. | UC1 | "USUALLY COMPUTE" applies       || | RC1 | "RARELY COMPUTE" applies
  263. |.....|  to  every DATA row.            || |.....|  to  every DERIVED row.
  264.                                         ||
  265. (The equation on the UC row code line   || (The equation on the RC code line
  266.  will only "work" on DATA rows.)        ||  will only "work" on  DERIVED rows.)
  267.                                         ||
  268. DATA rows don't have any result signs.  || A DERIVED row has a result sign (=).
  269.                                         ||
  270.      * COMPUTE with "UC" *              ||        * COMPUTE with "RC" *
  271.  ............................           || ...........................
  272.  Example  aaa   bbb    ccc  |           || Example  aaa   bbb    ccc |
  273.  uc1        +     *      =  |           || rc1        +     *      = |
  274.  ...........................|           || ..........................|
  275.    +        1     1      1  |DATA ROW   ||   +        1     1      0 |data row
  276.  ...........................|           || ..........................|
  277.    +        3     3      9  |DATA ROW   ||   +        3     3      0 |data row
  278.  ...........................|           || ..........................|
  279.    =        4     4     10  |derived row||   =        4     4     16 |DERIVED
  280.  ...........................|           || ..........................|
  281. +
  282.  * MORE  ROW  CODES *
  283.  
  284. .......                                     .......
  285. | SC  | "SUSPEND COMPUTE"                   | CC  |  "CANCEL COMPUTE"
  286. |.....|                                     |.....|
  287.  
  288. All previous row codes will                   All previous row codes
  289. not apply to next row.                        are canceled.
  290.  
  291.  
  292. For both  SC  &  CC  row  codes,  a row code number can be specified
  293. to suspend or cancel a particular row code equation.
  294.  
  295.  
  296. ======================================================================
  297.  
  298.  
  299. Remember . . . All row equations can be accomplished with the JC code.
  300.  
  301.          All other row codes are short cuts for the JC code.
  302. + 2 ZV
  303.  The  ZERO  VALUE  LINE
  304.  
  305.  You can tell T/Maker how a "null value" ( or zero value ) will be
  306.  displayed.
  307.  
  308.  The  Zero Value line follows the Example Line  and:
  309.  
  310.  *  Starts with the letters   ZV   in the first two columns.
  311.  *  "Zero value symbols" are placed on this line under column and
  312.      will be  used to represent any Zero Value in this column.
  313.  
  314.  .....................................
  315.  Example   aaaaa   bbb   ccccc   ddd |
  316.  ZV          ...          zip      0 |
  317.  ....................................|
  318.   +            5     5       5     5 |
  319.   +           -5    -5      -5    -5 |
  320.  ....................................|
  321.   =          ...          zip      0 |
  322.  ....................................|
  323. + 2 LABELS
  324. Example::aaaaa::::bbbbbb:::::::::::::::::::::::::::::::::::::::::::::::ccccc:::
  325. :::::::
  326. ::::::: JAN 82    FEB 82                                               MAR 82
  327. ::: + :  :::::    ::::::      We can put labels & text anywhere        :::::
  328. ::::::: JAN 83    FEB 83      except:                                  MAR 83
  329. ::: + :  :::::    ::::::                                               :::::
  330. :::::::                       * On an Example Line
  331. :::::::  TOTAL     TOTAL        (Text mistaken for Model Numbers)      TOTAL
  332. : + = :  :::::    ::::::                                               :::::
  333. :::::::                       * In first 7 columns under Example Line
  334. :::::::                         (Area reserved for math signs)
  335. :::::::
  336. :::::::                       * Intersection of math sign & Model Number
  337. :::::::                         (Numbers go there)
  338. :::::::
  339. :::::::
  340. Example
  341.  
  342.  --> We can put text under a "Blank Example Line" (one with no Model Numbers).
  343. Because of this, it's a good idea to end all Tables with a Blank Example Line.
  344. + 2 STORE
  345. STORING & FETCHING  VALUES
  346.  
  347. .......                         .......
  348. | stA | STORE value in          | ftA | FETCH value residing in
  349. |.....|   "slot A"              |.....|        "slot A"
  350.  
  351.  
  352.  You can STORE a value for every letter of the alphabet,  and FETCH
  353.  that  value back again in a  different part  of  the  spreadsheet.
  354.  
  355.  ............................................
  356.  Example   aaa   bbb    ccc    ddd    eee   |  * If T/Maker  FETCHes a value
  357.  ZV                                         |    from a "slot" where nothing
  358.  ...........................................|    was STOREd to,  a zero will
  359.  jc1       stA   stB                        |    will be FETCHed.
  360.  +          10     5                        |
  361.  ...........................................|
  362.  jc1                    ftB           ftA   |
  363.  +                        5            10   |
  364.  ...........................................|
  365. + 2 OCALC
  366.  1/1 WHAT NEXT?   <COMPUTE>        *  ORDER  OF  CALCULATION  *
  367.  
  368.  
  369.  
  370.  A COMPUTE sends T/Maker calculating "left to right" - "top to bottom" once.
  371.  
  372.  1) T/Maker finds the first row that has a math sign on it in the first 7 cols.
  373.  
  374.  2) T/Maker calculates any applicable  row equations  for this row in the order
  375.     determined by their row code numbers.
  376.  
  377.  3) T/Maker then goes to the next row with a math sign (in first 7 cols)   and
  378.     calculates the column values if the math sign is a terminator. T/Maker now
  379.     goes back to Step 2.
  380.  
  381.     This loop continues until T/Maker can't find any more rows with math signs
  382.     or until it finds a  Blank Example Line  (contains no Model Numbers).
  383. + 3 RC
  384.  1/1 WHAT NEXT?   <COMPUTE C C C C C ...>       *  RE-CALCULATION  *
  385.  
  386.  
  387.  You can ask T/Maker to make another  COMPUTE pass at a table by following
  388.  COMPUTE with a " C " (the number of " C "s will be the number of passes).
  389.  
  390.  Thus, you can STORE values calculated at the bottom of a column and FETCH
  391.  them for use at the top of another column by  "re-COMPUTING".
  392.  
  393.  
  394.  ...............................           ...............................
  395.  Example   aaaa   bbbb   cccc  |           |Example   aaaa   bbbb   cccc
  396.  ..............................|           |..............................
  397.  jc1               fta    ftb  |           |jc1               fta    ftb
  398.  +            5                |           |+            5     50    500
  399.  *           10     10     10  |           |*           10     10     10
  400.  ..............................|           |..............................
  401.  jc1        sta    stb         | Result of |jc1        sta    stb
  402.  =                             |COMPUTE C C|=           50    500   5000
  403.  ..............................|           |...............................
  404. + 2 FORMAT
  405. CHANGING COLUMN FORMATS  (Multiple  Example Lines)
  406.  
  407.  
  408. Example   aaaa    b,bbb.bb     cccc              * Columns always retain their
  409.           ----    --------     ----                relative order.   A  Column
  410.  +        2500    1,500.00     1000                can be  "plugged"  with the
  411.           ::::    ::::::::     ::::                use of a Comma Model Number,
  412.           ::::    ::::::::     ::::                A  "plugged"  column can be
  413. Example  aa,aaa.aaa    ,         ccc               re-opened at any time.
  414.          ----------              ---
  415.  = +      2,500.000              ***             * If  a  Model Number  is too
  416.           :::::::::              :::               small   for    a    result,
  417.           :::::::::              :::               Asterisks (***) will appear
  418. Example   a,aaa      b,bbb.b    xx,xxx,xxx,xxx     as  the  temporary  result.
  419.           -----      -------    --------------
  420.    =+     2,500      1,500.0    :::::::::1,000   * Any character (except a ",")
  421.           :::::      :::::::    ::::::::::::::     can make up a  Model Number.
  422.           :::::      :::::::    ::::::::::::::
  423. Example                                          * Blank Example Lines will
  424.     =                                              stop a T/Maker COMPUTE.
  425. + 2 FRAME
  426.  <ESC> <F>   FRAMES any portion of the T/Maker screen.
  427.  
  428.  
  429. Frame  will freeze one portion of the screen,  while allowing you to scroll
  430. through the other portion.  (Exception: Frame will not work in row 1/col 1)
  431.  
  432.  
  433.  
  434.  
  435. Example                aaaaa        ggggg    hhhhh     iiiii    jjjjj    kkkkk
  436.                                 ///////////////////////////////////////////////
  437.                                 //
  438.                         JAN     //    AUG     SEPT       OCT      NOV      DEC
  439.                                 //
  440.    +    Revenues:        100    //    250      265       275      450      525
  441.    -    Expenses:         25    //     55       65        75      100      125
  442.         ------------------------//--------------------------------------------
  443.    =    PROFITS:      $   75    // $  195  $   200    $  200   $  350   $  400
  444.                                 //
  445.                                 //
  446. + 2 TERM
  447.             SUMMARY OF BUILT-IN ROW & COLUMN RESULTS TERMINATORS
  448.  
  449.   =     Simple result                   sin   Sine of result (radians)
  450.   %     Result multiplied by 100        cos   Cosine of result
  451.   #     Result divided by 100           tan   Tangent of result
  452.   rec   Reciprocal of result            atn   Arctangent
  453.   sqr   Square root of result           sgn   Sign of result (+1, 0, -1)
  454.   abs   Absolute value of result        ply   Max of zero and result
  455.   avr   Simple Average (only + signs)   nly   Max of zero and (-)result
  456.   exp   e to power of result            sfh   Result subtracted from 100
  457.   log   Natural log of result           sfo   Result subtracted from 1
  458.   /10   log to base 10 of result
  459.  
  460.                    SPECIAL TERMINATORS FOR ROW & COLUMNS
  461.  
  462.   cnt   Total Count of "+" signs        ~  Percent Change (between 2 #'s)
  463.   max   Max of two numbers              ^  Raised to Power of
  464.   min   Min of two numbers
  465.  
  466. (Type:  Y  for examples of above formulas as well as more advanced formulas.)
  467. +
  468. ...............................................................................
  469. |SIMPLE RESULT  | RESULT x 100  | RESULT รท 100  |  1 - RESULT   |100 - RESULT |
  470. |    ( = )      |     ( % )     |    ( # )      |     (sfo)     |   ( sfh )   |
  471. |...............|...............|...............|...............|.............|
  472. |Example  aa    |Example  aaa   |Example  aaa   |Example  a.aa  |Example  aaa |
  473. |      +   5    |      -    4   |      +  100   |+        0.10  |+          5 |
  474. |      +   5    |      +    5   |               |+        0.20  |+          5 |
  475. |      =  10    |      %  100   |      #    1   |sfo      0.70  |sfh       90 |
  476. |...............|...............|...............|...............|.............|
  477.  
  478. .................................................................
  479. |SIMPLE AVERAGE |  SQUARE ROOT  | ABSOLUTE VALUE|  RECIPROCAL   |
  480. |    (avr)      |    ( sqr )    |    ( abs )    |    ( rec )    |   BUILT-IN
  481. |...............|...............|...............|...............|
  482. |Example  aa    |Example   aa   |Example  aa    |Example  aa    |   FORMULAS
  483. |  +       5    | +         2   | +        5    |+         5    |
  484. |  +      15    | *         8   | -       10    |/        10    |       &
  485. |  avr    10    | sqr       4   | abs      5    |rec       2    |  TERMINATORS
  486. |...............|...............|...............|...............|
  487.      (  Type:   Y   for   special  built-in  formulas  )
  488. +
  489.                   SPECIAL FORMULAS FOR ROW & COLUMN EQUATIONS
  490.  
  491. ..............................................................................
  492. | MAX of two   |  MIN of two  |   PERCENT    |  The "+ number" |  The Total  |
  493. |  numbers     |   numbers    |   CHANGE     | RAISED  TO  THE | COUNT   of  |
  494. |  denoted     |   denoted    |from + number |      POWER      |  + signs in |
  495. | by + and *   |  by + and *  | to  * number |of the "* number"| an equation |
  496. |..............|..............|..............|.................|.............|
  497. |              |              |              |                 |             |
  498. |Example  aaa  |Example  aaa  |Example  aaa  |Example   aaa    |Example  aaa |
  499. |              |              |              |                 |  +       50 |
  500. |  +       10  |  +       10  |     +     4  |     +     10    |  +       60 |
  501. |  *        5  |  *        5  |     *     6  |     *      2    |  +       75 |
  502. |              |              |              |                 |             |
  503. |  max     10  |  min      5  |     ~    50 %|     ^    100    |  cnt      3 |
  504. |..............|..............|..............|.................|.............|
  505. + 3 CONSTANTS
  506. CONSTANTS  can be used in a spreadsheet with use of special row code lines.
  507.  
  508.  
  509. The row code and row code number is followed by the math symbol which will
  510. operate on the constant value.
  511.  
  512.  
  513.  
  514. Example     aaaa    bbbb
  515. ac1            +       =
  516. ac2*                1.10
  517.  
  518.  +           100     110
  519.  +           200     220
  520.  +           300     330
  521.  
  522.  
  523.  
  524.                ( See reference manual for more on constants )
  525. +
  526. SPECIAL NOTATIONS FOR ROW EQUATIONS      (Horizontal Calculations only)
  527.  
  528.  
  529. *  These  special  row equations appear on their own row equation-line.
  530. *  The  math  symbols  need  not  appear  in  the  order  shown  below.
  531.  
  532.  .......................................
  533.  Example  aaa     bbb     ccc     ddd  |
  534.  ......................................|
  535.  jc1      dis       +       +     net  |  NET PRESENT VALUE:  Discount   rate
  536.  +         10 %    20      40      56  |  applied  to  + columns.
  537.  ......................................|
  538.  jc1      prj       +       +       +  |  COMPOUND PROJECTIONS:  The leftmost
  539.  +         10 %   100     110     121  |  + column projected  to right  based
  540.                                        |  on the growth rate in  PRJ  column.
  541.  ......................................|
  542.  jc1      inc       +       +       +  |  INCREMENTAL  (LINEAR)  GROWTH : The
  543.  +         10 %   100     110     120  |  leftmost + column is projected to
  544.  ......................................|  right based on increment in INC.
  545.       (Type:  [ Y ]  for  more.)
  546. +
  547.  SPECIAL NOTATIONS FOR ROW EQUATIONS     [con't]     (Horizontal Calcs only)
  548.  
  549.   - +  /  grw     GROWTH RATE  in  going from  -  to  +  columns.   The / is
  550.                   is  the  number  of  periods.
  551.  
  552.   - * * + grw     GROWTH RATE  in  going  from  -  to  +  columns.  The * is
  553.                   used  to  mark  intervening  periods.
  554.  
  555.   + + + + pch     PERCENT CHANGE :  %  change  from one  + column to another.
  556.  
  557.   + + + + pct     PERCENT OF :  +  columns  are converted to % of PCT column.
  558.  
  559.   + + + + cum     CUMULATIVE DISTRIBUTION :  +  columns  are converted to CD.
  560.  
  561.   + + + + chg     ABSOLUTE CHANGE BETWEEN COLUMNS: + columns are converted to
  562.                   represent  difference between a + col. and the col. to left
  563.  
  564.   + + + + mvr     MOVE COLUMN RIGHT: Value of + columns moved over one
  565.  
  566.   + + + + mvl     MOVE COLUMN LEFT : Value of + columns moved over one
  567. + 1 CLEAN
  568. 1/1 WHAT NEXT?   <CLEAN>
  569.  
  570.  
  571. CLEAN  eliminates the first  7  columns of text, as well as all row &
  572. column equation notation. (CLEAN won't affect Print Design commands.)
  573.  
  574. Warning:   If you issue CLEAN command without SAVE-ing a spreadsheet,
  575. you cannot get your  Vertical or Horizontal Equations  back.   Always
  576. SAVE before CLEANing.
  577.  
  578.  
  579.  ................
  580.  .clean         |      Hint:  Always use the   ( .clean/.noclean  )
  581.  Example   aa   |             Print Design command.
  582.  +          1   |
  583.  +          1   |      This will allow you to specify the areas to
  584.  =          2   |      be temporarily "cleaned".
  585.  .noclean       |
  586.  ...............|
  587. + 1 COMBINE
  588. 1/1 WHAT NEXT?   <COMBINE>
  589.  
  590.  
  591. COMBINE allows you to "combine" a spreadsheet in the work file area  with
  592. a similar spreadsheets on disk on a spreadsheet by spreadsheet basis.
  593.  
  594.  
  595.  
  596.  
  597. 1/1 WHAT NEXT?   <TRANSFER>
  598.  
  599.  
  600. TRANSFER  allows you to "transfer" values in a spreadsheet stored on disk
  601. into a spreadsheet in the working area.  (Cell by cell TRANSFER.)
  602.  
  603.  
  604.  
  605.          ( See  Reference Manual for more on both these Topics.)
  606.