Custom Formats

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
 
P

Peo Sjoblom

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top