Custom Formats

  • Thread starter Thread starter Paul W Smith
  • Start date Start date
P

Paul W Smith

I am trying to find a format that will give the following:

Positive numbers = + [number]
Negative numbers = - [number]
zero = 0 (neither sign)

I have ("+ 0; - 0") which achieves the first two but still prefixes zero
with "+ "

Can anyone help me.

Paul Smith
 
One way

+General;-General;General

using the general format, you can of course use the same for number formats
with decimals like

+0.00;-0.00;0.00
 
Back
Top