| A | B |
| workbook | file which contains one or more spreadsheets |
| spreadsheet | arrangement of cells in columns and rows used to organize, analyze, calculate, and report information |
| cells | individual locations on a spreadsheet |
| cell address | one specific location on the spreadsheet |
| cell range | a group of adjacent cells on a spreadsheet |
| label | classification used for cells that contain text or numbers that will not be used in calculations |
| value | indicates that the data has the potential to be used in calculations |
| formula | instructs the software to perform a calculation |
| relative cell reference | a cell value that changes as the formula is copied |
| absolute cell reference | cell value that remains the same when copied to other locations |
| mixed cell reference | A reference that indicates the compbinations af an absolute cell and a relative cell |
| sum | Functions used to add a range of cells |
| average | Function used to average a range of cells |
| maximum | function that finds the highest number in a range of cells |
| minimum | function which finds the lowest number in a range of cells |
| equal sign | indicates a calculation in a spreadsheet |