home *** CD-ROM | disk | FTP | other *** search
/ Computer Based Training: …, Windows 95 & NT Basics / a1454501.iso / msobe / BE02.TXT < prev    next >
Encoding:
Text File  |  1997-03-24  |  12.3 KB  |  307 lines

  1. Each worksheet in a workbook is made up of cells, and a cell can hold any of four types of data:
  2.  
  3. ò a value (including a date or a time)
  4. |
  5. ò text
  6. |
  7. ò a logical value (true or false)
  8. |
  9. ò a formula, which returns a value,
  10.    text, or a logical value
  11. |
  12. An Excel worksheet can also contain charts, drawings, diagrams, pictures, buttons, and other objects.
  13.  
  14. These objects actually reside on the worksheet's draw layer, which is an invisible layer on top of each worksheet.
  15. |
  16. In Excel 97, text is any combination of numbers, spaces, and non-numeric characters.
  17. |
  18. For example, Excel treats the following entries as text:
  19.  
  20. ò 09CC478
  21. |
  22. ò 345SWR
  23. |
  24. ò 44-657
  25. |
  26. ò 9893323
  27. |
  28. You enter text by clicking the cell where you want to enter data.
  29. |
  30. Then you simply type whatever it is that you want the cell to contain.
  31. |
  32. If you are typing data into rows, you press ^UEnter^u to enter the data and move the cell pointer to the row below.
  33. |
  34. If you are typing data into columns, you press ^UTab^u to enter the data and move the cell pointer to the row to the right.
  35. |
  36. Entering the same data many times in a worksheet is repetitive and time-consuming.
  37. |
  38. More importantly, you may find that you have entered data that contains minor errors without realizing it.
  39. |
  40. For example, you might enter a salesperson's name as Tom Brown, and as Thomas Brown or even Browne in another entry.
  41. |
  42. When you tally the sales for each employee, there will be one amount for Tom Brown and one for Thomas Brown, and possibly a third for Browne.
  43. |
  44. The AutoComplete function looks at other entries in the current column (both above and below the active cell) and attempts to match an item from the column list with the text you are typing.
  45. |
  46. You switch the AutoComplete option on by clicking the ^UEnable AutoComplete for cell^u ^Uvalues^u checkbox in ^UTools - Options - Edit^u.
  47. |
  48. As soon as the letter T is typed in a cell, AutoComplete will automatically place Tom in that cell.
  49. |
  50. The same is true of B - it will be turned into Brown before you can type the surname.
  51. |
  52. If this is a new entry, ignore the AutoComplete suggestions and continue to type the information until it is correct.
  53. |
  54. The Pick List feature works similarly to AutoComplete.
  55. |
  56. It is important to note that the AutoComplete and Pick List features are both column-related functions. And they only  work with text, not numerical data.
  57. |
  58. As you type in a column of information, Excel "remembers" the items in the list.
  59. |
  60. You can access this list by right-clicking the cell at the top or bottom of the column list.
  61. |
  62. The Pick List is displayed as a miniature menu from which you can choose an item to fill the selected cell.
  63. |
  64. You highlight the item you wish to insert in the cell.
  65. |
  66. Then you click the item to insert it.
  67. @@
  68. A number that you type in a cell is a constant value.
  69. |
  70. So in spreadsheets, a constant is a number you type directly into a cell or place in a formula.
  71. |
  72. In Excel 97, a number can only contain the following characters:
  73.  
  74. ò 0 1 2 3 4 5 6 7 8 9
  75.  
  76. ò + - ( ) , / $ % . E e
  77. |
  78. All other combinations of numbers and non-numeric characters are treated as text.
  79. |
  80. Excel ignores leading plus signs (+), assuming all numbers to have positive values.
  81. |
  82. If a number is negative, you need to inform Excel of this by preceding the number with a minus sign (-) or by enclosing it in parentheses ().
  83. |
  84. You enter dates using a slash, a space or a hyphen to separate parts of the date.
  85. |
  86. For example, you can type 6/1/97, Jun 97 or Jun-97 to have the date stored in the cell as 06/01/97.
  87. |
  88. Most Excel users will enter times using the 24 hour clock format.
  89. |
  90. To enter a time based on the 12-hour clock, you type the time and then an ^Ra^r or a ^Rp^r to indicate am or pm.
  91. |
  92. In our example we used eight at night and were given the notation 8:00pm.
  93. |
  94. Excel defaults to am when recognizing a time value, so it is more important to remember to indicate pm times.
  95. |
  96. To enter today's date, you press ^UCtrl+;^u (semicolon).
  97. |
  98. To enter today's time, you press ^UCtrl+Shift+:^u (colon).
  99. @@
  100. Excel 97 has various features that make data entry easy.
  101. |
  102. One of these is what is known as AutoFill which will complete a series when given the first item.
  103. |
  104. In a series, for example, you can enter information of many different types, including common groups such as months or days of the week.
  105. |
  106. Let's suppose that we need a series of column headings showing the months of the year.
  107. |
  108. The first step is to type the starting month in the first column and click the ^UCheckmark^u button in the Formula bar.
  109. |
  110. The ^UCheckmark^u button is also called the ^UEnter^u button.
  111. |
  112. You place the pointer over the fill handle in the bottom right-hand corner of the selected cell.
  113. |
  114. The cursor changes shape to form a crosshair.
  115. |
  116. While pressing and holding the mouse button, you drag the handle horizontally across the cells until you reach the last month in your series.
  117. |
  118. You will notice that as you drag the mouse across the cells, each cell's content is displayed in a call-out box.
  119. |
  120. When you release the mouse button the entire range is entered automatically.
  121. |
  122. You can use the AutoFill feature for many different types of series, including
  123.  
  124. ò numbers which produce various
  125.   series such as 1, 2 giving 1, 2, 3, 4,
  126.   5 or 1, 3 giving 1, 3, 5, 7, 9
  127. |
  128. ò a mixture of text and numbers
  129.   such as Product 1 giving Product 1,
  130.   Product 2, Product 3
  131. |
  132. ò cell contents repeated as often as you
  133.   like across rows or down columns
  134. |
  135. ò repeated blocks of information which
  136.   can be repeated as often as is necessary
  137. @@
  138. You will find editing text and numbers a fairly simple matter.
  139. |
  140. Click the cell that needs editing to select it.
  141. |
  142. Then simply type in the correct text and press ^UEnter^u or ^UTab^u.
  143. |
  144. It is also possible to edit cell contents in the Formula bar.
  145.  
  146. You select the cell address to be edited, move the pointer into the Formula bar, click and edit the data.
  147.  
  148. You click the ^UCheckmark^u button when done.
  149. |
  150. To clear the contents of a cell quickly, select the cell by clicking it.
  151. |
  152. Then right-click to access the shortcut menu.
  153. |
  154. Choose the ^UClear Contents^u option.
  155. |
  156. This will delete the contents of the cell, but not the format.
  157. |
  158. You can perform this operation on selections of more than one cell.
  159. |
  160. The ^UClear Contents^u option can also be accessed by selecting ^UEdit - Clear - Contents^u.
  161. |
  162. However, this may be a longer way round.
  163. |
  164. This feature will also operate on a selection of cells.
  165. |
  166. AutoCorrect is a very useful feature which corrects errors as you type.
  167. |
  168. For example, if you type "teh" and press the spacebar or move to another cell, the entry is immediately changed to "the".
  169. |
  170. You access AutoCorrect by selecting the ^UAutoCorrect^u option in the ^UTools^u menu.
  171. |
  172. The AutoCorrect dialog box allows you to set various common errors for correction.
  173. |
  174. These errors include a list of commonly misspelled words with their corrections.
  175. |
  176. The ^UUndo^u option in the ^UEdit^u menu is another feature that helps to correct errors.
  177. |
  178. You are able to undo up to the last 16 actions, such as cutting, pasting, and correcting.
  179. |
  180. You can delete a worksheet in one of two ways:
  181.  
  182. ò activate the sheet and select
  183.   the ^UEdit - Delete Sheet^u option
  184.  
  185. ò right-click the sheet tab and
  186.   choose the ^UDelete^u option on the
  187.   shortcut menu
  188.  
  189. In either case, Excel asks you to confirm the fact that you want to delete the sheet.
  190. |
  191. Undo also has a complementary function known as ^URedo^u.
  192. |
  193. This function redoes your last command or action, including dialog box settings if possible.
  194. @@
  195. @@
  196. As with any project, there are times when you need to insert new rows and columns to accommodate new information.
  197. |
  198. Because Excel always inserts columns or rows before your selection, you insert a new row by selecting the row after the one to be inserted.
  199. |
  200. For example, you have a series of rows showing the names of contractors in alphabetical order.
  201. |
  202. You want to add a new contractor called Alphen Software between Accent Languaging Systems and Apex Hardware.
  203. |
  204. In this case you would click the Apex Hardware row number, right-click to access the shortcut menu and then choose ^UInsert^u.
  205. |
  206. You will be asked whether to insert an entire row.
  207. |
  208. On clicking ^UEntire Row^u the new row will be inserted.
  209. |
  210. To insert a number of rows, click the row numbers at the beginning and at the end of the range while pressing the ^UShift^u key.
  211. |
  212. Once the entire set of rows is selected, you right-click to access the shortcut menu and choose the ^UInsert^u option.
  213. |
  214. The same number of rows selected will be inserted at the first cell address selected.
  215. @@
  216. Selection of rows for deletion is similar to that in an insertion operation.
  217. |
  218. When deleting a row, you select the exact row that you want removed.
  219. |
  220. For instance, if you want to remove Accent Languaging Systems from the worksheet, select that row by its row number (3).
  221. |
  222. Right-click to access the shortcut menu and choose ^UDelete^u.
  223. |
  224. The row you selected will no longer be there.
  225. |
  226. You can also delete an entire row simply by clicking one cell in that row, right-clicking for the shortcut menu, and choosing ^UDelete^u.
  227. |
  228. However, in this case the Delete dialog box will display.
  229. |
  230. You click the appropriate radio button, in this case ^UEntire row^u.
  231. |
  232. The row is removed instantly.
  233. |
  234. You can delete a number of adjacent rows by clicking the row numbers while pressing ^UShift^u.
  235. |
  236. Then you right-click to access the shortcut menu and choose ^UDelete^u.
  237. |
  238. The entire range of rows will be removed.
  239. |
  240. The alternative to using the shortcut menu accessed when right-clicking is to use the ^UEdit^u and ^UInsert^u menus.
  241. @@
  242. Working with columns is the same as working with rows.
  243. |
  244. The same menus and options are used to insert and delete entire columns.
  245. |
  246. To insert a column, you select the column or any cell to the immediate right of where you want to insert the new column.
  247. |
  248. To delete a column, you select the column itself, or any cell within the column.
  249. |
  250. Selecting a single cell and right-clicking gives you the choice of deleting or inserting entire rows and columns.
  251. |
  252. It is important to note that there are no confirmation prompts when deleting rows or columns.
  253.  
  254. Once you press ^UDelete^u the column or row is deleted directly.
  255. @@
  256. @@
  257. One way to move or copy data is to select the cell or cells you want to cut or copy and then click the ^UCut^u or ^UCopy^u button in the Standard toolbar.
  258. |
  259. The Status bar instructs you to select a destination for the data.
  260. |
  261. You then have three options:
  262.  
  263. ò click the ^UPaste^u button
  264. |
  265. ò select ^UEdit - Paste^u
  266. |
  267. ò press ^UEnter^u
  268. |
  269. ^RCutting^r data retains it on the Clipboard for one paste action, but does not leave a copy of the data on the Clipboard.
  270. |
  271. When you want to repaste the data elsewhere, the ^UPaste^u button does not work because the data is no longer in the Clipboard.
  272. |
  273. If you are ^Rcopying^r data, you can move to different cells and click the ^UPaste^u button.
  274. |
  275. When you are pasting data into the last cell, press ^UEnter^u to cancel the ^UCopy^u command.
  276. |
  277. You select several non-sequential cells at once by selecting the first cell, then holding down the ^UCtrl^u key while clicking the subsequent cells.
  278. |
  279. Say you want to copy the same cell to three different locations.
  280. |
  281. Click the first cell, then hold down the ^UCtrl^u key while you click the other destination cells.
  282. |
  283. You press ^UEnter^u to copy the contents of the original cell into all of the selected cells.
  284. |
  285. You can also cut (move) data by pointing to the cell you want to move and dragging it elsewhere.
  286. |
  287. The cursor adopts the shape of an arrow; you can then drag the cell to the new location.
  288. |
  289. When you drag data to a cell already containing data, Excel 97 asks whether you want to overwrite the destination cell.
  290.  
  291. If you click ^UOK^u, the new data replaces the data in the destination cell.
  292. @@
  293. Entire columns or rows of data can be copied both within a worksheet and between worksheets.
  294. |
  295. This is also true of copying data from one workbook to another.
  296. |
  297. Suppose you want to copy column D, heading included, to column F's position.
  298. |
  299. The first step is to select the column to be copied (column D).
  300. |
  301. With the column selected you click the ^UCopy^u button in the Formatting toolbar.
  302. |
  303. Then you select the destination, column F.
  304. |
  305. Once you press ^UEnter^u, column D replaces the original column F.
  306. @@
  307.