Sample Data
This data shows two columns of numbers (A and B). Column C multiplies the values in columns A and B row by row using relative references.
| Cell | Value |
|---|---|
| A1 | 5 |
| A2 | 10 |
| A3 | 15 |
| B1 | 2 |
| B2 | 4 |
| B3 | 6 |
| C1 | =A1*B1 |
| C2 | =A2*B2 |
| C3 | =A3*B3 |
This data shows two columns of numbers (A and B). Column C multiplies the values in columns A and B row by row using relative references.
| Cell | Value |
|---|---|
| A1 | 5 |
| A2 | 10 |
| A3 | 15 |
| B1 | 2 |
| B2 | 4 |
| B3 | 6 |
| C1 | =A1*B1 |
| C2 | =A2*B2 |
| C3 | =A3*B3 |
=A2*B2A B C 1 | 5 | 2 | -> | 2 |10 | 4 | -> | 3 |15 | 6 | -> |
A B C 1 | 5 | 2 | 10 | 2 |10 | 4 | 40 | 3 |15 | 6 | 90 |