Spreadsheet Cell References Mastery
A Grade 12 math worksheet on advanced spreadsheet cell referencing, including absolute, relative, and mixed references, and their application in formulas.
Includes
Standards
Spreadsheet Cell References Mastery
Name:
Date:
Score:
Read each question carefully and provide your answers in the space provided. Pay close attention to the type of cell reference required for each scenario.
1. Which of the following best describes an absolute cell reference in a spreadsheet formula?
Changes when copied to another cell.
Remains constant when copied to another cell.
Refers to a cell in a different worksheet.
Is only used for sum functions.
2. In the formula =A1*B$2, what type of reference is B$2?
Relative reference
Absolute reference
Mixed reference
3D reference
3. A cell reference that changes when a formula is copied to another cell is called a reference.
4. To make a row absolute in a cell reference, you would place a dollar sign before the .
5. The shortcut key to toggle between relative, absolute, and mixed references in most spreadsheet programs is .
6. Explain the difference between a relative cell reference and an absolute cell reference, and provide an example of when you would use each.
7. Describe a scenario where a mixed cell reference ($A1 or A$1) would be particularly useful in a spreadsheet model.
8. When you copy the formula =SUM(A1:A5) from cell B1 to cell C1, the formula in C1 will automatically adjust to =SUM(B1:B5).
True
False
9. The formula =$C$4 will always refer to cell C4, regardless of where it is copied in the worksheet.
True
False
10. Consider a spreadsheet where you have a list of product prices in column B (starting from B2) and a fixed sales tax rate in cell D1. You need to calculate the price including tax for each product in column C. Write the formula you would enter into cell C2, ensuring that it can be correctly copied down to all other product rows.
11. Imagine you are creating a multiplication table (1-10) in a spreadsheet. In cell B2, you want to enter a formula that, when copied across row 2 and down column B, correctly calculates the product of the row header and column header. For example, if A2 contains '1' and B1 contains '1', B2 should be '1'. If A3 contains '2' and B1 contains '1', B3 should be '2'. If A2 contains '1' and C1 contains '2', C2 should be '2'. Write the formula you would enter into cell B2.