0
0
Google Sheetsspreadsheet~5 mins

Formula structure and cell references in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the basic structure of a formula in Google Sheets?
A formula always starts with an equal sign =, followed by the function or expression you want to calculate, like =A1+B1.
Click to reveal answer
beginner
What does a cell reference like A1 mean in a formula?
It points to the cell located at column A and row 1. The formula uses the value inside that cell for calculations.
Click to reveal answer
intermediate
What is the difference between relative and absolute cell references?
Relative references (like A1) change when you copy the formula to another cell. Absolute references (like $A$1) stay fixed no matter where you copy the formula.
Click to reveal answer
beginner
How do you write an absolute reference for column A and row 1?
Use dollar signs before the column letter and row number: $A$1. This locks both the column and row.
Click to reveal answer
beginner
Why do formulas start with an equal sign = in Google Sheets?
The equal sign tells Google Sheets that what follows is a formula to calculate, not just text or a number.
Click to reveal answer
What does the formula =B2+C2 do?
ADivides B2 by C2
BSubtracts C2 from B2
CAdds the values in cells B2 and C2
DMultiplies B2 and C2
If you copy the formula =A1+B1 from row 1 to row 2, what will the formula become?
A<code>=A3+B3</code>
B<code>=A1+B1</code>
C<code>=B1+C1</code>
D<code>=A2+B2</code>
Which formula locks the reference to cell A1 when copied?
A<code>=$A$1</code>
B<code>=A1</code>
C<code>=B$1</code>
D<code>=A$1</code>
What symbol must a formula start with in Google Sheets?
A=
B#
C+
D$
What happens if you write a formula without the equal sign?
AGoogle Sheets calculates it anyway
BIt is treated as text, not a formula
CIt causes an error
DIt becomes a comment
Explain how relative and absolute cell references work in Google Sheets formulas.
Think about what happens when you copy a formula to another cell.
You got /3 concepts.
    Describe the basic parts of a formula in Google Sheets and why the equal sign is important.
    Imagine explaining to a friend why you type = before a calculation.
    You got /3 concepts.