Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
Noa Noa is offline
external usenet poster
 
Posts: 11
Default How can I post values in excel chart without displaying the colum.

I have 3 variables, I would like to display 2 of them as column in a column
chart, and would like the third variable's values to appear on top of the
other columns, without presenting the third variable as a column.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default How can I post values in excel chart without displaying the colum.

Hi,

You could plot it as a line or column and then remove border and fill
formatting.
http://www.andypope.info/charts/StackColTotal.htm

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Noa" wrote in message
...
I have 3 variables, I would like to display 2 of them as column in a column
chart, and would like the third variable's values to appear on top of the
other columns, without presenting the third variable as a column.


  #3   Report Post  
Posted to microsoft.public.excel.charting
Noa Noa is offline
external usenet poster
 
Posts: 11
Default How can I post values in excel chart without displaying the co

Thanks Andy!
Is there a way to post the values on top of the highest column in the chart
(regardless of the hight of the hidden column)? I am using a column chart and
not a stacked chart.

Thanks,
Noa

"Andy Pope" wrote:

Hi,

You could plot it as a line or column and then remove border and fill
formatting.
http://www.andypope.info/charts/StackColTotal.htm

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Noa" wrote in message
...
I have 3 variables, I would like to display 2 of them as column in a column
chart, and would like the third variable's values to appear on top of the
other columns, without presenting the third variable as a column.


  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default How can I post values in excel chart without displaying the co

So you have a cluster column chart with columns side by side. Do you want
the 3 data value displayed above the taller of each pair of columns?

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Noa" wrote in message
...
Thanks Andy!
Is there a way to post the values on top of the highest column in the
chart
(regardless of the hight of the hidden column)? I am using a column chart
and
not a stacked chart.

Thanks,
Noa

"Andy Pope" wrote:

Hi,

You could plot it as a line or column and then remove border and fill
formatting.
http://www.andypope.info/charts/StackColTotal.htm

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Noa" wrote in message
...
I have 3 variables, I would like to display 2 of them as column in a
column
chart, and would like the third variable's values to appear on top of
the
other columns, without presenting the third variable as a column.



  #5   Report Post  
Posted to microsoft.public.excel.charting
Noa Noa is offline
external usenet poster
 
Posts: 11
Default How can I post values in excel chart without displaying the co

Yes, I need the 3rd value dispalayed above the taller of each pair of columns.

"Andy Pope" wrote:

So you have a cluster column chart with columns side by side. Do you want
the 3 data value displayed above the taller of each pair of columns?

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Noa" wrote in message
...
Thanks Andy!
Is there a way to post the values on top of the highest column in the
chart
(regardless of the hight of the hidden column)? I am using a column chart
and
not a stacked chart.

Thanks,
Noa

"Andy Pope" wrote:

Hi,

You could plot it as a line or column and then remove border and fill
formatting.
http://www.andypope.info/charts/StackColTotal.htm

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Noa" wrote in message
...
I have 3 variables, I would like to display 2 of them as column in a
column
chart, and would like the third variable's values to appear on top of
the
other columns, without presenting the third variable as a column.




  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default How can I post values in excel chart without displaying the co

Hi,

You need 2 dummy series with data based on Col1 and Col2 data. This will
have their data labels linked to 2 more columns of cells with text based on
column 3

Assume this is the data

A1: =<empty B1: =Col1 C1: =Col2 D1: =Col3 E1: =DumCol1 F1:
=DumCol2 G1: =DumCol1Lab H1: =DumCol2Lab
A2: =a B2: =1 C2: =2 D2: =10 E2: =IF(B2C2,B2,NA()) F2:
=IF(B2<=C2,C2,NA()) G2: =IF(ISNA(E2),"",$D2)
A3: = b B3: =2 C3: =3 D3: =20
A4: = c B4: =3 C4: =2 D4: =30
A5: =d B5: =4 C5: =3 D5:= 40

Cells E2:G5 can be filled by dragging formula down.
Cells H2:H5 can be filled by dragging G2:G5 right.

Now create a cluster column chart on A1:F5 plotting data in columns.
Delete Data3 series
Move DummyCol1 and DummyCol2 to secondary axis
Delete secondary axis
Link DummyCol1 data labels to the range G2:G5 position outside end
Link DummyCol2 data labels to the range H2:H5 position outside end

You may need to adjust the formula in the event of ties. Currently the
information is displayed on the right side is a draw.

This addin will allow you to easily link data labels to cells.

Cheers
Andy
http://www.appspro.com/Utilities/ChartLabeler.htm

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Noa" wrote in message
...
Yes, I need the 3rd value dispalayed above the taller of each pair of
columns.

"Andy Pope" wrote:

So you have a cluster column chart with columns side by side. Do you want
the 3 data value displayed above the taller of each pair of columns?

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Noa" wrote in message
...
Thanks Andy!
Is there a way to post the values on top of the highest column in the
chart
(regardless of the hight of the hidden column)? I am using a column
chart
and
not a stacked chart.

Thanks,
Noa

"Andy Pope" wrote:

Hi,

You could plot it as a line or column and then remove border and fill
formatting.
http://www.andypope.info/charts/StackColTotal.htm

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Noa" wrote in message
...
I have 3 variables, I would like to display 2 of them as column in a
column
chart, and would like the third variable's values to appear on top
of
the
other columns, without presenting the third variable as a column.



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
Column Chart, Displaying two values on one column. [email protected] Charts and Charting in Excel 1 November 14th 07 05:33 PM
Displaying incremental values in a bar chart smaruzzi Charts and Charting in Excel 1 November 21st 06 05:16 PM
Displaying Zero Values in a Chart ajames Excel Discussion (Misc queries) 1 April 12th 06 05:53 PM
Displaying XValues and Values for chart using VBA Barb Reinhardt Charts and Charting in Excel 2 January 13th 06 01:34 AM
lookup in colum a and compare values in colum b Boggled Excel User Excel Worksheet Functions 14 October 29th 04 06:38 PM


All times are GMT +1. The time now is 09:12 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"