Week 3 Advanced Spreadsheet Skills
Week 3 Advanced Spreadsheet Skills
SPREADSHEET
SKILLS
WHAT IS
DATA?
data can be defined as a set of recorded facts and
numbers.
data is meaningless until it is given relevance.
characters, symbol, images which can be processed
by a computer.
data must be interpreted by a human or machine,
to derive meaning.
FORMULAS AND
FUNCTIONS
SUM()
AVERAGE()
COUNT()
IF()
CONCATENATE()
SUM() FUNCTION
WHAT IS RANGE?
it refers to a group or arrays of cells.
collections of which can be a group of cells within a row, a
column, or a combination of both
STEP BY STEP
PROCESS
FORMULA:
=SUM(sum_range)
EXAMPLE:
AVERAGE() FUNCTION
AVERAGE FUNCTION
allows user to get the
average of all the
numbers in the chosen
cells.
FORMULA:
=AVERAGE(range to be
averaged).
EXAMPLE:
COUNT() FUNCTION
COUNT FUNCTION is used
to count the number of
chosen cells that have a
number value in them. This
is useful in determining if
there are missing data or
values.
FORMULA: =COUNT(range
to be counted)
IF() FUNCTION
it allows users to achieve a
particular value if the
condition has been satisfied
or TRUE, or if the condition
has not been satisfied or
FALSE.
FORMULA: IF(CONDITION,
RESULT IF TRUE, RESULT IF
FALSE)
EXAMPLE:
CONCATENATE()
FUNCTION
EXAMPLE:
ACTIVITY