Title: Spreadsheets
1Spreadsheets
2What is a spreadsheet?
- A spreadsheet program is used to manipulate
numbers - One of the most popular spreadsheet programs is
Microsoft Excel
3What is in a spreadsheet?
- A spreadsheet is made up of
- Cells
- Rows
- Columns
- A spreadsheet look like this -
4(No Transcript)
5(No Transcript)
6Cell contents
- Each cell can contain
- A number (a value)
- Text
- A formula
7Formula
- In Excel a formula always starts with
- A formula can be
- simple
- complex
- conditional
8Examples of formula
- Simple D1C1
- Complex LEFT(D5,7,2)
- Conditional IF(D5gt50,pass,fail)
9Functions
- A function is an inbuilt formula.
- eg
- SUM(B5B10)
- AVERAGE(B5B10)
- MAXIMUM(B5B10)
- MINIMUM(B5B10)
10Formatting
- To change how something looks, we change its
format - We can change the look of
- the cell itself
- border, background colour
- the attributes of the cell
- number of decimal places, currency
- We can change
- the column width
- the row height
11Insert column/row
If we need to add data to a particular part of
the spreadsheet, we can insert a column or a
row. Once the column or row is inserted, we need
to add the data. When a column or row is
inserted, the formulae are automatically updated.
12Calculation
- Calculation can be
- automatic
- manual
- Automatic recalculation means that all the
formulae in a spreadsheet are recalculated every
time a change is made to the spreadsheet.
13Manual Calculation
Manual recalculation means that the formulae in a
spreadsheet are only recalculated when the user
presses a certain key. This feature is used when
the user is typing in a large amount of data.
Automatically recalculating the formulae after
every entry would make the data entry very much
slower.
14Cell protection
Cell protection is used to prevent the user from
changing the contents of a cell (it locks the
cell). In a spreadsheet, the column and row
headings and the formulae are usually protected.
15Example of cell protection
Protected cells
16Replication
- Replication is used to make a copy of a formula.
- Theer are two types of replication
- relative
- absolute
17Relative Replication
When we copy the formula down a column, the cell
references change to be appropriate for that row.
C3 changes to C4 changes to C5 changes to C6
18Absolute Replication
When we copy the formula down a column, the cell
reference does not change. It stays absolutely
the same
19Example of Absolute Replication
C5 changes to C6 changes to C7 changes to C8 B1
does not change In Excel, the sign before a
letter or number in the cell reference means that
it does not change when replicated.
20Charting
The data in a spreadsheet can easily be shown as
a chart. A graph or chart is used to present
facts in visual form. It should be used to make
facts clearer and more understandable It is
easier to spot a trend or pattern in a chart
than in a table of numbers.
21Example of charting
22Example of a trend
23Spreadsheets