G Guest Mar 22, 2007 #1 I need to write a custom format that will make a negative percentage number red but keep the positive numbers black.
I need to write a custom format that will make a negative percentage number red but keep the positive numbers black.
M merjet Mar 22, 2007 #2 You don't need a custom format. Use the menu Format | Conditional Formatting. Merjet
D Dave Peterson Mar 22, 2007 #3 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
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