Chapter 4 Flashcards
Define operand
A constant (text or number) or cell reference used in a formula
Define formula
The equation used to calculate values based on numbers entered in cells
Define operator
A symbol that indicates the type of calculation to perform on operands. (+-^*/)
Define order of evaluation
The sequence used to calculate the value of a formula
What is the order of evaluation
- Contents with parenthesis
- Exponents ^ , positive or negative, multiplication * or division /, addition + or subtraction -.
- if 2 or more operators have the same order of evaluation, the equation is evaluated from left to right.
What is a relative cell reference ?
A cell reference that adjusts to its new location when copied or moved to another cell
What is an absolute cell reference ?
An absolute cell reference does not change when copied or moved to a new cell.
How to create an absolute cell reference ?
To create an absolute cell reference you insert a dollar sign $ before he column letter and before the row number
Ex: =$A$3+$A$4
What is a mixed cell reference ?
Cell references that contain both relative and absolute references.
When formula with mixed cell references are copied or moved to another cell, the row or column references preceded by a $ so not change; the row or column reference not preceded by $ adjust to match the cell to which they are moved.
Ex: =A$3+ A$4 would become
=B$3+B$4
What is the purpose of manual calculation?
Manual calculation lets you determine when excel calculates the formulas