
Originally Posted by
DonkeyOte
on my version of your file at least the dates in A are not dates they are text values... I would first create a new range of date values but ensure I have all values dated as 1st of appropriate month.
First in E2:F13 setup a table of month in mmm format to month number, eg
E2: JAN
F2: 1
E3: FEB
F3: 2
etc...
Then in D1 enter "Date", in D2:
=DATE(RIGHT(A2,4),VLOOKUP(LEFT(A2,3),$E$2:$F$13,2,0),1)
copy down for all data in D
Then highlight B1:D96 and create a Pivot Chart
Set Date as Row field, Category 1 and 2 as Data Fields
Set chart type to line or whatever you want.
Does that do it for you ?
Bookmarks