Special sum of a column

Solved/Closed
helensyk Posts 7 Registration date Tuesday March 12, 2013 Status Member Last seen March 20, 2013 - Mar 12, 2013 at 07:46 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 13, 2013 at 06:35 AM
Hello,

In have some columns with plenty of data. And I need to make a column which will have ...

D2=C2
D3=C2+C3
D4=C2+C3+C4
.....................
for about 2891 rows.

Thank you for considering my request.

2 responses

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Mar 12, 2013 at 11:39 AM
try this

=SUM(C$2:C2)

you need to copy from first row down to last row
1
helensyk Posts 7 Registration date Tuesday March 12, 2013 Status Member Last seen March 20, 2013
Mar 13, 2013 at 05:08 AM
Thanks my dear! I appreciate your help.
0
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Mar 13, 2013 at 06:35 AM
you are quite welcome
0