Resource page provides you with information on formulas and symbols used in mathematical operations. | Complete assignments in the order that they appear in the table below as assignments get more difficult as you progress through this unit.
| ![]() Chart Assignments | ![]()
|
+-*/(cell:cell)Example of a range (B1:B12) |
Formulas and FunctionsFormulas always begin with the "=" sign. This symbol tells Excel that a calculation is required. Formulas do not include spaces, and can include values and/or references to other cells. To add: | =cell+cell+cell or | =sum(range) To Subtract: | =cell-cell
| To Multiply: | =cell*cell
| To Divide: | =cell/cell
| To Average: | =average(range)
| To find the Lowest Number: | =min(range)
| To find the Highest Number: | =max(range)
| To Count #s: | =count(range)
| To Count Labels: | =counta(range)
| |