A | B |
Row | Start with numbers; are horizontal (across) |
Column | Begin with letters; are vertical (up & down) |
Cell | Intersection of a row and column |
Cell Address | Letter and number that identify a cell's location |
Sheet Tab | Bottom of the file; help you to move from worksheet to worksheet. |
Active Cell | The cell you are working in; outlined in black. |
Formula | A combination of numbers and symbols used to express a calculation. |
Formula Bar | A command line above the worksheet where text, numbers, and formulas are entered into a worksheet. |
* | Multiplication |
/ | Divide |
- | Subtract |
+ | Add |
= | Must start every formula |
Operator | A symbol for a calculation |
=SUM(range) | Displays sum of the values in the range. |
=AVERAGE(range) | Displays average of the numbers in the range. |
=MAX(range) | Displays largest number in the range |
=MIN(range) | Displays smallest number in the range |
Range | A group of cells that forms a rectangle in a worksheet. |
Range Address | Identifies the location of the selected range of cells. |