Solved
How to screen out respondents that have a BMI that does not qualify?
Screener block has 3 questions.
How tall are you in feet? (respondent selects from drop-down 4-7)
Inches (respondent selects from drop down 0-11)
How much do you weigh (text box)
I have attached the questions, survey flow and data analysis formula.
Any help would be greatly appreciated. Thank you.
Best answer by TomG
The formula in your survey flow is formatted incorrectly. It should be:
```
$e{ q://QID72/ChoiceTextEntryValue / ( ( ( q://QID2/ChoiceGroup/SelectedChoices * 12 ) + q://QID4/ChoiceGroup/SelectedChoices ) ^ 2 ) * 703 }
```
You don't really need the BMI > 25 branch in your survey flow. Everyone with BMI <= 25 will already be screened out.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
