Recall & Review
beginner
What is the difference between relative and absolute cell references in Google Sheets?
Relative references change when you copy a formula to another cell, while absolute references stay fixed on the same cell no matter where you copy the formula.
Click to reveal answer
beginner
How do you write an absolute reference in Google Sheets?
You add a dollar sign ($) before the column letter and row number, like
$A$1, to keep the reference fixed.Click to reveal answer
beginner
Why does a formula with relative references behave differently when copied across cells?
Because relative references adjust based on the formula's new position, they point to different cells after copying, changing the formula's result.
Click to reveal answer
intermediate
What happens if you mix absolute and relative references in a formula?
Only the parts without dollar signs change when copied. For example,
$A1 keeps the column fixed but changes the row, while A$1 keeps the row fixed but changes the column.Click to reveal answer
beginner
How can understanding reference types help you avoid errors in spreadsheets?
Knowing how references change helps you write formulas that work correctly when copied, saving time and preventing wrong calculations.
Click to reveal answer
What does the formula reference
A1 become if copied one cell down and one cell right?✗ Incorrect
Relative references like
A1 adjust based on the new position, so moving one down and right changes it to B2.Which reference stays the same when copied anywhere in the sheet?
✗ Incorrect
Absolute references with dollar signs before both column and row, like
$A$1, do not change when copied.If a formula uses
$B2 and is copied two columns right and three rows down, what is the new reference?✗ Incorrect
The column is fixed at B because of the $, but the row changes from 2 to 5 (2 + 3).
Why might a formula give wrong results after copying if all references are relative?
✗ Incorrect
Relative references adjust when copied, so if you want to keep some references fixed, you must use absolute references.
What does the dollar sign ($) do in a cell reference?
✗ Incorrect
The $ sign locks either the column, the row, or both, so the reference stays fixed when copying formulas.
Explain how relative and absolute references affect the behavior of formulas when copied in Google Sheets.
Think about what happens when you drag a formula across cells.
You got /4 concepts.
Describe a real-life example where mixing absolute and relative references in a formula is useful.
Imagine you have a list of prices and one tax rate cell.
You got /4 concepts.