View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
cparaske[_4_] cparaske[_4_] is offline
external usenet poster
 
Posts: 1
Default Summing a whole column


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