| A | B |
| Absolute Cell Reference | A cell reference that does not change when copied because a dollar sign has been placed in front of both the column letter and row number, such as $A$5. |
| Average | A function that adds the values of the cells in a range and divides the result by the number of cells in the range. |
| Cell | Individual locations on a spreadsheet. The intersection of a row and column. |
| Cell Reference | The column letter and row number used to identify a cell, such as B3. |
| Column | Appear vertically in a worksheet and are identified by letters at the top of the worksheet window. |
| Count | A function that will return the number of cells in a range that contain values. |
| Embedding | Used to integrate spreadsheet data with other software applications when you do not want the target data to update when the spreadsheet data is edited. |
| Fill Series | Used to fill a row or column with consecutive data, such as the days of the week, months, etc. |
| Formula | Instructs the software to perform a calculation. |
| Label | Cell data classification used for cells that contain text or for numbers that will not be used in calculations. |
| Linking | Used to integrate spreadsheet data with other software applications when you want the target data to update anytime the spreadsheet data is edited. |
| Max | A function that displays the maximum value in a range of cells. |
| Min | A function that displays the smallest value in a range of cells. |
| Order of Operations | The order in which calculations will be performed by the software. |
| Parentheses | Used to control the order of operations that will be performed by the software. |
| Relative Cell Reference | A cell reference that when copied reflects the row or column it has been copied to. |
| Row | Appear horizontally in a worksheet and are identified by numbers on the left side of the worksheet window. |
| Spreadsheet | An arrangement of cells in columns and rows used to organize, analyze, calculate, and report information, usually in numerical format. |
| Sum | A function that adds the values in a range of cells. |
| Value | Cell data classification used for cells that contain data that has potential to be used in calculations. |
| Workbook | A file which contains one or more spreadsheets. |