how to total amounts in one colum

Q

Quif210786

how do i total my phone bill amounts so that i can get a total in a "total"
cell?
or how do i add multiple figures to gain a total?
 
P

Pete_UK

Assuming that the cost of each call is in column F, then you can enter
this formula in your "total" cell:

=SUM(F1:F100)

Adjust the range to suit your data.

Hope this helps.

Pete
 
Top