The format cells standard offering does not offer brackets around negative numbers. You have to create your own custom format.
So, under FORMAT -> CELLS, select CUSTOM and type in the following:
#,###.00_);(-#,###.00);0.00
What the above shows is:
#,###.00 <- the format for a positive number
(-#,###.00) <- the format for a negative number (if you don't want a minus sign in front of the negative number, then just remove it)
0.00 <- shows the format of all numbers, i.e. that there are 2 decimal points after the integer.
The cells that show the brackets have the format selected as...
1234.00
-1234.00
(1234.00) < this one
(1234.00)
This is not an option on the other users pc.... the only difference I can see is that the ones it works on are NT4.0 and the one it doen't is 2000 Pro....
OK. I understand now. This is likely to be a machine setup difference. Heres how to fix it:
1. Click Start, point to Settings, and click Control Panel.
2. In Control Panel, double-click the Regional Settings icon.
3. Click the Currency tab.
4. In the Negative Currency Format list, select a format with parentheses and no spaces in the format and click OK. (The formats with the spaces do not correct the problem.)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.