You can use formulas to perform numerical calculations in your Excel spreadsheet. Formulas range from elementary to very complex. Adding, subtracting, and averaging are very common formulas. All Excel formulas begin with the equal sign (=) followed by the cell references and operators you want to use in the formula.
The most commonly used arithmetic operators are listed at the bottom of this how to.
How To Enter Formulas by typing the cell references:
To enter a formula, you first select the cell where you want the result to appear. Then you type the formula in the selected cell. For example, if there are numbers in cells A2 and A3, and you want to add them and show the result in cell A4, you would:
You can use the mouse to enter cell references while you are creating formulas.
You can use the mouse to enter a range reference in a formula or function
You can edit formulas as you would edit any other data. Select the cell, click the formula bar, edit the formula, and then enter the edited formula. Using the Edit Formula button:
|
Operator: |
Description: | Example: | ||
|
+ |
To add numbers | =A1+A2 | ||
|
- |
To subtract numbers | =A1-A2 | ||
|
* |
To multiply numbers | =A1*A2 | ||
|
/ |
To divide numbers | =A1/A2 | ||
|
% |
To specify percentage of a number | =75% | ||
|
^ |
To specify the exponent | =2^3, which means 2 reaised to the third power |