Select the cell where you want the total to appear
Type `=SUM(`
Select the range of cells you want to add
Type `)`
Press Enter
Or click the AutoSum button on the Home tab
Or use `=A1+B1+C1` for individual cells
Or use `=SUM(A1:A10)` for a range of cells
