How to Combine a Floating Column Chart with Line?

G

Guest

My data looks like this:
Date B C D E
06/12/06 108.95 107.64 #N/A #N/A
06/13/06 108.38 106.67 108.61 109.29
06/14/06 108.05 108.02 108.04 108.72
06/15/06 110.15 110.04 107.71 108.39
06/16/06 110.23 109.83 109.81 110.49
06/19/06 110.29 109.02 109.89 110.57

I'm attempting to create a floating column chart using column D and E, where
the first occurrence (6/13) ought to float a column from a low of 108.61 to a
high of 109.29. A stacked column, with the D column removed results in a
floating column from 108 to 217. How do you produce a floating column from
108.61 to 109.29 for the 6/13 occurrence?

Then, I'd like to add a line, using column B, to the floating chart.
 
G

Guest

Produce a new column containing the difference between D and E. Then, create
a stacked column chart using Date, column D and the new (Difference) column.
Remove the border and fill for the D series, leaving only the difference
series illustrated on the chart as floating columns. Change date, along the
x-axis, to a category; otherwise, gaps are present for weekend days. Adding
B as a third (line) series involves specifying the source data which renders
another stacked column, selecting the added B column series and, using chart
type, re-typing B as a line chart.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top