Percentage

John 4348

Board Regular
Joined
Apr 21, 2022
Messages
81
Office Version
  1. 2010
Platform
  1. Mobile
Hello everyone
I need a formula to determine when the percentage is 100,100,if not , show the number with 2 decimal, for example (100),(96.54).
Thanks in advance
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
You can achieve this with custom formatting like this:

Rich (BB code):
[=1]0%;0.00%

Book12.xlsx
A
1100%
290.00%
385.00%
480.00%
570.00%
Sheet3
 
Upvote 0
You can achieve this with custom formatting like this:

Rich (BB code):
[=1]0%;0.00%

Book12.xlsx
A
1100%
290.00%
385.00%
480.00%
570.00%
Sheet3
Thank you.
I am a bigenner at Excel, could you explain the Formula please?
 
Upvote 0
For values equal to 1 (100%) it applies the format 0%, for anything else it applies forma 0.00%

You hace to use it in custom formatting:
1723219784726.png


Here you can learn more about formats. Search for conditional at the bottom.:

Excel custom number formats
 
Last edited:
Upvote 0
Solution

Forum statistics

Threads
1,221,568
Messages
6,160,550
Members
451,656
Latest member
SBulinski1975

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