COMPUTER 9 Lesson 1 and 2 GUIDE
COMPUTER 9 Lesson 1 and 2 GUIDE
One of the most vauble features of Excel is its ability to store mathematical formulas in
individual cells.
4. In MS Excel, instead of the value, the cell address of the value is usually used in writin
gthe formula. In this way any changes you make on the value will aslo take effect on the
result of the formula.
Note : It is better to use cell references instead of numbers when you build Excel Formulas
because it automatically calculates a new answer whenever you change a value that is
referenced to a formula.
Working within a Cell or Using the Formula Bar
There are several operators like addition, subtraction, mulitiplication, and division.
* When a formula both have a plus (+) or minus (-) operators, or both multiplication ( * ) or
division ( / ), calculation always proceeds from left to right and never the other way around.
Note: if you don’t want to enter your formula, press esc or click cancel.
A Reference identifies a cell or range in a worksheet and tells MS excel where to look for
values or data you want to use in a formula.
B. Absolute Reference
- Does not adjust the cell reference when you move or copy a fomula. To
specify an absolute reference, Use dollar sign ( $ ) within the cell address.
For example, you type $A51 as part of the formula, Excel will look for the value on cell A1
even if you move or copy the formula to another location.
C. Mixed Reference
- These are combinations of relative and absolute reference such as
relative column and absolute row or absolute column or relative row.