R
Rick
In a table below, I am trying to "Count" the number of time a row
begining with "H" has a number "1" iin it. I believe this has to be a
"Nested" function but I am unsure.
I will repeat this function for the leters A/U/S, and for the number
0/2 as well.
H 1 1 0 2 0
H 2 2 1 0 0
A 1 1 1 1 1
U 0 0
U 2 1 1
S 0
H 1 2 1 2 1
A 2 2 2 1 1
U 1 1 1 1 2
Rick
begining with "H" has a number "1" iin it. I believe this has to be a
"Nested" function but I am unsure.
I will repeat this function for the leters A/U/S, and for the number
0/2 as well.
H 1 1 0 2 0
H 2 2 1 0 0
A 1 1 1 1 1
U 0 0
U 2 1 1
S 0
H 1 2 1 2 1
A 2 2 2 1 1
U 1 1 1 1 2
Rick