home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / business / cicalc20.zip / CICALC.HLP < prev    next >
Text File  |  1991-09-14  |  6KB  |  184 lines

  1. ~00Cedar Island CALC V2.0
  2.                     
  3. ~09Key Definitions:
  4.  
  5. AltX, ESC, "/Q" - Quit CICALC.
  6. PF1             - Help.        (CICALC.HLP must be in the current directory)
  7. PF2             - Save the spreadsheet,
  8. AltF2           - Save the spreadsheet under a different name,
  9. PF3             - Replace the current spreadsheet.
  10. AltF3           - Make a new window then load a new spreadsheet into it.  
  11. PF5             - Goto a cell.
  12. PF7             - Formula display toggle.
  13. PF8             - AutoCalc toggle.
  14. PF9             - Recalculate all cells.  
  15. PF10 or "/"     - Bring up the menu of commands.
  16. Del             - Delete the current cell.
  17. Ins             - Turn block on and off.  Hit this key in the upper-left
  18.                   cell that you want to tag.  Then move your cursor to   
  19.                   the lower-right cell of the group.  Reformat the cells 
  20.                   with "/BF".  Delete cells with "/BD".
  21.  
  22.  
  23.  
  24. ~00Cedar Island CALC V2.0
  25.                     
  26. ~09Command Descriptions:
  27.  
  28. Note :  Bring up the menu of commands by pressing PF10 or "/"
  29.  
  30.   /S  -----  Spreadsheet menu.
  31.      L    -  Load a spreadsheet.
  32.      S    -  Save a spreadsheet.
  33.      Z    -  Zap the current spreadsheet.  (Empty it out)
  34.      W    -  Write the current spreadsheet to a new filename.
  35.      O    -  Open a new spreadsheet window.
  36.      C    -  Close the current spreadsheet window.
  37.      N    -  Jump to the Next window.
  38.      P    -  Print the current spreadsheet either to disk or to a file.
  39.  
  40.   /B  ------  Block menu.   (Press INS then move the cursor to create a block)
  41.       C    -  Copy the block to a new location.
  42.       D    -  Delete the selected block.
  43.       F    -  Format the block.
  44.       R    -  Restore the block back to the default format.
  45.  
  46.  
  47. ~00Cedar Island CALC V2.0
  48.                     
  49. ~09More Command Descriptions:
  50.  
  51.   /C  ------  Column menu.
  52.       I    -  Insert a column.
  53.       D    -  Delete a column.
  54.       W    -  Change the column width.
  55.  
  56.   /R  ------  Row menu.
  57.       I    -  Insert a row.
  58.       D    -  Delete a row.
  59.  
  60.   /O  ------  Options menu.
  61.       S    -  Toggle 24 line and 43/50 line display.
  62.       R    -  Recalculate all cells.
  63.       F    -  Formula display toggle
  64.       A    -  Automatically recalculate all cells after each action. 
  65.  
  66.   /G ----  Goto a cell.
  67.   /F ----  Format a cell.
  68.   /E ----  Edit the current cell.
  69.   /Q ----  Quit CICALC.
  70. ~00Cedar Island CALC V2.0
  71.                     
  72. ~09Entering A Spreadsheet:
  73.  
  74. To enter a number into a cell you may just type the number or
  75. you may precede it by a plus sign(+).   
  76.  
  77.           eg.  1000.00,  +A1, -255
  78.  
  79. To enter text you must start the string to be entered with
  80. either a space or a tick mark (').
  81.           eg.   'Cedar Island Software 
  82.  
  83. Functions must start with an at sign (@).
  84.           eg.   @TRUNC(A1^2)            (square A1 then truncate)
  85.  
  86. To repeat a character across the spreadsheet, enter a backslash (\)
  87. followed by the character you want to repeat.
  88.           eg.   \_      will create a row of underbars
  89.  
  90.  
  91.  
  92.  
  93. ~00Cedar Island CALC V2.0
  94.                     
  95. ~09Expressions:
  96.  
  97.  
  98.   Cell names in formulas are typed in with the column followed by
  99.   the row:
  100.  
  101.     A1+A2
  102.     B6^5
  103.  
  104.   To compute the sum of a group of cells, put two dots between the
  105.   first cell and the last cell in the group:
  106.  
  107.     A1..A10   - Sum all of cells from A1 to A10 and put the
  108.                 result in the current cell.
  109.  
  110.     A1..C10   - Sum of all of cells from A1 to A10, B1 to B10,
  111.                 and C1 to C10 and puts the result in the current
  112.                 cell.
  113.  
  114.  
  115.  
  116. ~00Cedar Island CALC V2.0
  117.                     
  118. ~09Functions:
  119.  
  120.  @ABS - absolute value                                
  121.  @ATAN - arctangent
  122.  @COS - cosine                                        
  123.  @EXP - exponential function
  124.  @LOG - logarithm
  125.  @ROUND - round to the nearest whole number
  126.  @SIN - sine
  127.  @SQR - square
  128.  @SQRT - square root
  129.  @TRUNC - return the whole part of a number
  130.  
  131. Examples:
  132.    @ABS(@TRUNC(B16))
  133.    @TRUNC(A1)
  134.    @SQRT(@SQR(34.5)
  135.  
  136.  
  137.  
  138.  
  139. ~00Cedar Island CALC V2.0
  140.                     
  141. ~09General Information:
  142.  
  143.   CICALC will handle huge spreadsheets.  
  144.   Columns range from A to CRXO (65535).
  145.   Rows range from 1 to 65535.
  146.  
  147.   The dot in the upper left of a spreadsheet tells you which of the 
  148.   spreadsheets is the current one.
  149.  
  150.   The number of the spreadsheet is also printed, along with an 'F' if 
  151.   formula display is on and an 'A' if AutoCalc is on.
  152.  
  153.   The file that the spreadsheet will be saved to is listed at the
  154.   bottom of each spreadsheet, along with an asterisk if the spreadsheet
  155.   has been updated.
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162. ~00Cedar Island CALC V2.0
  163.                     
  164. ~09ShareWare Information:
  165.  
  166. If you want the latest version of CICALC you may either send a blank 
  167. formatted disk and a return mailer with return postage or you may
  168. send an additional $3 and we will get the disk and mailer.
  169.  
  170. ~04             Send $25 ShareWare registration to:
  171.  
  172. ~04                    Cedar Island Software
  173. ~04                    9018 Division St.
  174. ~04                    Juneau, Alaska 
  175. ~04                               99801
  176.  
  177. We hope you find this product useful and complete.  We would like to
  178. hear from you about problems and suggestions, so drop us a note or 
  179. leave a message on the EMS BBS. 
  180.  
  181. The latest version of the software should be available on the EMS BBS
  182.     at     (907) 789-1694  2400,N,8,1    SYSOP Matt Anderson
  183.     and    (907) 789-7499  9600,N,8,1  
  184.