Sample Data
This table shows numbers in columns A and B. We will use an absolute reference to cell A1 in formulas in column C.
| Cell | Value |
|---|---|
| A1 | 10 |
| A2 | 20 |
| B1 | 5 |
| B2 | 15 |
| C1 | |
| C2 |
Jump into concepts and practice - no test required
This table shows numbers in columns A and B. We will use an absolute reference to cell A1 in formulas in column C.
| Cell | Value |
|---|---|
| A1 | 10 |
| A2 | 20 |
| B1 | 5 |
| B2 | 15 |
| C1 | |
| C2 |
=A2*$A$1A B C 1 | 10 | 5 | | 2 | 20 | 15 | | Formula in C2: =A2*$A$1 Arrow from A2 to C2 Arrow from A1 to C2 (absolute reference)
A B C 1 | 10 | 5 | | 2 | 20 | 15 | 200 | C2 shows 200 because it multiplies A2 (20) by $A$1 (10).
$A$1 do in Excel?$A$1 stays exactly the same, not shifting.$B$2 locks both column B and row 2.=A1*$B$1 and you copy it to cell C2, what will the formula in C2 be?=A2*$B$1 after copying down.$D$1.A2.=B2*C1 in D2 and copy it down. What is the problem and how to fix it?$C$1 to lock both column and row so it stays fixed when copied.