Excel Line Charts query

mhraja

New Member
Joined
Mar 19, 2011
Messages
16
(Also posted on: http://www.excelforum.com/showthread.php?t=1096637&p=4148413#post4148413)

Hi All, I have a pricing data for my products. I was to see the price trend. I can draw on the Charts using the line charts but it's not giving me exactly what I required.

Taking example of only two models:

MonthItem 1Item 2
Apr800400
May800400
Jun700400
Jul700400
Aug600300


<tbody>
</tbody>

Line Charts give me something like this:
Chart1.png



But I would like something like this:
Chart2.png


Any suggestions?

Many Thanks,
 
Last edited:

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Hi,

Make two lines each.
But Item are like this.
Apr800200
Apr800200
May800200
May1000300
Jun1000300
Jun1200400
Jul1200400
Jul1300500
Aug1300500
Aug1400600
Sep1400600
Sep1500700

<tbody>
</tbody>

Choose scatter diagram (Straight)
Change X-axis's interval to fixed and 40.
Sorry I don't know English expression.

Hope this helps.
 
Upvote 0
Use dates instead of just month labels. Insert a row before each existing row in your data (the shaded cells in the screenshot below) and use the prior month's values for Items 1 and 2. Make the line chart using this data, make sure the horizontal axis is a Date Axis (not a Text Axis) in the Format Axis dialog, and use a custom number format of "MMM" (without the quotes) for the horizontal axis labels.

MrExcel-StepChart.png
 
Upvote 0

Forum statistics

Threads
1,215,945
Messages
6,127,851
Members
449,411
Latest member
adunn_23

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