0
0
Google Sheetsspreadsheet~20 mins

Absolute references ($) in Google Sheets - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Absolute Reference Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
Understanding Absolute References in a SUM Formula
You have a table where cell B1 contains the value 10, and cells A2 to A4 contain 1, 2, and 3 respectively. You enter the formula =A2*$B$1 in cell B2 and then drag it down to B4. What is the value in cell B4 after dragging?
A60
B3
C30
D10
Attempts:
2 left
💡 Hint
Remember that $B$1 is an absolute reference and does not change when dragging.
Function Choice
intermediate
2:00remaining
Choosing the Correct Absolute Reference for a Discount Calculation
You want to calculate the discounted price for items listed in column A, where the discount rate is in cell C1. Which formula correctly applies the discount to the price in A2 and can be dragged down without changing the discount cell?
A=A2*(1-$C$1)
B=A2*(1-C1)
C=$A$2*(1-C1)
D=A$2*(1-$C1)
Attempts:
2 left
💡 Hint
The discount rate cell should not change when dragging the formula down.
data_analysis
advanced
3:00remaining
Analyzing the Effect of Mixed References in a Multiplication Table
You create a multiplication table where row 1 (B1:E1) contains numbers 1 to 4, and column A (A2:A5) contains numbers 1 to 4. In cell B2, you enter the formula = $A2 * B$1 and drag it across to E5. What is the value in cell D4?
A8
B9
C16
D12
Attempts:
2 left
💡 Hint
Look at how the mixed references lock either the row or the column when dragging.
🎯 Scenario
advanced
3:00remaining
Fixing a Formula to Correctly Reference a Tax Rate Cell
You have a list of prices in column B and a tax rate in cell D1. You want to calculate the total price including tax in column C. The formula in C2 is =B2*(1+D1). When you drag this formula down, the tax rate reference changes incorrectly. Which formula fixes this issue?
A=B2*(1+$D1)
B=B2*(1+D$1)
C=$B2*(1+D1)
D=B2*(1+$D$1)
Attempts:
2 left
💡 Hint
The tax rate cell should stay fixed when dragging down.
📊 Formula Result
expert
3:00remaining
Determining the Result of a Complex Formula with Mixed Absolute References
In a spreadsheet, cell B1 contains 5, and cell C2 contains 3. You enter the formula =B$1 + $C2 in cell D3 and then drag it one cell right and one cell down to cell E4. What is the value in cell E4?
A0
B10
C6
D8
Attempts:
2 left
💡 Hint
Check how the mixed absolute references affect row and column changes when dragging.