Hi,
I have a series of yes/no questions I have created which the user needs to check either the yes or no checkboxes I have created beside each question. Now, depending on their selection of yes/no choices I want to create an output that either says "Suitable" or "Not Suitable".
What is the function(s) I would use when there are multiple combinations that can determine which output it will be? For example, if question 1 = Yes, 2 = Yes, 3 = Yes & 4 = No then it should output "Suitable" but if question 1 = Yes, 2 = Yes, 3 = Yes & 4 = Yes then output should says "Not Suitable"
Thanks
I have a series of yes/no questions I have created which the user needs to check either the yes or no checkboxes I have created beside each question. Now, depending on their selection of yes/no choices I want to create an output that either says "Suitable" or "Not Suitable".
What is the function(s) I would use when there are multiple combinations that can determine which output it will be? For example, if question 1 = Yes, 2 = Yes, 3 = Yes & 4 = No then it should output "Suitable" but if question 1 = Yes, 2 = Yes, 3 = Yes & 4 = Yes then output should says "Not Suitable"
Thanks