Hi,
so it is a question of txpe "multiple".
Obviously there is no subquestion coded "3". Or is it?
Let's call your question Q1 and the subquestions are coded "1", "2", "3", "4","5","6",...
In an equation you use a nested IF-statement and count the answers as explaind in the manual, like
{if(count(Q1_1,Q1_2,Q1_4)==0,1.5,if(count(Q1_1,Q1_2,Q1_4)==1 or count(Q1_1,Q1_2,Q1_4)==2,3,if(count(Q1_1,Q1_2,Q1_4)=

,4,0)))}
As you nearly never show everything needed ee do not know how your real question looks like
Because if you only have subquestion codes "1", "2","4" it is shortened to
{if(count(that.Q1)==0,1.5,if(count(that.Q1)=

,4,3))}