Ian has attended:
Excel Introduction course
Sums
How do i add figures up and get a final total at the end of a spread sheet ?
RE: sums
Hi Ian,
SUM is the function to add a list of figures in Excel.
=SUM(cell 1: last cell)
e.g. if the list is over 3 columns from cell A1 to C10 and the result will show in cell A11. Then in cell A11, you may type:
=sum(A1:C10)
Hope this helps.
Regards,
Katie