Functions: The Basic Functions Are
Functions: The Basic Functions Are
SUM
AVG (Average)
COUNT
MAX (Maximum)
MIN (Minimum)
Equal Sign - tells that the cell contains a formula, not just ordinary text.
Function name - tells what calculations to perform.
Arguments - determine values or cell references on which the function base its
calculation.
- arguments are most likely to be cell references contained inside the
parenthesis.
To enter functions directly into the worksheet cell:
Note: Formulas and functions are not case-sensitive. Thus =SUM(B1:B2) is the
same as =sum(b1:b2). Functions however are sensitive to the arguments used
and the placement of the colon (:) or (;). Do not put spaces between
function names, parenthesis, arguments, colons, and semi-colons.
Be Careful!
DO NOT MEAN THE SAME THING: The colon is used for a series of cells and the
comma is used for 2 cells.
Note: You can enter the range by dragging the mouse over the cells you want to
add or simply type in the references of the cells you want to sum up.
B. The AVERAGE Function:
The steps to perform these three function are similar to that of performing
AVERAGE or SUM.