RE: Excel introduction
Hi Rachel
If you want to add the total of, for instance, cells A1, B1 & C1
in a different cell, type =SUM(A1:C1)
Hope this helps
Paul
RE: Excel introduction
Alternatively, you can use the + operator.
eg. =A1+B1
will give you the sum of A1 and B1.
Regards, Rich