0
0
Google Sheetsspreadsheet~5 mins

Mixed references in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a mixed reference in Google Sheets?
A mixed reference is a cell reference where either the row or the column is fixed (absolute), but not both. For example, $A1 fixes the column A but allows the row to change, and A$1 fixes the row 1 but allows the column to change.
Click to reveal answer
beginner
How do you write a mixed reference that fixes the row but allows the column to change?
You write the reference with a dollar sign before the row number only. For example, A$1 fixes row 1 but lets the column change when copied.
Click to reveal answer
beginner
How does a mixed reference behave when copied across columns?
If the column is not fixed (no $ before the column letter), it changes as you copy across columns. If the column is fixed (with $), it stays the same.
Click to reveal answer
intermediate
Example: What happens to the reference $B3 when copied one cell to the right?
The reference stays $B3 because the column B is fixed with $, so it does not change. The row 3 is relative and stays 3 because copying right does not change rows.
Click to reveal answer
intermediate
Why use mixed references instead of fully absolute or fully relative references?
Mixed references let you lock either the row or the column while allowing the other to change. This is useful for formulas that need to adjust in one direction but stay fixed in the other, like when copying formulas across a table.
Click to reveal answer
Which of these is a mixed reference?
A$A$1
B$A1
CA1
D1$A
If you copy the formula with reference A$2 from cell B2 to C3, what will the reference become?
AB$2
BA$3
CB3
DA2
What does the $ symbol do in a cell reference?
AChanges the cell color
BMakes the cell reference invalid
CFixes the row or column so it does not change when copied
DAdds a comment to the cell
Which reference will change both row and column when copied?
AA1
B$A$1
C$A1
DA$1
You want to fix the row number 5 but allow the column to change when copying a formula. Which reference should you use?
A$5A
B$A$5
C$A5
DA$5
Explain what a mixed reference is and give an example.
Think about locking only the row or only the column.
You got /3 concepts.
    Describe how mixed references behave when copying formulas across rows and columns.
    Consider $ before column or row and how that affects copying.
    You got /3 concepts.