Sample Data
This data shows two columns of numbers. We want to sum the numbers in column A and column B using the AutoSum shortcut.
| Cell | Value |
|---|---|
| A1 | 10 |
| A2 | 20 |
| A3 | 30 |
| A4 | |
| B1 | 5 |
| B2 | 15 |
| B3 | 25 |
| B4 |
This data shows two columns of numbers. We want to sum the numbers in column A and column B using the AutoSum shortcut.
| Cell | Value |
|---|---|
| A1 | 10 |
| A2 | 20 |
| A3 | 30 |
| A4 | |
| B1 | 5 |
| B2 | 15 |
| B3 | 25 |
| B4 |
=SUM(A1:A3)A B 1 | 10 | 5 | 2 | 20 | 15 | 3 | 30 | 25 | 4 | | | Formula in A4: =SUM(A1:A3) -> sums values in A1, A2, A3
A B 1 | 10 | 5 | 2 | 20 | 15 | 3 | 30 | 25 | 4 | 60 | | Cell A4 shows the sum of A1 to A3, which is 60.