First, sorry if that has been asked before, I used the search function but didnt find what I'm looking for.
Hopefully one of you can solve my problem.
I did a survey that goes like this (I simplified things, these are not the real questions):
1. Are you happy?
[yes] [rather yes] [rather no] [no] [not gonna tell you] [I dont know]
2a) If question 1 yes or rather yes, because you ate apple?
2b) If question 1 no or rather no, was it because you didnt get apple?
[yes] [rather yes] [rather no] [no] [not gonna tell you] [I dont know]
So now I have my data collected in a data field, I was thinking its easiest to collect every data point by letters a-f (a = yes, b = rather yes, c= rather no...)
So the data looks like
Question1 Question2
Person1 a b
Person2 a c
Person3 d f
Person4 c a
For making graphs for the 1st question I did
COUNTIF(B:B,"a")
COUNTIF(B:B,"b")
COUNTIF(B:B,"c")
Thats easypeasy. But now I cant get my formula done for the second question depending on the first.
What I want is
Number of A when Question1 is A OR B
Number of B when Question1 is A OR B
Number of C when Question1 is A OR B
And
Number of A when Question1 is C OR D
Number of B when Question1 is C OR D
Number of C when Question1 is C OR D
I really tried hard, but I'm nowhere near a solution, so I'm seeking help here!
Hopefully one of you can solve my problem.
I did a survey that goes like this (I simplified things, these are not the real questions):
1. Are you happy?
[yes] [rather yes] [rather no] [no] [not gonna tell you] [I dont know]
2a) If question 1 yes or rather yes, because you ate apple?
2b) If question 1 no or rather no, was it because you didnt get apple?
[yes] [rather yes] [rather no] [no] [not gonna tell you] [I dont know]
So now I have my data collected in a data field, I was thinking its easiest to collect every data point by letters a-f (a = yes, b = rather yes, c= rather no...)
So the data looks like
Question1 Question2
Person1 a b
Person2 a c
Person3 d f
Person4 c a
For making graphs for the 1st question I did
COUNTIF(B:B,"a")
COUNTIF(B:B,"b")
COUNTIF(B:B,"c")
Thats easypeasy. But now I cant get my formula done for the second question depending on the first.
What I want is
Number of A when Question1 is A OR B
Number of B when Question1 is A OR B
Number of C when Question1 is A OR B
And
Number of A when Question1 is C OR D
Number of B when Question1 is C OR D
Number of C when Question1 is C OR D
I really tried hard, but I'm nowhere near a solution, so I'm seeking help here!