Lesson 5: Level up your data skills
Year 7 – Modelling Data – Spreadsheets
A data master’s warm-up routine
Starter activity
2
What symbol must you use at the beginning of a cell when you want to use a function or a formula in that cell?
Starter activity
3
What symbol must you use at the beginning of a cell when you want to use a function or a formula in that cell?
Equals
=
Starter activity
4
Name a function that tells you the:
Maximum value
Starter activity
5
Name a function that tells you the:
Maximum value MAX
Starter activity
6
Name a function that tells you the:
Maximum value MAX
Minimum value
Starter activity
7
Name a function that tells you the:
Maximum value MAX
Minimum value MIN
Starter activity
8
Name a function that tells you the:
Maximum value MAX
Minimum value MIN
Number of non-blank cells
Starter activity
9
Name a function that tells you the:
Maximum value MAX
Minimum value MIN
Number of non-blank cells COUNTA
10
Show two ways in which you can add values together in a spreadsheet!
Starter activity
11
Show two ways you can add values together in a spreadsheet!
= __ + __
Starter activity
12
Give the cell references for each of the following ranges:
The first ten cells of column B
Starter activity
13
Give the cell references for each of the following ranges:
The first ten cells of column B
B1:B10
Starter activity
14
Give the cell references for each of the following ranges:
The cells in rows 15–20 in column A
Starter activity
15
Give the cell references for each of the following ranges:
The cells in rows 15–20 in column A
A15:A20
Starter activity
16
Give the cell references for each of the following ranges:
The cells in rows 15–20 in column A, B and C
Starter activity
17
Give the cell references for each of the following ranges:
The cells in rows 15-20 in column A, B and C
A15:C20
Starter activity
18
Give the cell references for each of the following ranges:
All of the cells of column A from row 2 to the end
Starter activity
19
Give the cell references for each of the following ranges:
All of the cells of column A from row 2 to the end
A2:A
Starter activity
20
Lesson 5 – Level up your data skills
Objectives
In this lesson you will:
21
Sort everything!
Activity 1
22
Filters
Activity 1
23
More functions
Activity 1
24
The AVERAGE function
Activity 1
Superpower: calculate averages in an instant
25
The AVERAGE function
Activity 1
Superpower: calculate averages in an instant
=AVERAGE(B2:B15)
26
The COUNTIF function
Activity 1
Superpower: count how many cells meet your criteria
27
The COUNTIF function
Activity 1
Superpower: count how many cells meet your criteria
=COUNTIF(B2:B15, “<10”)
=COUNTIF(B2:B15, “Blue”)
28
The IF function
Activity 1
Superpower: have a cell show different things depending on a criterion
=IF(C2>10, “Hooray!”, “Too low”)
29
Over to you
Activity 2
30
Spreadsheets review
Plenary
31
Homework: Plastic cleanup report
Homework
On the homework revision sheet, fill in the correct formula in the spaces provided as if you were filling in cells in a real spreadsheet.
32
Next lesson
Summary
In this lesson you…
Analysed data
Used a spreadsheet to sort and filter data.
Used the functions COUNTIF, AVERAGE, and IF in a spreadsheet
Next lesson you will…
Use conditional formatting in a spreadsheet
Apply all the spreadsheet skills covered in this unit
33