
Originally Posted by
ben_hensel
Hmm... so, you have an interesting situation from a charting perspective.
Two data series, where:
x1: time (date)
y1: time-dependent value
x2: time (date)
y2: time-dependent value
So the x1 and x2 are similar values that overlap and can easily be graphed together, but we can't simply ignore x2, because for t1 = x1 = x2 there is a y1, but no y2, and vice versa; t2 = x1 = x2; x1 doesn't have a value but y2 does.
Anyway I pulled copies onto one tab, and then used VLOOKUP to put y1 and y2 against a wider date column, which spans x1 and x2. It's not really what I'd call an elegant solution but it's pretty straight-forward, I think.
Bookmarks