Is there any way I can specify a standard or custom numeric format string to always output the sign, be it +ve or -ve (although what it shoudl do for zero, I'm not sure!)
|
1
|
|
|
|
|
|
Yes, you can. There is conditional formatting. See Conditional formatting in MSDN eg:
Where each section separated by a semicolon represents positive and negative numbers or:
if you don't want the zero to have a plus sign. |
||
|
|
|
Beware, when using conditional formatting the negative value doesn't automatically get a sign. You need to do
|
||
|
|
