Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to write a custom format that will make a negative percentage number
red but keep the positive numbers black. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You don't need a custom format. Use the menu Format | Conditional
Formatting. Merjet |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could also use the builtin numberformat:
0.00%;[Red]0.00%;0.00%;@ or 0.00%;[Red]-0.00%;0.00%;@ positive;negative;0;text Melissa wrote: I need to write a custom format that will make a negative percentage number red but keep the positive numbers black. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom cell format for percentage | Excel Discussion (Misc queries) | |||
How do I format a column to show a negative percentage in red? | Excel Discussion (Misc queries) | |||
Custom Format- Negative Percentages | Excel Discussion (Misc queries) | |||
negative percentage in parenthetical format | Excel Worksheet Functions | |||
How to write a "Text" or date custom format | Excel Worksheet Functions |