chart combinations

G

Gidget

I am trying to make a chart that contains floating bars that represent a high
and a low. Then I would like to add many points that fall between the highs
and lows. any suggestions?
 
J

Jon Peltier

For the floating bars, you need four columns. Column A is for the category
labels, Column B is the minimum value, column D is the maximum value, and
column C has a formula that computes the difference (e.g., =D2-B2). Make a
stacked column chart with the data in columns A through C. Double click on
the bottom series in the stack, and format it with no borders and no fill to
make it invisible.

For the points, you need two more columns. In column F you need the X values
for the points. For the first category use 1, for the second use 2, etc. In
column G put the Y values for the points. Copy the data in columns F and G,
select the chart, and use Edit menu > Paste Special to add the data as a new
series, with category values in the first column. This adds another set of
columns, stacked on the others. Select this set of columns, go to Chart menu
Chart Type, and choose XY. Then go to Chart menu > Chart Options > Axes
tab, and uncheck the secondary value axis box.

- Jon
 

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