Module 4.2 Calculations Slide Show
Module 4.2 Calculations Slide Show
of your life
1
Grade 11
Calculations
Module 4.2
2
3
Contents
Functions
Interpretation of error i
ndicators
Test and improve
Module activities
4
Functions
5
ROUND function
Used to round numbers
to a specified number of decimal places
Example of Resul
Number Description
function t
Rounds a number to 1
78.8987 =ROUND(A2,1) 78.9
decimal place
Rounds a number to 2
65.345 =ROUND(A3,2) 65.35
decimal places
Rounds a number to 3
68.5275 =ROUND(A4,3) 68.528
decimal places
6
ROUND function vs.
Increase / Decrease
Decimal
ROUND Increase /
function Decrease
Decimal
Result is the
true rounded Values stored in
cells remain the
number same
Activity 1
7
8 LARGE and SMALL functions
What the
Function Example
function does
Determines Nth
=LARGE(range, =LARGE(A2:A30
largest number of all
N) ,2)
values in range
Determines Nth
=SMALL(range, =SMALL(B1:B10
smallest number of
N) 0,3)
all values in range
Activity 2
9
10
Functions which can
count (1)
What the function
Function Example
counts
Number of cells in a
=COUNT(range
range which contain =COUNT(A1:A10)
)
numerical values
Number of cells in a
range which contain
=COUNTA(rang
any value (text or =COUNTA(C1:C10)
e)
numeric), i.e. cells
which are not empty
11
Functions which can
count (2)
What the
Function Example
function counts
=COUNTIF(A3:A10,10)
Number of cells in
=COUNTIF(C3:C10,
=COUNTIF(range, range that meet
"Pretoria")
criterion) a certain
criterion =COUNTIF(B2:B10,">=
70")
12
COUNTIF
example
To have
subtotals
for each
Grade
group,
SORT Subtotals for
any of the
the
columns can
workshee
be inserted
t by this for each
column Grade
SUBTOTAL function
15
• Select data
(also column headings)
• Sort data according to group
you want to summarise
• Data tab Outline group
Subtotal
Group to summarise
Function to apply
Raises a number to a
=POWER(num
power =POWER(5,2)
ber, power)
(e.g. 52 = 5 x 5 = 25)
Activity 5
18
Calculate the
19
sum
of certain cells
= SUMIF(range, criterion,
sum_range)
Range is the range of cells tested to
determine if any cells in it meet the criterion