I'm trying to write a correct 'If' statement for a number of questions/responses that, when a button is clicked, sends the user to a relevant Outcome screen (there are three). The first 2 are OK as based on responses, the user either goes to first outcome or second outcome. How do I structure the statement for this third condition? The first conditions are: If 'relevant' but not 'limited' or 'relevant and limited', go to Outcome 2; if 'limited' but not 'relevant, go to Outcome 3. The third is: If 'relevant' but not 'limited' and a question on another screen is 'no' go to Outcome 4.