Graphs

cheeneyeverton

New Member
Joined
Jun 2, 2014
Messages
1
Here's hopping one of you can help me :(

I am trying to create a graph. Week no along the bottom, 0-100% along the left hand side and a Line for each name's percentage.

[TABLE="width: 325"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]Week No[/TD]
[TD]Sara Cheeney[/TD]
[TD]Kim Brierley[/TD]
[/TR]
[TR]
[TD]Week 2013 41[/TD]
[TD]64.1%[/TD]
[TD]99.8%[/TD]
[/TR]
[TR]
[TD]Week 2013 42[/TD]
[TD]76.6%[/TD]
[TD]77.2%[/TD]
[/TR]
[TR]
[TD]Week 2013 43[/TD]
[TD]74.9%[/TD]
[TD]93.7%[/TD]
[/TR]
[TR]
[TD]Week 2013 44[/TD]
[TD]81.7%[/TD]
[TD]99.3%[/TD]
[/TR]
[TR]
[TD]Week 2013 46[/TD]
[TD="align: right"]0[/TD]
[TD]92.1%[/TD]
[/TR]
[TR]
[TD]Week 2013 47[/TD]
[TD="align: right"]0[/TD]
[TD]86.8%[/TD]
[/TR]
[TR]
[TD]Week 2013 48[/TD]
[TD]66.3%[/TD]
[TD]93.6%[/TD]
[/TR]
[TR]
[TD]Week 2013 49[/TD]
[TD]65.1%[/TD]
[TD]88.5%[/TD]
[/TR]
[TR]
[TD]Week 2013 50[/TD]
[TD]71.0%[/TD]
[TD]83.1%[/TD]
[/TR]
[TR]
[TD]Week 2013 51[/TD]
[TD]100.2%[/TD]
[TD]100.0%[/TD]
[/TR]
[TR]
[TD]Week 2013 52[/TD]
[TD]103.5%[/TD]
[TD]96.9%[/TD]
[/TR]
</tbody>[/TABLE]

When I do it it leaves the line hovering at the bottom and not at the % it is.

Can you help?

Thanks
Chris
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Do you have real numbers in the cells, instead of text?

0.641 is the real number
64.1% can be the formatted result

Input the raw numbers as in the first case and you will be able to plot them.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,637
Latest member
Ezio2866

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top