PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting chart combinations

Reply

chart combinations

 
Thread Tools Rate Thread
Old 11-03-2008, 02:09 AM   #1
Gidget
Guest
 
Posts: n/a
Default chart combinations


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?
  Reply With Quote
Old 11-03-2008, 04:26 AM   #2
Jon Peltier
Guest
 
Posts: n/a
Default Re: chart combinations

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
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Gidget" <Gidget@discussions.microsoft.com> wrote in message
news:E75EAB50-EB57-482E-AC7E-A7B305CCD1BD@microsoft.com...
>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?



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off