Posted to microsoft.public.excel.programming
|
|
Summing a whole column
This solution give a circular reference error.
"cparaske" wrote:
Klaus,
If you only have values you want to add in a column (e.g. C), you can
try:
=Sum(C:C)
This will add everything in column C.
HTH
--
cparaske
------------------------------------------------------------------------
cparaske's Profile: http://www.excelforum.com/member.php...fo&userid=3793
View this thread: http://www.excelforum.com/showthread...hreadid=379947
|