Spreadsheet Handout
Spreadsheet Handout
Grade 10
Topic: Spreadsheet
Definition: A spreadsheet is a grid of cells which organises data into rows and columns.
Purpose: Spreadsheets enable you to not only store numerical data, but also to apply formulae to carry out
operations on the numerical data, create charts and graphs, sort and filter data.
SPREADSHEET BASICS
Rows – these run left to right across the window and they are identified by a number.
Columns – these run from top to bottom of the window and they are identified by a letter.
Column B is highlighted
Cell Address – This is an identifier for every cell in a spreadsheet. It is formed by combining the column
position and row position.
Active Cell – This is the cell that is highlighted by a black border so you can tell where you are in the
worksheet.
1
Label - A text entry. A label is used to identify what we are talking about and is not part of any spreadsheet
calculation.
Worksheet – The row and column sheet where you place your calculations.
FORMULAE
A formula is an instruction that tells the computer to work out the answer for the values entered.
All formulae in Excel must begin with an equal sign (=). The arithmetic operators specify the arithmetic
operation to use in the calculation.
2
_ Subtraction = A1 – A2
* Multiplication = A1/A2
/ Division = A1 * A2
If you have many operators in a formula, it is important to follow the rules for the order of operation:
BODMAS (Brackets, Operators, Division, Multiplication, Addition, Subtraction)
A formula can be entered directly into a cell, or you can use the mouse to point to the cells you want to
include.
When creating a formula, you may use:
Actual values, e.g. =7*5
Cell addresses, e.g. =C4+B2+D22
A combination of the two, e.g. =C2/8
FUNCTIONS
Since a function is a formula, it again begins with an equal sign. The syntax or structure of a function is as
follows:
= function name(cell 1:cell n)
Where cell 1: represents the first cell or starting point
cell n: represents the last cell or end point
3
AVERAGE Calculates the average of a range of cells =AVERAGE(A2:A65)
PURPOSE ICON
4
Column adjustment icon: used to increase and
decrease column width
5
Advanced filtering steps