#1   Report Post  
Andy
 
Posts: n/a
Default Column Chart

Hi All,
Can someone please tell me how to put the label on the bar ? I can show only
the value or only the label but would like to show both. I am sure the gurus
over here can help. I want to show the label on the bar itself(vertical) on
top of the bar in different color. see e.g (Thats the best I can do :-)
|t| |t|
|i| |i|
|t| |t|
|l| |l|
|e| |e|
|1| |2|

Thanks in advance
Andy
  #2   Report Post  
Modeste
 
Posts: n/a
Default Column Chart

Bonsour®
I'm not à guru...
so much tricks I found there ...
I suppose guru sometimes are tired ??? ;o)))

my solution :
http://cjoint.com/?loaOUzacaC
regards


Andy wrote:
Hi All,
Can someone please tell me how to put the label on the bar ? I can
show only the value or only the label but would like to show both. I
am sure the gurus over here can help. I want to show the label on the
bar itself(vertical) on top of the bar in different color. see e.g
(Thats the best I can do :-)
t| |t|
i| |i|
t| |t|
l| |l|
e| |e|
1| |2|


Thanks in advance
Andy


--
n'oubliez pas les FAQ :
http://www.excelabo.net http://dj.joss.free.fr/faq.htm
http://www.faqoe.com http://faqword.free.fr
--
Feed Back
http://viadresse.com/?94912042


  #3   Report Post  
Jon Peltier
 
Posts: n/a
Default Column Chart

Excel supports one label per data point, or one set of labels per
series. In Excel 2002 or later, you can include more than a single
quantity in each label, by checking the appropriate checkboxes, and
selecting a separator.

I assume you'd have found this, so you must have Excel 2000 or earlier.
In this case, you can construct the labels you want in the worksheet. I
would use three columns, the first with the labels, the third with the
values, and the middle one that concatenates them, using a formula like
this:

=A2&", "&C2
=A2&CHAR(10)&C2
=A2&": "&C2

depending on how to separate the parts of the labels. You may need to
define the format of the label using TEXT:

=A2&", "&TEXT(C2,"0.0%")

Now if you make your chart with the last two columns, the labels column
has the values incorporated.

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


Andy wrote:

Hi All,
Can someone please tell me how to put the label on the bar ? I can show only
the value or only the label but would like to show both. I am sure the gurus
over here can help. I want to show the label on the bar itself(vertical) on
top of the bar in different color. see e.g (Thats the best I can do :-)
|t| |t|
|i| |i|
|t| |t|
|l| |l|
|e| |e|
|1| |2|

Thanks in advance
Andy

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
Stacked Column Chart Stacy Charts and Charting in Excel 1 June 28th 05 05:52 PM
Column Chart Question lyric2002 Excel Worksheet Functions 0 June 14th 05 06:41 PM
Lookup Table Dilemma Karen Excel Worksheet Functions 2 June 10th 05 08:22 PM
Column Chart Hans Knudsen Charts and Charting in Excel 1 May 6th 05 01:35 PM
Column Chart Hans Knudsen Charts and Charting in Excel 1 May 6th 05 06:49 AM


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

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

About Us

"It's about Microsoft Excel"