0
0
Google Sheetsspreadsheet~5 mins

Relative references in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a relative reference in Google Sheets?
A relative reference changes when you copy a formula to another cell. It adjusts based on the new cell's position.
Click to reveal answer
beginner
How does the formula =A1+B1 behave when copied from row 1 to row 2?
It 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 it manually. The references update automatically.
Click to reveal answer
beginner
If you copy a formula with relative references across columns, what happens?
The column letters in the references change relative to the new column position.
Click to reveal answer
beginner
What is the difference between relative and absolute references?
Relative references change when copied; absolute references stay fixed using $ signs (like $A$1).
Click to reveal answer
What happens to a relative reference when you copy a formula down one row?
AIt becomes an absolute reference
BIt changes to refer to the next row
CIt changes to refer to the previous row
DIt stays the same
If a formula in cell B2 is =A1 and you copy it to cell C3, what will the formula become?
A<code>=B1</code>
B<code>=A1</code>
C<code>=B2</code>
D<code>=C2</code>
Which symbol is NOT used in a relative reference?
A$
BA
C1
DNone of the above
Why might you want to use relative references in a spreadsheet?
ATo prevent formulas from calculating
BTo keep references fixed when copying
CTo lock cells from editing
DTo make formulas update automatically when copied
If you copy a formula with relative references from column A to column C, how do the references change?
AThey shift two columns to the right
BThey stay the same
CThey shift two columns to the left
DThey become absolute references
Explain what a relative reference is and how it behaves when copying formulas in Google Sheets.
Think about how cell addresses change when you drag a formula down or across.
You got /3 concepts.
    Describe a real-life situation where using relative references in a spreadsheet saves time.
    Imagine you have a list of prices and want to calculate totals for many rows.
    You got /3 concepts.