Click the cell where you want the total to appear
Type `=SUM(`
Select the cells in the column you want to add
Type `)`
Press `Enter`
Or click the total cell and use `Alt` + `=` to insert AutoSum
Or use `=SUM(A:A)` to sum an entire column
Or use `=SUM(A1:A10)` to sum a specific range
