How can I get a column of figures to add up automatically?
Dave Peterson
Guest
Posts: n/a
's Computer Specifications
4th May 2010
Use a formula in a different column.
For instance, if I want to add all the values in column A, I could use this
formula in B1:
=sum(a:a)
Remmy wrote:
>
> How can I get a column of figures to add up automatically?
--
Dave Peterson
Max
Guest
Posts: n/a
's Computer Specifications
5th May 2010
In say, B1: =SUM(A:A)
would achieve your objective to do it for col A
voila? hit the YES below
--
Max
Singapore
---
"Remmy" wrote:
> How can I get a column of figures to add up automatically?