Hello,
I have two multiple select question.
The first question contains the below specified attributes and ask respondents choose aware one.
Q1. Which of the following online email services that you aware?
1. WindowsLive/Outlook
2. Gmail
3. Yahoo Mail!
4. Others, Specify
5. No Idea
The second question contains same attributes with change in last attribute. Here we are asking respondents based on the selection of previous questions which are all you are using?
Q2. Which of the following online email services you are using?
1. WindowsLive/Outlook
2. Gmail
3. Yahoo Mail!
4. Others, Specify
5. Not using anything
So, I have created constructed below. It is working fine.
AIC(Q1)
REMOVE(Q1List,5)
However, in Q2 I want to show the attributes selected in Q1 + Not using anything.
How to achieve this?