Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to display negative percentages using brackets?
IE -4% or (4%). Thank you, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use this in a Custom Format...
0.00%;(0.00%) Use as many zeroes as you want decimal places in your answer. You can also use # signs in place of the zeroes, but the decimal point will be displayed for whole numbers. -- Rick (MVP - Excel) "Jill" <Jill @discussions.microsoft.com wrote in message ... Is there a way to display negative percentages using brackets? IE -4% or (4%). Thank you, |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Jill" <Jill @discussions.microsoft.com wrote:
Is there a way to display negative percentages using brackets? IE -4% or (4%). If that is all you want, use the following custom format: 0.00%;(0.00%) If you would like negative to be red and you would like zero to appear as a dash, similar to Accounting format, use the following custom format: 0.00%;[Red](0.00%);_("-"??_) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Negative Number Display -- need Brackets | Excel Discussion (Misc queries) | |||
Why doesn't my Excel '03 let me use brackets for negative numbers | Excel Worksheet Functions | |||
how do i get negative numbers in brackets in Excel | New Users to Excel | |||
I seem unable to display negative values with brackets | Excel Discussion (Misc queries) | |||
I cannot get Excel to put negative amounts in brackets. Help ! | Excel Worksheet Functions |