I already know how to sum a *range* of cells.
Click, drag, release, and then click on the Sigma
icon.
That sums up a range of cells.
I want to sum up the whole column. The *entire*
column.
I don't want to have some silly formula like "sum
from one to billion".
Is there a formula for summing the entire column?
krcowen@aol.com - 09 Feb 2007 22:58 GMT
Try something like:
=sum(a:a)
to sum the entire column a.
Good luck.
Ken
Norfolk, Va
On Feb 9, 5:54 pm, "Arctic Wolf" <NoSpam-ArcticW...@mail.com-NoSpam>
wrote:
> I already know how to sum a *range* of cells.
> Click, drag, release, and then click on the Sigma
[quoted text clipped - 5 lines]
> from one to billion".
> Is there a formula for summing the entire column?
Don Guillett - 09 Feb 2007 23:00 GMT
have you tried
=sum(f:f)
I wouldn't put it in the 1st row of the column desired.

Signature
Don Guillett
SalesAid Software
dguillett1@austin.rr.com
>I already know how to sum a *range* of cells.
> Click, drag, release, and then click on the Sigma icon.
> That sums up a range of cells.
> I want to sum up the whole column. The *entire* column.
> I don't want to have some silly formula like "sum from one to billion".
> Is there a formula for summing the entire column?