Microsoft Excel Part 2: Opening Files, Entering and Copying Formulae
| OPENING
FILES This tutorial assumes that
you have already entered and saved the sheet produced in
the tutorial Microsoft Excel Part 1 |
To Open
and Existing Spreadsheet file from your U:\drive
The opened spreadsheet should display
data something similar to
|
| ENTERING
FORMULAE Formula cells create calculations on
the contents of other cells (e.g. Totals or Averages) All formulae begin with an =
sign The result of the calculation is seen
in the cell. The formula can be seen in the Edit Bar
where it can be altered if needed. |
To enter a formula Example 1: Adding up a column
Either
Or
Example 2: Averaging a Column
B9 should show the average of the three items in column B (22.3333) The Edit Bar should display the formula. Example 3: Direct Entry (e.g. GST
calculations)
B11 should show the GST on the amount in cell B8. (4.69) The Edit Bar should display the formula. |
| COPYING
FORMULAE The equivalent formula for
summing column B needs to be replicated in cells C8 to
E8. It is very common to require repeating formulae in
spreadsheets, so Excel makes it easy for us by using
using a technique called a COPY HANDLE The value of any cell or groups of
cells can be copied in this way. Try it with dates |
To copy
formulae Example Copying
the Summing Columns formulae to all four columns
C8 to E8 should contain the results of
the formulae SUM(C4:C8) to SUM(E4:E8). This form of
copying is called RELATIVE REPLICATION - notice how the
formula has changed in each column.
|