Thread: Sum
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default Sum

B1: = SUM($A$1:$A1)

and copy down

--
__________________________________
HTH

Bob

"Bob" wrote in message
...
I'm pretty inexperienced with Excel, I just want to know if there's an
easy
way to use the sum function to add the cell above it into the equation, so
for example
A B
+5 10
-4 6

Basically I just want a running total in columb B but there are going to
be
a lot of entries, so I was wondering if there was a way to format column B
to
keep a running total of A.
Thanks!
Bob