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
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
How is your data stored?
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).
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???
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.