Formatting cell to properly display % as 0%

Oryan77

Board Regular
Joined
May 9, 2009
Messages
176
I have my sheet set to "Show a zero in cells that have zero value".

I am trying to format a cell so that it displays % in a cell when numbers are entered, such as, 0%, 5%, 10%, 20%, or 50%.

I used the formula ##\% in the custom cell format, which works for all numbers except for when a zero is entered as a value. The cell only shows the % rather than showing 0%.

I have other cells that reference this cell using IF(ISNUMBER(SEARCH formulas. So I need the cell to show exactly as 0%, 5%, 10%, 20%, or 50%. The % does not actually need to be a value after the number. I just need the cell to display the % after the number.

Is there a way to make this work without breaking my other formulas?
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Hi,

You can use:

0\% as the custom format, but you do realize the underlying Value is the Whole number 5, 10, 20, etc, and Not .05 (5%), .1 (10%), .2 (20%)...
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,444
Messages
6,124,891
Members
449,194
Latest member
JayEggleton

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top