Fifty
!!!!!!!!!!!!!!!!!!!!!!!!!
hi! So I have a data sheet that is formatted as follows:
What I want is data that will sum the stuff in the 2nd column according to its label in the first column. In this example, it would be something like:
x: 4
y: 2
z: 2
How do I do this? It could be in the form of a numerical sum, or even a graph if that is somehow easier.
Code:
x 1
y 0
x 1
y 0
z 1
x 0
y 1
z 0
z 1
y 0
y 1
z 0
x 1
x 1
What I want is data that will sum the stuff in the 2nd column according to its label in the first column. In this example, it would be something like:
x: 4
y: 2
z: 2
How do I do this? It could be in the form of a numerical sum, or even a graph if that is somehow easier.