I need to count a particular option, when selected from select multiple questions

Dear community , I need to count a particular option, when selected from select multiple questions (not total count, only for a specific option). This works fine with if(${question}=‘response’,1,0) when only the specific option is selected. When the same is selected as one among any other options (say one out of three other options), the count does not work. Can you help? Thanks

@seedsalp, maybe you will need to use the if-statement for this. You can find some workarounds for using an if-statement in these posts discussed previously.