Sample Data
This table shows numbers in columns A and B. Column C will contain formulas that add values from columns A and B in the same row.
| Cell | Value |
|---|---|
| A1 | 10 |
| A2 | 20 |
| A3 | 30 |
| B1 | 5 |
| B2 | 15 |
| B3 | 25 |
| C1 | |
| C2 | |
| C3 |
This table shows numbers in columns A and B. Column C will contain formulas that add values from columns A and B in the same row.
| Cell | Value |
|---|---|
| A1 | 10 |
| A2 | 20 |
| A3 | 30 |
| B1 | 5 |
| B2 | 15 |
| B3 | 25 |
| C1 | |
| C2 | |
| C3 |
=A1+B1A B C 1 | 10 | 5 | -> | 2 | 20 | 15 | | 3 | 30 | 25 | |
A B C 1 | 10 | 5 | 15 | 2 | 20 | 15 | | 3 | 30 | 25 | |