#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Chart display help

How can I have the chart bars display the percentages and the data labels be
the raw numbers? Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3,346
Default Chart display help

Hi,

By default bar charts don't display percentages, however, you could create
custom data labels by combing a calculation of the percentage with the actual
value in another range and the using a program like the free XL Chart Labeler
to pick up that range for the data labels.

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

Suppose the numbers that are your Values are in C2:C10, create a new column
by entering the following formula in D2
=C2/SUM(C$2:C$10)
Copy this formula down to row 10. This calculates the %'s
In E2 enter the formula
=C2&" - "&D2
Copy this formula down. It concatenates the value and the %. You may need
to modify it as follows:
=C2&" - "&TEXT(D2,"0%")
or some other format.

Now use the Chart Labeler to use the entries in E2:E10 as the chart's data
labels.

If this helps, please click the Yes button.

Cheers,
Shane Devenshire

"Rusty McLouth" wrote:

How can I have the chart bars display the percentages and the data labels be
the raw numbers? Is this possible?

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 19
Default Chart display help

SO, Excel cannot do this without an add on?

"Shane Devenshire" wrote:

Hi,

By default bar charts don't display percentages, however, you could create
custom data labels by combing a calculation of the percentage with the actual
value in another range and the using a program like the free XL Chart Labeler
to pick up that range for the data labels.

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

Suppose the numbers that are your Values are in C2:C10, create a new column
by entering the following formula in D2
=C2/SUM(C$2:C$10)
Copy this formula down to row 10. This calculates the %'s
In E2 enter the formula
=C2&" - "&D2
Copy this formula down. It concatenates the value and the %. You may need
to modify it as follows:
=C2&" - "&TEXT(D2,"0%")
or some other format.

Now use the Chart Labeler to use the entries in E2:E10 as the chart's data
labels.

If this helps, please click the Yes button.

Cheers,
Shane Devenshire

"Rusty McLouth" wrote:

How can I have the chart bars display the percentages and the data labels be
the raw numbers? Is this possible?

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
Can I display an Excel chart as my screensaver display? Burke Charts and Charting in Excel 0 August 1st 06 07:01 PM
Dynamic Chart Display shanab Charts and Charting in Excel 0 April 19th 06 07:10 PM
How to display a series in chart table and not in the chart? Mani Charts and Charting in Excel 1 February 22nd 06 04:38 PM
How to display the negative bar in bar chart? ramkumar_cpt Charts and Charting in Excel 1 December 16th 05 05:40 AM
Pie Chart display Bryan Hessey Excel Discussion (Misc queries) 0 August 12th 05 05:12 AM


All times are GMT +1. The time now is 10:01 PM.

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"