| A | B |
| SPREADSHEET | Rows and columns of data on which calculations can be performed. |
| ROW | Horizontal line of a spreadsheet labeled with a number. |
| COLUMN | Vertical line of a spreadsheet labeled with a letter. |
| CELL | Area where a row and column intersect. |
| CELL ADDRESS | A cell's column letter and row number, for example, A3. |
| FORMULA | math equation for example, =5+3 |
| ACTIVE CELL | the highlighted or selected cell; the cell "clicked on" |
| CONSTANTS | number data in a spreadsheet |
| LABEL | text in a spreadhseet |
| = | all formulas must begin with ... |
| * | multiplication in a spreadsheet |
| / | division in a spreadsheet |
| BLOCK OF CELLS | several cells selected together |
| SUM | the function that will add a block of cells together |
| AVERAGE | the function that will give the average of a block of cells |
| MAX | The function that will give the largest value in the block of cells. |
| MIN | The function that will give the smallest value in the block of cells. |
| IF | the function that will check the condition of a logical statement |
| COLUMN WIDTH | what to change if you see ####### |
| CTRL+N | shortcut for a New workbook |
| CTRL+O | shortcut to Open a workbook |
| CTRL+S | shortcut to Save a workbook |