I have one monthly data series in one spreadsheet and one quarterly in a different spreadsheet. What is the "smartest" way to plot them together in one graph (in Excel)? Its quite a lot of data, so I would like to avoid fiddling with it manually.
EDIT: The data is laid out in the following way:
Monthly:
2011-12-01 1246.91
2011-11-01 1251
2011-10-03 1131.21
2011-09-01 1219.12
2011-08-01 1292.59
2011-07-01 1320.64
2011-06-01 1345.2
Quarterly:
1947q1 237.2
1947q2 240.4
1947q3 244.5
1947q4 254.3
1948q1 260.3
1948q2 267.3
1948q3 273.8
1948q4 275.1
We can assume that 1947q1 is the same day as the corresponding monthly data for January.