earwig999
New Member
- Joined
- Jan 11, 2013
- Messages
- 42
I'm trying to produce an excel chart to show responses to a survey from two different sources.
e.g.
What trends do you think are permanent or temporary?
Apples - P,T,NS
Pears - P,T,NS
Now there are results from a National survey and then results from Local survey. The options people select are Permanent, Temporary or Not Sure (I want these to show as stacked, but side by side for Survey 1 and Survey 2)
When I stack it puts Apples and Pears on top of each other making 200% - I want Survey 1 and Survey 2 side by side but each as a single column containing P,T & NS (adding up to 100%)
[TABLE="width: 682"]
<tbody>[TR]
[TD]Trend[/TD]
[TD="colspan: 3"]Survey 1[/TD]
[TD="colspan: 3"]Survey 2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Temporary[/TD]
[TD]Not Sure[/TD]
[TD]Permanent[/TD]
[TD]Temporary[/TD]
[TD]Not Sure[/TD]
[TD]Permanent[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD="align: right"]3.80%[/TD]
[TD="align: right"]1.00%[/TD]
[TD="align: right"]95.40%[/TD]
[TD="align: right"]2.78%[/TD]
[TD="align: right"]0.46%[/TD]
[TD="align: right"]96.76%[/TD]
[/TR]
[TR]
[TD]Pears[/TD]
[TD="align: right"]1.70%[/TD]
[TD="align: right"]4.00%[/TD]
[TD="align: right"]94.30%[/TD]
[TD="align: right"]0.47%[/TD]
[TD="align: right"]0.46%[/TD]
[TD="align: right"]99.07%[/TD]
[/TR]
</tbody><colgroup><col><col span="6"></colgroup>[/TABLE]
Any pointers please?
e.g.
What trends do you think are permanent or temporary?
Apples - P,T,NS
Pears - P,T,NS
Now there are results from a National survey and then results from Local survey. The options people select are Permanent, Temporary or Not Sure (I want these to show as stacked, but side by side for Survey 1 and Survey 2)
When I stack it puts Apples and Pears on top of each other making 200% - I want Survey 1 and Survey 2 side by side but each as a single column containing P,T & NS (adding up to 100%)
[TABLE="width: 682"]
<tbody>[TR]
[TD]Trend[/TD]
[TD="colspan: 3"]Survey 1[/TD]
[TD="colspan: 3"]Survey 2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Temporary[/TD]
[TD]Not Sure[/TD]
[TD]Permanent[/TD]
[TD]Temporary[/TD]
[TD]Not Sure[/TD]
[TD]Permanent[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD="align: right"]3.80%[/TD]
[TD="align: right"]1.00%[/TD]
[TD="align: right"]95.40%[/TD]
[TD="align: right"]2.78%[/TD]
[TD="align: right"]0.46%[/TD]
[TD="align: right"]96.76%[/TD]
[/TR]
[TR]
[TD]Pears[/TD]
[TD="align: right"]1.70%[/TD]
[TD="align: right"]4.00%[/TD]
[TD="align: right"]94.30%[/TD]
[TD="align: right"]0.47%[/TD]
[TD="align: right"]0.46%[/TD]
[TD="align: right"]99.07%[/TD]
[/TR]
</tbody><colgroup><col><col span="6"></colgroup>[/TABLE]
Any pointers please?
Last edited: