I have a survey questionairre which asked for one or multiple answers.
Now I need to summarize the date and facing the belwo issue:
The question was asked to select one or more of the below options:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Options[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl66, width: 64"]AMER[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl66, width: 64"]APAC[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 502"]
<tbody>[TR]
[TD="class: xl66, width: 502"]Legislation[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 502"]
<tbody>[TR]
[TD="class: xl66, width: 502"]Agency[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 502"]
<tbody>[TR]
[TD="class: xl66, width: 502"]Others[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The final data received from the survey is in the form of below:
[TABLE="width: 630"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]Row Labels[/TD]
[TD]AMER[/TD]
[TD]APAC[/TD]
[/TR]
[TR]
[TD]Legislation[/TD]
[TD] 1[/TD]
[TD] 1[/TD]
[/TR]
[TR]
[TD]Agency[/TD]
[TD] 2[/TD]
[TD] 1[/TD]
[/TR]
[TR]
[TD]Others[/TD]
[TD] 3[/TD]
[TD] - [/TD]
[/TR]
[TR]
[TD]Legislation, Agency[/TD]
[TD] 4[/TD]
[TD] 1[/TD]
[/TR]
[TR]
[TD]Agency,Others[/TD]
[TD] 1[/TD]
[TD] 3[/TD]
[/TR]
[TR]
[TD]Legislation, Agency, Others[/TD]
[TD] 1[/TD]
[TD] 5[/TD]
[/TR]
[TR]
[TD]Grand Total[/TD]
[TD] 12[/TD]
[TD] 11
[/TD]
[/TR]
</tbody>[/TABLE]
I need to summarise the total count on each of the 3 options for each region. I tried using countif, it did not work. I think I need to use Index formula s this is not simple vlookup case. Your assistance is appreciated.
Now I need to summarize the date and facing the belwo issue:
The question was asked to select one or more of the below options:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Options[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl66, width: 64"]AMER[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl66, width: 64"]APAC[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 502"]
<tbody>[TR]
[TD="class: xl66, width: 502"]Legislation[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 502"]
<tbody>[TR]
[TD="class: xl66, width: 502"]Agency[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 502"]
<tbody>[TR]
[TD="class: xl66, width: 502"]Others[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The final data received from the survey is in the form of below:
[TABLE="width: 630"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]Row Labels[/TD]
[TD]AMER[/TD]
[TD]APAC[/TD]
[/TR]
[TR]
[TD]Legislation[/TD]
[TD] 1[/TD]
[TD] 1[/TD]
[/TR]
[TR]
[TD]Agency[/TD]
[TD] 2[/TD]
[TD] 1[/TD]
[/TR]
[TR]
[TD]Others[/TD]
[TD] 3[/TD]
[TD] - [/TD]
[/TR]
[TR]
[TD]Legislation, Agency[/TD]
[TD] 4[/TD]
[TD] 1[/TD]
[/TR]
[TR]
[TD]Agency,Others[/TD]
[TD] 1[/TD]
[TD] 3[/TD]
[/TR]
[TR]
[TD]Legislation, Agency, Others[/TD]
[TD] 1[/TD]
[TD] 5[/TD]
[/TR]
[TR]
[TD]Grand Total[/TD]
[TD] 12[/TD]
[TD] 11
[/TD]
[/TR]
</tbody>[/TABLE]
I need to summarise the total count on each of the 3 options for each region. I tried using countif, it did not work. I think I need to use Index formula s this is not simple vlookup case. Your assistance is appreciated.