Hello, I know this can be doen and have done it previously but it seems as I cant rememebr how this morning - i am wanting to prepare a line chart that will compare two sets of data. I want the X axis to be days of the week - M, T, W, Th, F and the Y axis is going to be the item - So I want one line to be for the day of the week that the item comes into the office and the second line to be the day of the week that item was put into work. For example my data will be like this and I want one line to represent arrival of said item while other line represents the start of said item (I am having difficulties due to the arrival and start not being numerical but they should be able to be grouped kind of like a bar chart but wanting it represented as a line/run chart not a bar chart):
[TABLE="width: 500"]
<TBODY>[TR]
[TD]Item[/TD]
[TD]Arrival[/TD]
[TD]Start Work[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]M[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]T[/TD]
[TD]T[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]F[/TD]
[TD]T[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Th[/TD]
[TD]M[/TD]
[/TR]
</TBODY>[/TABLE]
[TABLE="width: 500"]
<TBODY>[TR]
[TD]Item[/TD]
[TD]Arrival[/TD]
[TD]Start Work[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]M[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]T[/TD]
[TD]T[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]F[/TD]
[TD]T[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Th[/TD]
[TD]M[/TD]
[/TR]
</TBODY>[/TABLE]