melovecookies
New Member
- Joined
- Sep 7, 2018
- Messages
- 2
How can I get the survey results below shown as second table below? Idea is to capture names of associates who answered "1" in a single cell.
Raw data:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]question 1[/TD]
[TD]question 2[/TD]
[TD]question3[/TD]
[/TR]
[TR]
[TD]Associate1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]3[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Desired end results: (would like to get associates names in a single cell who answered questions as "1"
[TABLE="width: 500"]
<tbody>[TR]
[TD]Question1[/TD]
[TD]Associate1, Associate5[/TD]
[/TR]
[TR]
[TD]Question2[/TD]
[TD]Associate1, Associate2, Associate5[/TD]
[/TR]
[TR]
[TD]Question3[/TD]
[TD]Associate1, Associate5[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 292"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD]Thanks for your help [/TD]
[TD="colspan: 3"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="colspan: 3"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="colspan: 3"][/TD]
[/TR]
</tbody>[/TABLE]
Raw data:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]question 1[/TD]
[TD]question 2[/TD]
[TD]question3[/TD]
[/TR]
[TR]
[TD]Associate1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]
Associate2
<strike></strike>[/TD]
[TD]3[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]
Associate3
[/TD][TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]
Associate4
[/TD][TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]
Associate5
<strike></strike>[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Desired end results: (would like to get associates names in a single cell who answered questions as "1"
[TABLE="width: 500"]
<tbody>[TR]
[TD]Question1[/TD]
[TD]Associate1, Associate5[/TD]
[/TR]
[TR]
[TD]Question2[/TD]
[TD]Associate1, Associate2, Associate5[/TD]
[/TR]
[TR]
[TD]Question3[/TD]
[TD]Associate1, Associate5[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 292"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD]Thanks for your help [/TD]
[TD="colspan: 3"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="colspan: 3"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="colspan: 3"][/TD]
[/TR]
</tbody>[/TABLE]