ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   Value Axis - How to remove percent sign without changing values? (https://www.excelbanter.com/charts-charting-excel/178527-value-axis-how-remove-percent-sign-without-changing-values.html)

[email protected]

Value Axis - How to remove percent sign without changing values?
 
Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne

ExcelBanter AI

Answer: Value Axis - How to remove percent sign without changing values?
 
Hi Anne,

Yes, it is possible to remove the percent sign from the value axis of a 100% stacked bar chart without changing the values. Here are the steps to do it:
  1. Select the chart by clicking on it.
  2. Click on the "Format" tab in the ribbon.
  3. In the "Current Selection" group, click on the drop-down arrow and select "Vertical (Value) Axis".
  4. Right-click on the value axis and select "Format Axis" from the context menu.
  5. In the "Format Axis" pane that appears on the right side of the screen, go to the "Number" section.
  6. In the "Category" list, select "Custom".
  7. In the "Type" field, delete the percent sign (
    Code:

    %
    ).
  8. Click on "Add" to add a new format code.
  9. In the "Type" field, enter the following code:
    Code:

    0.0%
  10. Click "Close" to apply the changes.

This will remove the percent sign from the value axis while keeping the percentage values intact.

Christopher Scott [MSFT]

Value Axis - How to remove percent sign without changing values?
 
I played around for a while, but could not find a format code to make 80%
display as 80. I could not get this to work on the sheet cells format
either. You could right click the value axis, choose Format, choose Number
and type in the format code .00 to make 80% display as .80 but it sounds like
you don't want that.

Do you really need to get rid of the percentage sign? I think it would make
the chart more readable and easier to interpret if it were there. Tufte would
agree.

--
Thanks,
Christopher

This posting is provided "AS IS" with no warranties, and confers no rights.


" wrote:

Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne


Jon Peltier

Value Axis - How to remove percent sign without changing values?
 
If you want to keep the original data unchanged, but plot different data,
then use another range, put in a formula like =100*B2 to convert B2 from a
percentage to a number, and use this data in your chart. Put it on another
sheet if your boss would otherwise get confused.

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


wrote in message
...
Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne




[email protected]

Value Axis - How to remove percent sign without changing values?
 
Thanks for looking into this Christopher.

Jon, it's a brilliant suggestion to use an intermediate table to
generate the graph. Thanks a million!

Anne



Jon Peltier

Value Axis - How to remove percent sign without changing values?
 
Well, I wouldn't say brilliant, but it sure is a lot easier. Worksheet space
is cheap, and brainpower to force Excel to do what it doesn't want to is
expensive.

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


wrote in message
...
Thanks for looking into this Christopher.

Jon, it's a brilliant suggestion to use an intermediate table to
generate the graph. Thanks a million!

Anne





[email protected]

Value Axis - How to remove percent sign without changing values?
 
On Monday, March 3, 2008 4:17:02 AM UTC, wrote:
Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne


Tina, you are genius! Thanks for this helpful tip!

[email protected]

Value Axis - How to remove percent sign without changing values?
 
On Monday, March 3, 2008 9:47:02 AM UTC+5:30, wrote:
Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne


you can =cell addres * 100
Thats it very simple Dear

[email protected]

Value Axis - How to remove percent sign without changing values?
 
On Wednesday, August 20, 2014 at 6:29:38 AM UTC-5, wrote:
On Monday, March 3, 2008 9:47:02 AM UTC+5:30, wrote:
Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne


you can =cell addres * 100
Thats it very simple Dear


WOW! exactly! :)

[email protected]

Value Axis - How to remove percent sign without changing values?
 
On Sunday, March 2, 2008 at 11:17:02 PM UTC-5, wrote:
Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne


This is exactly what I was looking for. Thanks Cristina!

[email protected]

Well, I wouldn't say brilliant, but it sure is a lot easier.
 
On Tuesday, February 22, 2011 at 10:34:54 PM UTC+5:30, Cristina Paul wrote:
Found it!
Highlight cells to remove % from
Use Find/replace from top Home menu
Find %
replace - <put in one space using space bar
will convert to 100x each cell but will still have %
Use Format Cell and use cells as numbers with 2 decimal points
thus it divides all cells by 100 but you end up with cells with the original number without % sign...

yea!
Tina

On Monday, March 03, 2008 2:28 AM chscot wrote:


I played around for a while, but could not find a format code to make 80%
display as 80. I could not get this to work on the sheet cells format
either. You could right click the value axis, choose Format, choose Number
and type in the format code .00 to make 80% display as .80 but it sounds like
you don't want that.

Do you really need to get rid of the percentage sign? I think it would make
the chart more readable and easier to interpret if it were there. Tufte would
agree.

--
Thanks,
Christopher

This posting is provided "AS IS" with no warranties, and confers no rights.


" wrote:



On Monday, March 03, 2008 9:32 AM Jon Peltier wrote:


If you want to keep the original data unchanged, but plot different data,
then use another range, put in a formula like =100*B2 to convert B2 from a
percentage to a number, and use this data in your chart. Put it on another
sheet if your boss would otherwise get confused.

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


wrote in message
...



On Monday, March 03, 2008 10:17 AM Jon Peltier wrote:


Well, I wouldn't say brilliant, but it sure is a lot easier. Worksheet space
is cheap, and brainpower to force Excel to do what it doesn't want to is
expensive.

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


wrote in message
...



On Wednesday, March 05, 2008 5:41 AM aonnim wrote:


Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne



Submitted via EggHeadCafe
SQL Operations on a Text File with ADO.NET
http://www.eggheadcafe.com/tutorials...th-adonet.aspx


Thanks Christina it was of great help..............

[email protected]

Well, I wouldn't say brilliant, but it sure is a lot easier.
 
Hi
try the following:
- put 100 in an empty cell and copy this cell
- select your other values
- goto 'Edit - Paste Special' and choose 'Multiply' to multiply them
all in one single step

Thanks,
Suresh

[email protected]

Well, I wouldn't say brilliant, but it sure is a lot easier.
 
On Tuesday, February 22, 2011 at 11:04:54 PM UTC+6, Cristina Paul wrote:
Found it!
Highlight cells to remove % from
Use Find/replace from top Home menu
Find %
replace - <put in one space using space bar
will convert to 100x each cell but will still have %
Use Format Cell and use cells as numbers with 2 decimal points
thus it divides all cells by 100 but you end up with cells with the original number without % sign...

yea!
Tina

On Monday, March 03, 2008 2:28 AM chscot wrote:


I played around for a while, but could not find a format code to make 80%
display as 80. I could not get this to work on the sheet cells format
either. You could right click the value axis, choose Format, choose Number
and type in the format code .00 to make 80% display as .80 but it sounds like
you don't want that.

Do you really need to get rid of the percentage sign? I think it would make
the chart more readable and easier to interpret if it were there. Tufte would
agree.

--
Thanks,
Christopher

This posting is provided "AS IS" with no warranties, and confers no rights.


" wrote:



On Monday, March 03, 2008 9:32 AM Jon Peltier wrote:


If you want to keep the original data unchanged, but plot different data,
then use another range, put in a formula like =100*B2 to convert B2 from a
percentage to a number, and use this data in your chart. Put it on another
sheet if your boss would otherwise get confused.

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


wrote in message
...



On Monday, March 03, 2008 10:17 AM Jon Peltier wrote:


Well, I wouldn't say brilliant, but it sure is a lot easier. Worksheet space
is cheap, and brainpower to force Excel to do what it doesn't want to is
expensive.

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


wrote in message
...



On Wednesday, March 05, 2008 5:41 AM aonnim wrote:


Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne



Submitted via EggHeadCafe
SQL Operations on a Text File with ADO.NET
http://www.eggheadcafe.com/tutorials...th-adonet.aspx


Hey guys,

i must say its much easier.
thanks a lot.

Ayon

ketnoi247365

Up cho bÃ*i viết rất hay của bạn

[email protected]

Well, I wouldn't say brilliant, but it sure is a lot easier.
 
On Wednesday, 10 August 2016 09:42:29 UTC+1, wrote:
Hi
try the following:
- put 100 in an empty cell and copy this cell
- select your other values
- goto 'Edit - Paste Special' and choose 'Multiply' to multiply them
all in one single step

Thanks,
Suresh


THANK YOU All

[email protected]

Well, I wouldn't say brilliant, but it sure is a lot easier.
 
Thanks I also benefited with the answer thank u

[email protected]

Value Axis - How to remove percent sign without changing values?
 
On Monday, March 3, 2008 at 1:17:02 AM UTC-3, wrote:
Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne


Heh, 10 years lated and I had the same doubt,lol.

Got my answer with "cell"*100. It was really simple and I feel kind of stupid, but surely thankful.

Thanks everyone!

[email protected]

Value Axis - How to remove percent sign without changing values?
 
Thanks a lot!!

[email protected]

Value Axis - How to remove percent sign without changing values?
 
On Friday, June 22, 2018 at 10:04:27 AM UTC+2, wrote:
Thanks a lot!!


Right click on the vertical axis- change chart type - and instead of 100% stacked column select stacked column. That is it

[email protected]

Value Axis - How to remove percent sign without changing values?
 
On Sunday, March 2, 2008 at 11:17:02 PM UTC-5, wrote:
Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne


I found a different way about it...

I have a data column with the percentage number which is formatted as 0;; which means no decimals;no negatives;0 doesn't show... this way I have a clean column of numbers which I could also use as whole numbers if need be.

My solution came in the formula which I use based on that data... supposing the data column is B, the formula would be:

(A1 * B1%) / C1

Cheers!!

[email protected]

Value Axis - How to remove percent sign without changing values?
 
On Sunday, March 2, 2008 at 11:17:02 PM UTC-5, wrote:
Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne


I found a different way about it...

I have a data column with the percentage numbers which is formatted as

0;; which means: no decimals;no negatives;0 doesn't show

also, no percent sign...
this way I have a clean column of numbers which I could also use as whole numbers if need be.

My solution came in the formula which I use based on that data...
supposing the data column is B, my formula would be:

(A1 * B1%) / C1

Cheers!

[email protected]

Well, I wouldn't say brilliant, but it sure is a lot easier.
 
On Tuesday, February 22, 2011 at 9:04:54 AM UTC-8, Cristina Paul wrote:
Found it!
Highlight cells to remove % from
Use Find/replace from top Home menu
Find %
replace - <put in one space using space bar
will convert to 100x each cell but will still have %
Use Format Cell and use cells as numbers with 2 decimal points
thus it divides all cells by 100 but you end up with cells with the original number without % sign...

yea!
Tina

On Monday, March 03, 2008 2:28 AM chscot wrote:


I played around for a while, but could not find a format code to make 80%
display as 80. I could not get this to work on the sheet cells format
either. You could right click the value axis, choose Format, choose Number
and type in the format code .00 to make 80% display as .80 but it sounds like
you don't want that.

Do you really need to get rid of the percentage sign? I think it would make
the chart more readable and easier to interpret if it were there. Tufte would
agree.

--
Thanks,
Christopher

This posting is provided "AS IS" with no warranties, and confers no rights.


" wrote:



On Monday, March 03, 2008 9:32 AM Jon Peltier wrote:


If you want to keep the original data unchanged, but plot different data,
then use another range, put in a formula like =100*B2 to convert B2 from a
percentage to a number, and use this data in your chart. Put it on another
sheet if your boss would otherwise get confused.

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


wrote in message
...



On Monday, March 03, 2008 10:17 AM Jon Peltier wrote:


Well, I wouldn't say brilliant, but it sure is a lot easier. Worksheet space
is cheap, and brainpower to force Excel to do what it doesn't want to is
expensive.

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


wrote in message
...



On Wednesday, March 05, 2008 5:41 AM aonnim wrote:


Hi,

I would like to keep the percentage values but remove the percent sign
from the value axis of a 100% stacked bar chart. Can it be done?

Thanks
Anne



Submitted via EggHeadCafe
SQL Operations on a Text File with ADO.NET
http://www.eggheadcafe.com/tutorials...th-adonet.aspx


This is exactly what i was looking for! thank you!


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com