Hello -
I need some help. I have a series of questions(this series of questions repeats 5 times):
Q1. How old are you? (numerical input)
Q2. Would you like to participate in our survey? (IF Q1 greater than 18; yes/no question)
Q3. Why not? (If Q2 = no)
Q4. Thanks for your time (If Q1 less than 18).
I want to be able to count the number of Q1 values that are greater than 18. Is there a way to extend the countif() function to do this? Or this another way to do this?