felipeplatzer
New Member
- Joined
- Sep 15, 2018
- Messages
- 1
Hi all,
I am analyzing a survey where people rank several product attributes on a scale from 1 to 5. I want a frequency distribution (of how many people selected 1,2,3,4,5) for all attributes in one table. Is this possible, preferably with PivotTables? I want to avoid using formulas like COUNTIF, because I want to be able to generate data cuts easily without re-writing the whole formula again.
Thanks a lot!
This is the raw data:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Product color[/TD]
[TD]Product look and feel[/TD]
[TD]Product price[/TD]
[TD]Product's ease of use[/TD]
[/TR]
[TR]
[TD]Respondent 1[/TD]
[TD]1[/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Respondent 2[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Respondent 3[/TD]
[TD]3[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Respondent 4[/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
This is the table I need:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Product color[/TD]
[TD]Product look and feel[/TD]
[TD]Product price[/TD]
[TD]Product's ease of use[/TD]
[/TR]
[TR]
[TD]% of respondents rating it 1[/TD]
[TD]20%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[TD]70%[/TD]
[/TR]
[TR]
[TD]% of respondents rating it 2[/TD]
[TD]0%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[TD]20%[/TD]
[/TR]
[TR]
[TD]% of respondents rating it 3[/TD]
[TD]40%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[TD]10%[/TD]
[/TR]
[TR]
[TD]% of respondents rating it 4[/TD]
[TD]40%[/TD]
[TD]20%[/TD]
[TD]10%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]% of respondents rating it 5[/TD]
[TD]0%[/TD]
[TD]20%[/TD]
[TD]90%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD]100%[/TD]
[TD]100%[/TD]
[TD]100%[/TD]
[TD]100%[/TD]
[/TR]
</tbody>[/TABLE]
I am analyzing a survey where people rank several product attributes on a scale from 1 to 5. I want a frequency distribution (of how many people selected 1,2,3,4,5) for all attributes in one table. Is this possible, preferably with PivotTables? I want to avoid using formulas like COUNTIF, because I want to be able to generate data cuts easily without re-writing the whole formula again.
Thanks a lot!
This is the raw data:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Product color[/TD]
[TD]Product look and feel[/TD]
[TD]Product price[/TD]
[TD]Product's ease of use[/TD]
[/TR]
[TR]
[TD]Respondent 1[/TD]
[TD]1[/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Respondent 2[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Respondent 3[/TD]
[TD]3[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Respondent 4[/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
This is the table I need:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Product color[/TD]
[TD]Product look and feel[/TD]
[TD]Product price[/TD]
[TD]Product's ease of use[/TD]
[/TR]
[TR]
[TD]% of respondents rating it 1[/TD]
[TD]20%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[TD]70%[/TD]
[/TR]
[TR]
[TD]% of respondents rating it 2[/TD]
[TD]0%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[TD]20%[/TD]
[/TR]
[TR]
[TD]% of respondents rating it 3[/TD]
[TD]40%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[TD]10%[/TD]
[/TR]
[TR]
[TD]% of respondents rating it 4[/TD]
[TD]40%[/TD]
[TD]20%[/TD]
[TD]10%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]% of respondents rating it 5[/TD]
[TD]0%[/TD]
[TD]20%[/TD]
[TD]90%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD]100%[/TD]
[TD]100%[/TD]
[TD]100%[/TD]
[TD]100%[/TD]
[/TR]
</tbody>[/TABLE]