Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
chris46521
 
Posts: n/a
Default Column chart with both value x and y-axis


I was wondering if it is possible to define the x and y axes from two
columns of data for a column chart. For example, I want the x-axis to
be "Days Past Due" and the y-axis to be "Quantity" for a bar chart.
When I try to do it now, it plots both sets of data as separate bar
series and I want it similar to XY scatter but with colums instead.
Thanks for any ideas or suggestions you may have.


--
chris46521
------------------------------------------------------------------------
chris46521's Profile: http://www.excelforum.com/member.php...o&userid=35909
View this thread: http://www.excelforum.com/showthread...hreadid=556987

  #2   Report Post  
Posted to microsoft.public.excel.charting
Jon Peltier
 
Posts: n/a
Default Column chart with both value x and y-axis

But that's not what a column chart is good at. Columns cannot be located in
this way, and if they could be, you'd still have to worry about overlapping
and so forth. Why do you need columns? If you want a connection to the axis,
you can use error bars, using a custom measurement of -100% of the value.
But I think even that little bit of decoration will not add value to the
chart.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"chris46521" wrote
in message ...

I was wondering if it is possible to define the x and y axes from two
columns of data for a column chart. For example, I want the x-axis to
be "Days Past Due" and the y-axis to be "Quantity" for a bar chart.
When I try to do it now, it plots both sets of data as separate bar
series and I want it similar to XY scatter but with colums instead.
Thanks for any ideas or suggestions you may have.

--
chris46521



  #3   Report Post  
Posted to microsoft.public.excel.charting
chris46521
 
Posts: n/a
Default Column chart with both value x and y-axis


Thank you for responding. Management wants to see information presented
in the form of columns and that is why I wanted to know if a column
chart could be used similar to an XY scatter. Is there a VBA or a
plug-in that could accomplish this?
Thanks, Chris

Jon Peltier Wrote:
But that's not what a column chart is good at. Columns cannot be located
in
this way, and if they could be, you'd still have to worry about
overlapping
and so forth. Why do you need columns? If you want a connection to the
axis,
you can use error bars, using a custom measurement of -100% of the
value.
But I think even that little bit of decoration will not add value to
the
chart.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"chris46521"
wrote
in message
...

I was wondering if it is possible to define the x and y axes from

two
columns of data for a column chart. For example, I want the x-axis

to
be "Days Past Due" and the y-axis to be "Quantity" for a bar chart.
When I try to do it now, it plots both sets of data as separate bar
series and I want it similar to XY scatter but with colums instead.
Thanks for any ideas or suggestions you may have.

--
chris46521



--
chris46521
------------------------------------------------------------------------
chris46521's Profile: http://www.excelforum.com/member.php...o&userid=35909
View this thread: http://www.excelforum.com/showthread...hreadid=556987

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Column chart with both value x and y-axis

I looked at your original question again. Here's what to do.

1. Delete the label above the days past due data (you need a blank cell to
make it easier), and make sure there's a label above the Quantity data.
2. Select a single cell in the data range.
3. Create a column chart.

This gives you almost what you want. If there are gaps in the Days Past Due
data, there will not be gaps in the chart. To get these gaps, go to Chart
Options on the Chart menu, and on the Axes tab, choose Time Scale under
Category Axis. This gives you some funny looking dates along the X axis.
Double click the axis, and on the number tab, choose General.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"chris46521" wrote
in message ...

Thank you for responding. Management wants to see information presented
in the form of columns and that is why I wanted to know if a column
chart could be used similar to an XY scatter. Is there a VBA or a
plug-in that could accomplish this?
Thanks, Chris

Jon Peltier Wrote:
But that's not what a column chart is good at. Columns cannot be located
in
this way, and if they could be, you'd still have to worry about
overlapping
and so forth. Why do you need columns? If you want a connection to the
axis,
you can use error bars, using a custom measurement of -100% of the
value.
But I think even that little bit of decoration will not add value to
the
chart.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"chris46521"
wrote
in message
...

I was wondering if it is possible to define the x and y axes from

two
columns of data for a column chart. For example, I want the x-axis

to
be "Days Past Due" and the y-axis to be "Quantity" for a bar chart.
When I try to do it now, it plots both sets of data as separate bar
series and I want it similar to XY scatter but with colums instead.
Thanks for any ideas or suggestions you may have.

--
chris46521



--
chris46521
------------------------------------------------------------------------
chris46521's Profile:
http://www.excelforum.com/member.php...o&userid=35909
View this thread: http://www.excelforum.com/showthread...hreadid=556987



  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Column chart with both value x and y-axis


That worked perfectly. Thank you so much for your help!

Jon Peltier Wrote:
I looked at your original question again. Here's what to do.

1. Delete the label above the days past due data (you need a blank cell
to
make it easier), and make sure there's a label above the Quantity
data.
2. Select a single cell in the data range.
3. Create a column chart.

This gives you almost what you want. If there are gaps in the Days Past
Due
data, there will not be gaps in the chart. To get these gaps, go to
Chart
Options on the Chart menu, and on the Axes tab, choose Time Scale
under
Category Axis. This gives you some funny looking dates along the X
axis.
Double click the axis, and on the number tab, choose General.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"chris46521"
wrote
in message
...

Thank you for responding. Management wants to see information

presented
in the form of columns and that is why I wanted to know if a column
chart could be used similar to an XY scatter. Is there a VBA or a
plug-in that could accomplish this?
Thanks, Chris

Jon Peltier Wrote:
But that's not what a column chart is good at. Columns cannot be

located
in
this way, and if they could be, you'd still have to worry about
overlapping
and so forth. Why do you need columns? If you want a connection to

the
axis,
you can use error bars, using a custom measurement of -100% of the
value.
But I think even that little bit of decoration will not add value

to
the
chart.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"chris46521"


wrote
in message
...

I was wondering if it is possible to define the x and y axes from
two
columns of data for a column chart. For example, I want the

x-axis
to
be "Days Past Due" and the y-axis to be "Quantity" for a bar

chart.
When I try to do it now, it plots both sets of data as separate

bar
series and I want it similar to XY scatter but with colums

instead.
Thanks for any ideas or suggestions you may have.

--
chris46521



--
chris46521

------------------------------------------------------------------------
chris46521's Profile:
http://www.excelforum.com/member.php...o&userid=35909
View this thread:

http://www.excelforum.com/showthread...hreadid=556987



--
chris46521
------------------------------------------------------------------------
chris46521's Profile: http://www.excelforum.com/member.php...o&userid=35909
View this thread: http://www.excelforum.com/showthread...hreadid=556987

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
Second X axis at top of chart? Phil Hageman Charts and Charting in Excel 1 December 29th 04 01:48 PM
Copying the contents of a column into a chart Richard Excel Worksheet Functions 1 November 16th 04 02:39 PM


All times are GMT +1. The time now is 06:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"