954,510 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Summing a column

Anyone got any idea how to sum values of a column instead of a row??? ie

1 2 3 4
2 3 4 5
4 3 2 1

7 8 9 10

mark522
Light Poster
49 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

How is your data stored?

Momerath
Nearly a Senior Poster
3,384 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558
 

I showed you in the code I gave you in some other thread. I was using dictionary collection to get the values of the columns (and a sum of them).

Mitja Bonca
Nearly a Posting Maven
2,485 posts since May 2009
Reputation Points: 641
Solved Threads: 474
 
I showed you in the code I gave you in some other thread. I was using dictionary collection to get the values of the columns (and a sum of them).


its stored in csv format.

REALLY?????? WERE???

mark522
Light Poster
49 posts since Mar 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: