L
Lee Harris
Is it array summing that I need
lets say I have rows of data, each one has a name and then several columns
of variables, and I want then to have some way of summing and counting these
based on the names
I have an inkling I need some kind of array formulation but not sure how to
do it properly
examples might be keeping baseball box score lines for players and just
tagging each games stats onto a new row so that the same player would crop
up over and over, and then I would want to have something that summed all
the home runs, or whatever column whenever it comes on a row with
"Garciaparra" as the name etc
tks in advance
lets say I have rows of data, each one has a name and then several columns
of variables, and I want then to have some way of summing and counting these
based on the names
I have an inkling I need some kind of array formulation but not sure how to
do it properly
examples might be keeping baseball box score lines for players and just
tagging each games stats onto a new row so that the same player would crop
up over and over, and then I would want to have something that summed all
the home runs, or whatever column whenever it comes on a row with
"Garciaparra" as the name etc
tks in advance