display plus sign on plus numbers in Excel

D

Dave Peterson

You could give it a custom format via
format|Cells|number tab
Custom category
type:
+General;-General;0;@

positive format;negative format;0;text
is the order of that string.
 
Top