Excel Creating Basic Formulas Hand Out
Excel Creating Basic Formulas Hand Out
Formulas are equations that perform calculations on values in your worksheet. Depending on
how you build a formula in Excel will determine if the answer to your formula automatically
updates, as changes are made. A formula starts with an equal sign (=) and can contain any or all
of the following:
Function: A function is a prewritten formula that takes a value or values, performs an
operation, and returns a value or values. Use functions to simplify and shorten formulas on a
worksheet, especially those that perform lengthy or complex calculations.
A Function is generally comprised of two components:
1) A function name
a) The name of a function indicates the type of math Excel will perform.
2) An argument
a) An ―argument‖ is the values that a function uses to perform operations or calculations.
The type of argument a function uses is specific to the function. Common arguments that
are used within functions include numbers, text, cell references, and names
References: two types:
1) Relative reference: In a formula, the address of a cell based on the relative position of the
cell that contains the formula and the cell referred to. If you copy the formula, the reference
automatically adjusts. A relative reference takes the form A1.
2) Absolute cell reference: In a formula, the exact address of a cell, regardless of the position of
the cell that contains the formula. An absolute cell reference takes the form $A$1.
Operator: A sign or symbol that specifies the type of calculation to perform within an
expression. There are mathematical, comparison, logical, and reference operators.
Constant: A value that is not calculated and, therefore, does not change. For example, the
number 210, and the text "Quarterly Earnings" are constants.
Comparison operators
You can compare two values with the following operators. When two values are compared by
using these operators, the result is a logical value either TRUE or FALSE.
Reference operators
Combine ranges of cells for calculations with the following operators.
Reference
operator Meaning Example
4) Press ENTER.
Editing group.
One way to use the AutoSum button:
1) Select the cell to contain the formula.
2) Click the AutoSum button.
a) If Excel finds numbers above the selected cell, it will assume a sum above.
b) If Excel does not find numbers above the selected cell, it will assume a sum left.
If the cells to be summed up are missing values:
1) Select all the cells to be summed.
2) Click the AutoSum button.
a) As numbers are filled into the empty cells, the formula will update to include those
figures.
Copy a formula
If you are doing the exact same math in adjacent cells, using the same number of adjacent
columns and rows, use the fill handle to copy the formula. The fill handle is the small black
square in the lower-right corner of the selection. When you point to the fill handle, the pointer
changes to a black cross. .
You can also copy and paste a formula from one cell to another. If you were using relative
references, the formula automatically adjusts.
Delete a formula
1) Click the cell that contains the formula.
2) Press DELETE.