How do I choose the source for labels and data for a chart in excel?
What I want the chart to show is the label on the left to show Item name, then a line to track the sales month over month and the month and the bottom label to show the corresponding month. Also, if possible add another 'dashed' line to show the unit count month over month.
My data:
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]Data[/TD]
[TD]Data[/TD]
[TD="colspan: 2"]Dec Sales[/TD]
[TD="colspan: 2"]Jan Sales[/TD]
[TD="colspan: 2"]Feb Sales[/TD]
[TD="colspan: 2"]Mar Sales[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Units[/TD]
[TD] Sales[/TD]
[TD]Units[/TD]
[TD] Sales[/TD]
[TD]Units[/TD]
[TD] Sales[/TD]
[TD]Units[/TD]
[TD] Sales[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]**[/TD]
[TD]**[/TD]
[TD]5[/TD]
[TD]$10[/TD]
[TD]7[/TD]
[TD]$14[/TD]
[TD]$6[/TD]
[TD]$12[/TD]
[TD]8[/TD]
[TD]$16[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]**[/TD]
[TD]**[/TD]
[TD]2[/TD]
[TD]$6[/TD]
[TD]4[/TD]
[TD]$12[/TD]
[TD]5[/TD]
[TD]$15[/TD]
[TD]3[/TD]
[TD]$9[/TD]
[/TR]
[TR]
[TD]Plums[/TD]
[TD]**[/TD]
[TD]**[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]**[/TD]
[TD]**[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What I want the chart to show is the label on the left to show Item name, then a line to track the sales month over month and the month and the bottom label to show the corresponding month. Also, if possible add another 'dashed' line to show the unit count month over month.
My data:
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]Data[/TD]
[TD]Data[/TD]
[TD="colspan: 2"]Dec Sales[/TD]
[TD="colspan: 2"]Jan Sales[/TD]
[TD="colspan: 2"]Feb Sales[/TD]
[TD="colspan: 2"]Mar Sales[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Units[/TD]
[TD] Sales[/TD]
[TD]Units[/TD]
[TD] Sales[/TD]
[TD]Units[/TD]
[TD] Sales[/TD]
[TD]Units[/TD]
[TD] Sales[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]**[/TD]
[TD]**[/TD]
[TD]5[/TD]
[TD]$10[/TD]
[TD]7[/TD]
[TD]$14[/TD]
[TD]$6[/TD]
[TD]$12[/TD]
[TD]8[/TD]
[TD]$16[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]**[/TD]
[TD]**[/TD]
[TD]2[/TD]
[TD]$6[/TD]
[TD]4[/TD]
[TD]$12[/TD]
[TD]5[/TD]
[TD]$15[/TD]
[TD]3[/TD]
[TD]$9[/TD]
[/TR]
[TR]
[TD]Plums[/TD]
[TD]**[/TD]
[TD]**[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]**[/TD]
[TD]**[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]