Getting a positive percentage to have a + sign

N

Nelson B.

I often show the difference between relative percentages and would like to
have a positive number show up as +9%. Currently I only have -9% and 9%.
Any help would be appreciated.
 
D

Dave Peterson

You can use a custom format variation of:

+0.00%;-0.00%;0%;@

(positive;negative;zero;text)
 
N

Nelson B.

Got it to work. Thanks for everybody's help

Dave Peterson said:
You can use a custom format variation of:

+0.00%;-0.00%;0%;@

(positive;negative;zero;text)
 
Top