Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8
Default Bar Charts that I don't want labeled within the chart

I am doing bar charts based on percentages. My titles are Poor, Fair, Good,
Excellent. Usually the % for Poor or Fair is 0% but if it is 2% for Poor and
1% for Fair it looks like 21% because of the size. If it is under 3% I don't
want it to show the title but I still want to show it via color in the chart
so we know there was something chosen other than zero. Is there an If,Then
type of statment I can use to correct this?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Bar Charts that I don't want labeled within the chart

Hi,

Try this custom number format on the data labels.
[0.03]0%;

Cheers
Andy

VenusITN wrote:
I am doing bar charts based on percentages. My titles are Poor, Fair, Good,
Excellent. Usually the % for Poor or Fair is 0% but if it is 2% for Poor and
1% for Fair it looks like 21% because of the size. If it is under 3% I don't
want it to show the title but I still want to show it via color in the chart
so we know there was something chosen other than zero. Is there an If,Then
type of statment I can use to correct this?

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8
Default Bar Charts that I don't want labeled within the chart

Will that still show the color but not put a label on it? It is on the right
track, never thought to do this. I want it to not have a label if it is
below 3%? Think if I put nothing as the solution it would not put a label???

Thanks for your help,
VenusITN

"Andy Pope" wrote:

Hi,

Try this custom number format on the data labels.
[0.03]0%;

Cheers
Andy

VenusITN wrote:
I am doing bar charts based on percentages. My titles are Poor, Fair, Good,
Excellent. Usually the % for Poor or Fair is 0% but if it is 2% for Poor and
1% for Fair it looks like 21% because of the size. If it is under 3% I don't
want it to show the title but I still want to show it via color in the chart
so we know there was something chosen other than zero. Is there an If,Then
type of statment I can use to correct this?


  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Bar Charts that I don't want labeled within the chart

Yes it should so colour in bar but no label.
Did you try it?

Cheers
Andy

VenusITN wrote:
Will that still show the color but not put a label on it? It is on the right
track, never thought to do this. I want it to not have a label if it is
below 3%? Think if I put nothing as the solution it would not put a label???

Thanks for your help,
VenusITN

"Andy Pope" wrote:


Hi,

Try this custom number format on the data labels.
[0.03]0%;

Cheers
Andy

VenusITN wrote:

I am doing bar charts based on percentages. My titles are Poor, Fair, Good,
Excellent. Usually the % for Poor or Fair is 0% but if it is 2% for Poor and
1% for Fair it looks like 21% because of the size. If it is under 3% I don't
want it to show the title but I still want to show it via color in the chart
so we know there was something chosen other than zero. Is there an If,Then
type of statment I can use to correct this?


  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8
Default Bar Charts that I don't want labeled within the chart

Nope it didn't work for me. I am going to play with the suggestion though.
Think it will work with that. Wondering if I leave out the 0% part if it
would leave it blank?

"Andy Pope" wrote:

Yes it should so colour in bar but no label.
Did you try it?

Cheers
Andy

VenusITN wrote:
Will that still show the color but not put a label on it? It is on the right
track, never thought to do this. I want it to not have a label if it is
below 3%? Think if I put nothing as the solution it would not put a label???

Thanks for your help,
VenusITN

"Andy Pope" wrote:


Hi,

Try this custom number format on the data labels.
[0.03]0%;

Cheers
Andy

VenusITN wrote:

I am doing bar charts based on percentages. My titles are Poor, Fair, Good,
Excellent. Usually the % for Poor or Fair is 0% but if it is 2% for Poor and
1% for Fair it looks like 21% because of the size. If it is under 3% I don't
want it to show the title but I still want to show it via color in the chart
so we know there was something chosen other than zero. Is there an If,Then
type of statment I can use to correct this?




  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8
Default Bar Charts that I don't want labeled within the chart

Andy,

I found an easy solution, just delete the label. Never thought about doing
that, thought if I deleted I would get rid of the actual bar. Have 130
people here at my office, no one could help but now they all think I am the
expert. LOL

thanks so much!!!!

"VenusITN" wrote:

Nope it didn't work for me. I am going to play with the suggestion though.
Think it will work with that. Wondering if I leave out the 0% part if it
would leave it blank?

"Andy Pope" wrote:

Yes it should so colour in bar but no label.
Did you try it?

Cheers
Andy

VenusITN wrote:
Will that still show the color but not put a label on it? It is on the right
track, never thought to do this. I want it to not have a label if it is
below 3%? Think if I put nothing as the solution it would not put a label???

Thanks for your help,
VenusITN

"Andy Pope" wrote:


Hi,

Try this custom number format on the data labels.
[0.03]0%;

Cheers
Andy

VenusITN wrote:

I am doing bar charts based on percentages. My titles are Poor, Fair, Good,
Excellent. Usually the % for Poor or Fair is 0% but if it is 2% for Poor and
1% for Fair it looks like 21% because of the size. If it is under 3% I don't
want it to show the title but I still want to show it via color in the chart
so we know there was something chosen other than zero. Is there an If,Then
type of statment I can use to correct this?


  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Bar Charts that I don't want labeled within the chart

Deleting the label will obviously work. But if the data changes those
deleted labels will not return unless you re-apply labels and delete again.

If you want to email me an example of your chart I will take a look.

Cheers
Andy

VenusITN wrote:
Andy,

I found an easy solution, just delete the label. Never thought about doing
that, thought if I deleted I would get rid of the actual bar. Have 130
people here at my office, no one could help but now they all think I am the
expert. LOL

thanks so much!!!!

"VenusITN" wrote:


Nope it didn't work for me. I am going to play with the suggestion though.
Think it will work with that. Wondering if I leave out the 0% part if it
would leave it blank?

"Andy Pope" wrote:


Yes it should so colour in bar but no label.
Did you try it?

Cheers
Andy

VenusITN wrote:

Will that still show the color but not put a label on it? It is on the right
track, never thought to do this. I want it to not have a label if it is
below 3%? Think if I put nothing as the solution it would not put a label???

Thanks for your help,
VenusITN

"Andy Pope" wrote:



Hi,

Try this custom number format on the data labels.
[0.03]0%;

Cheers
Andy

VenusITN wrote:


I am doing bar charts based on percentages. My titles are Poor, Fair, Good,
Excellent. Usually the % for Poor or Fair is 0% but if it is 2% for Poor and
1% for Fair it looks like 21% because of the size. If it is under 3% I don't
want it to show the title but I still want to show it via color in the chart
so we know there was something chosen other than zero. Is there an If,Then
type of statment I can use to correct this?

  #8   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8
Default Bar Charts that I don't want labeled within the chart

Which email should I send it to? You are so correct,if I take it out it is
gone. And there could be 10 with 0% but the one with 15% sends a red flag
and we want to be able to see it.

"VenusITN" wrote:

I am doing bar charts based on percentages. My titles are Poor, Fair, Good,
Excellent. Usually the % for Poor or Fair is 0% but if it is 2% for Poor and
1% for Fair it looks like 21% because of the size. If it is under 3% I don't
want it to show the title but I still want to show it via color in the chart
so we know there was something chosen other than zero. Is there an If,Then
type of statment I can use to correct this?

  #9   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Bar Charts that I don't want labeled within the chart

email addy is

andy AT andypope DOT info

VenusITN wrote:
Which email should I send it to? You are so correct,if I take it out it is
gone. And there could be 10 with 0% but the one with 15% sends a red flag
and we want to be able to see it.

"VenusITN" wrote:


I am doing bar charts based on percentages. My titles are Poor, Fair, Good,
Excellent. Usually the % for Poor or Fair is 0% but if it is 2% for Poor and
1% for Fair it looks like 21% because of the size. If it is under 3% I don't
want it to show the title but I still want to show it via color in the chart
so we know there was something chosen other than zero. Is there an If,Then
type of statment I can use to correct this?

  #10   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8
Default Bar Charts that I don't want labeled within the chart

Andy,

It is on it's way. Thank you soooooo much!!!!

Allison

"Andy Pope" wrote:

email addy is

andy AT andypope DOT info

VenusITN wrote:
Which email should I send it to? You are so correct,if I take it out it is
gone. And there could be 10 with 0% but the one with 15% sends a red flag
and we want to be able to see it.

"VenusITN" wrote:


I am doing bar charts based on percentages. My titles are Poor, Fair, Good,
Excellent. Usually the % for Poor or Fair is 0% but if it is 2% for Poor and
1% for Fair it looks like 21% because of the size. If it is under 3% I don't
want it to show the title but I still want to show it via color in the chart
so we know there was something chosen other than zero. Is there an If,Then
type of statment I can use to correct this?


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
Columns Labeled Wendy Excel Discussion (Misc queries) 1 April 18th 07 12:41 AM
Labeled Coordinate Plots Stroma36 Excel Discussion (Misc queries) 2 March 14th 07 03:31 PM
Your Excel download templates need to be labeled. Kioren Moss Excel Discussion (Misc queries) 0 October 28th 06 08:30 PM
Columns in Excel labeled numbers rather than letters? zrossing Excel Discussion (Misc queries) 2 October 19th 06 06:13 PM
Plot many X-Y points with each being labeled with an ID Rocko the Horse Excel Discussion (Misc queries) 1 May 8th 06 12:19 AM


All times are GMT +1. The time now is 12:11 PM.

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"