Microsoft Excel Different Formulas and Calculations
Microsoft Excel Different Formulas and Calculations
Module 4.2
P 226 - 236
1
Contents
• Functions
• Interpretation of error indic
ators
• Test and improve your kno
wledge
2
The ROUND function
• . The ROUND function can be used to round numbers to a
specified number of decimal places after the nearest decimal
point.
1.2 CalculationOfMarks
The LARGE and SMALL functions
Function What the function Example
does
=LARGE(range, N) Determines the Nth =LARGE(A2:A30,2)
largest number of all
the values in the
range.
=SMALL(range, N) Determines the Nth =SMALL(B1:B100,3)
smallest number of
all the values in the
range.
6
Activity 2
P 227 7
2.2 ComputerGame
2.3 Competition
Functions which can count (1)
Function What the function does Example
=COUNT(range) Counts the number of cells =COUNT(A1:A10)
in a range which contain
numerical values
(numbers).
=COUNTA(range) Counts the number of cells =COUNTA(C1:C10)
in a range which contain
values (text or numeric),
i.e. cells which are not
empty.
8
Functions which can count (2)
Function What the function does Example
14
Calculate the sum of certain cells
Example
= SUMIF(B2:B6, 11, C2:C6)
• Tests the range B2:B6
• Criteria: the cell must contain the value 11.
• If the value of the corresponding cell in column B is 11, it must
be added.
The result of the SUMIF function in cell
C8 is R45.00
The cells that meet the criteria are B2, B4
and B5.
INDICATORS
An error indicator always begins with a hash sign
(‘#’)
Error indicator Likely cause of error Possible solutions to fix the
error
#NULL! An operator, colon or comma Make sure that an operator,
has been left out, e.g. colon, or comma is entered
=D1 + D2 + D3 D4 where required..
=SUM(A1:A10 B1:B10)
=SUM(A1 A10)
6.1 ErrorIndicators
TEST AND IMPROVE YOUR 25
KNOWLEDGE
Overview of module
Functions which
can count Sum of certain
COUNT cells
COUNTA SUMIF
COUNTBLANK
COUNTIF
Calculate the Nth
largest and Other handy functions
smallest RAND
LARGE
RANDBETWEEN
SMALL POWER
Using
Formatting vs. Functions
Rounding for calculations Interpreting
ROUND and analysing data error indicators
ROUNDUP 26
Important terms and concepts
27
Tips and recommendations
• Always remember that the value displayed in a cell is not
necessarily the same as what is stored in the cell
• The ^ operator can be used instead of the POWER function -
=POWER(5,3) and =5^3 will return exactly the same answer.
• Use of absolute cell references for specifying the ranges in
COUNTIF and SUMIF functions is more efficient than using
relative cell references.
=COUNTIF(range, criterion)
= SUMIF(range, criteria, sum_range)
28
Written module activity
P 234 - 235 29
Practical module
activity
P 236 30