Hi everybody!
I am trying to complicate my life 🙂 and I want to get the following:
I have a multiple choice that will be eventually hidden.
This multiple choice is fed by other questions.
I would like to get all Options selected in the "Option needed" question, but it selects only the fist option.
If I select the second and the third choice, then it will select the second only.
This is the calculation:
if(selected(${Choice1},'Choice1'),'Option1',
if(selected(${Choice2},'Choice2'),'Option2',
if(selected(${Choice3},'Choice3'),'Option3','')))
I am not able to figure out how to solve it.
Thanks!
Solved! Go to Solution.
Thank you for this late reply but I worked, thank you! 🙂