Recall & Review
beginner
What is a relative reference in Excel?
A relative reference in Excel is a cell reference that changes when you copy or move a formula to another cell. It adjusts based on the formula's new location.
Click to reveal answer
beginner
How does the formula
=A1+B1 behave when copied from row 1 to row 2?When copied from row 1 to row 2, the formula changes to
=A2+B2 because the references adjust relative to the new row.Click to reveal answer
beginner
Why are relative references useful in spreadsheets?
They let you write one formula and reuse it in many cells without changing the formula manually. Excel adjusts the references automatically.Click to reveal answer
beginner
What happens if you copy a formula with relative references across columns?
The column letters in the cell references change relative to the new column position. For example, copying
=A1 one column to the right becomes =B1.Click to reveal answer
intermediate
Explain the difference between relative and absolute references in Excel.
Relative references change when copied to another cell, while absolute references stay fixed. Absolute references use dollar signs like
$A$1 to lock the cell.Click to reveal answer
If you have the formula
=B2+C2 in cell D2 and copy it to cell D3, what will the formula be?✗ Incorrect
Relative references adjust based on the new row, so B2 and C2 become B3 and C3 when copied down one row.
What symbol is used to make a cell reference absolute, not relative?
✗ Incorrect
The dollar sign ($) locks the column, row, or both to make the reference absolute.
When copying a formula with relative references across columns, what changes?
✗ Incorrect
Copying across columns changes the column letters in the references relative to the new position.
Which of these is a relative reference?
✗ Incorrect
A1 without dollar signs is a relative reference that changes when copied.
Why might you prefer relative references when creating formulas?
✗ Incorrect
Relative references adjust automatically, saving time and effort when copying formulas.
Describe what happens to relative cell references when you copy a formula to a new cell.
Think about how Excel changes cell addresses when you move formulas.
You got /3 concepts.
Explain the difference between relative and absolute references and when you might use each.
Consider dollar signs and how formulas behave when copied.
You got /4 concepts.