| A | B |
| formula to add A3 and B3 | =A3+B3 |
| a range of cells is separated by what | : (A5:E5) |
| formula to multiply D5 by E2 | =D5*E2 |
| Value doesn't fit. What appears in cell? | #### |
| What precedes a formula? | = |
| What is the function to find the smallest number in a range | =min |
| What is the function to find the largest number in a range | =max |
| This is formed by the intersection of a row and a column | cell |
| This is the area that is ready to receive data | active cell |
| What is the <GoTo> key? | F5 |
| What is the Edit key? | F2 |
| What is an example of a numeric label? | SS, DOB, Phone # |
| What is the default column width | 8 to 9 spaces |
| What is the Excel 3-letter file extension? | .xls |
| Excel is what type of software? | spreadsheet |
| A1:H20 is called what? | a range |
| =A1*(B1+C1). What is performed first? | (B1+C1) |
| =A1*B1+C1. What is performed first? | (A1*B1 |
| What is the function to find the number of entries | =counta |