Hi everybody,
I wonder how can I count observations according to certain criteria?
I have fields (variables) Condition1 Condition2 Condition3 Condition4
And I have 60 observations (members)
I want to to count how many members have Condition4=”Y” and anyone of Condition 1-3 =”N”
If Condition4=”Y” AND
(Condition1=”N” OR
(Condition2=”N” OR
(Condition3=”N”) THEN
.....................
.....................
I have no idea how to count members however...
Could You please give me a hand?
Thank You!
Iren
I wonder how can I count observations according to certain criteria?
I have fields (variables) Condition1 Condition2 Condition3 Condition4
And I have 60 observations (members)
I want to to count how many members have Condition4=”Y” and anyone of Condition 1-3 =”N”
If Condition4=”Y” AND
(Condition1=”N” OR
(Condition2=”N” OR
(Condition3=”N”) THEN
.....................
.....................
I have no idea how to count members however...
Could You please give me a hand?
Thank You!
Iren