Custom Number Formats - Help

J

James Hamilton

I need to make a custom format so that my numbers have the following
attributes:

- no dollar sign
- thousands shows with a comma; eg: 1,000
- negative numbers shows in red and in brackets with no negative sign; eg:
(1,000)
- zero amounts to be displayed as a " - " not as a blank cell.
- all numbers to be aligned to the right

Thanks!
 
B

Bob Phillips

_-* #,##0.00_-;[Red](#,##0.00);_-* "-"??_-

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
J

James Hamilton

Excellent - thanks Bob

Bob Phillips said:
_-* #,##0.00_-;[Red](#,##0.00);_-* "-"??_-

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

James Hamilton said:
I need to make a custom format so that my numbers have the following
attributes:

- no dollar sign
- thousands shows with a comma; eg: 1,000
- negative numbers shows in red and in brackets with no negative sign; eg:
(1,000)
- zero amounts to be displayed as a " - " not as a blank cell.
- all numbers to be aligned to the right

Thanks!
 
B

Bob Phillips

My pleasure James.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

James Hamilton said:
Excellent - thanks Bob

Bob Phillips said:
_-* #,##0.00_-;[Red](#,##0.00);_-* "-"??_-

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

James Hamilton said:
I need to make a custom format so that my numbers have the following
attributes:

- no dollar sign
- thousands shows with a comma; eg: 1,000
- negative numbers shows in red and in brackets with no negative sign; eg:
(1,000)
- zero amounts to be displayed as a " - " not as a blank cell.
- all numbers to be aligned to the right

Thanks!
 
Top