click below
click below
Normal Size Small Size show me how
MOAC Lesson 4-5
| Question | Answer |
|---|---|
| 1. How is a cell reference in a formula and its corresponding location in a worksheet identified? | cell reference and cell location are outlined in matching colors. |
| 2. Gabriel needs to create a formula that does not change when it is copied to cell B2. Which formula should he create? | =$B$1+25 |
| 3. Jennifer is calculating her GPA. If she uses "=(A1+A2+A3+A4)/4", this is an example of which type of entry? | formulas |
| 4. What type of formula cell reference instructs Microsoft Excel to keep the cell reference constant in the formula as it copies it to the destination area? | Absolute |
| 5. Sandra is creating a formula to multiply the values in cells B4 and C4. Which formula should she use? | =B4*C4 |
| 6. Tyler created a monthly sales workbook that contains the formula =SUM(Sales). "Sales" is an example of a(n): | named range. |
| 7. What method is the MOST EFFICIENT way to copy five separate formulas to adjacent cells simultaneously? | Copy using the Fill Handle |
| 8. Tyler created a monthly sales workbook that contains the formula =(January!B3). "January" is an example of a(n): | external reference |
| 9. Joshua created a budget workbook that contains the formula =(Summary!B3). "Summary" is an example of a(n): | external reference. |
| 10. When copying values in Microsoft Excel, which feature automatically adjusts cell references for the new copy location? | Relative reference |
| 11. What do you call it when you reference cells in other sheets in a workbook formula using the sheet name as the reference rather than the cell address? | Worksheet Reference |
| 12. Sandra is creating a formula to subtract the values in cells B4 and C4. Which formula should she use? | =B4-C4 |
| 13. Which command on the Home Tab displays the total of the selected cells directly after the selected cells? | AutoSum |
| 14. Gabriel needs to create a shortcut formula in cell B40 to calculate total sales located in cells B1 through B39. Which function should he create? | =SUM(B1:B39) |
| 15. Larkeysha has created a spreadsheet containing student grades. Which function would she use to return the current date in cell A1? | TODAY |
| 16. What is a prewritten formula that is built into Microsoft Excel called? | Function |
| 17. Which function do you use to insert today’s date in a worksheet so that it automatically updates each time the worksheet is opened? | Today |
| 18. Amanda has created a spreadsheet containing test grades for the first nine weeks. Which function would she use to estimate the grade on her next test? | AVERAGE |
| 19. Larkeysha has created a spreadsheet containing student grades. Which function would she use to return the current date and time in cell A1? | NOW |
| 20. What function adds all of the numbers in a range of cells? | Sum |
| 21. Where can you find the Insert Function button in Microsoft Excel? | Formula bar |
| 22. Which group on the Formulas Ribbon enables a user to specify when a formula is computed? | Calculation |
| 23. Angie is calculating her average sales for the past four months. If she uses "=AVERAGE(B1:B4)", this is an example of which type of entry? | functions |
| 24. Which group on the Formulas Ribbon contains the command that checks for common errors found in a formula? | Formula Auditing |
| 25. Which group on the Formulas Ribbon contains a command that allows a user to create names for cells to use in a formula? | Defined Names |
| 26. Which of the following are valid Microsoft Excel functions? | AVERAGE, MAX, and MIN |
| 27. Amanda has created a spreadsheet containing test grades for the first nine weeks. Which function would she use to find the highest test grade? | MAX |