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 |
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).