Excel: Formulas, Functions, and Other Useful Features
Excel: Formulas, Functions, and Other Useful Features
F O R M U L A S , F U N C T I O N S , A N D O T H E R U S E F U L F E AT U R E S
OVERVIEW
In a spreadsheet
the COLUMN is
defined as the
vertical space that
is going up and COLUMN labeled
down the window. D is highlighted.
Letters are used
to designate each
COLUMN'S
location.
WHAT IS A ROW?
In a spreadsheet
the ROW is defined
as the horizontal
space that is going
across the window. ROW labeled 4 is
Numbers are used highlighted.
to designate each
ROW'S location.
WHAT IS A CELL ?
A CELL is the
space where a row
and column
intersect. Each In the above
CELL is assigned a diagram the CELL
name according to labeled C2 is
its COLUMN letter highlighted.
and ROW
number.
TYPES OF DATA
Constants are
FIXED number data
Constants may
refer to dollars,
percentages, or
number of items (in
this case number
of hours worked
within a certain pay
period).
FORMULAS
Definition: Tips:
Probably the most
popular function in any Blank cells will return
spreadsheet is the SUM a value of zero to be
function. The Sum added to the total.
function takes all of the
Text cells can not be
values in each of the
specified cells and totals added to a number
their values. and will produce an
The syntax is: =SUM(first error.
value, second value, etc)
SUM FUNCTION
AVERAGE FUNCTION
The average
function finds the
average of the
specified data.
(Simplifies adding
all of the indicated
cells together and
dividing by the
total number of
cells.)
MAX & MIN FUNCTIONS
Definition: Tips:
The IF function will Until you are used to
check the logical writing them, test
condition of a them out on multiple
statement and return cells.
one value if true and a There are multiple
different value if false. ways to write an IF
The syntax is: statement to get the
=IF (condition, value- same result
if-true, value-if-false)
IF FUNCTION
Concatenate
function - join
Syntax:
several strings into
one text string
concatenate=A1&A2
Note: The
function
does not
automatically leave
a blank space
between words or
other data.
TEXT TO COLUMNS