Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I use the Accounting format to align numbers and dollar signs. How can I make
zero display as the number rather than a dash? -- - markvi |
#2
![]() |
|||
|
|||
![]()
_($* #,##0.00_);_($* (#,##0.00);_($* 0.00_);_(@_)
-- Regards, Peo Sjoblom "markvi" wrote in message ... I use the Accounting format to align numbers and dollar signs. How can I make zero display as the number rather than a dash? -- - markvi |
#3
![]() |
|||
|
|||
![]()
Use this Custom Number Format:
_($* #,##0.00_);_($* (#,##0.00);_($* 0??_);_(@_) This is the code for Excel's built-in Accounting Style with the dash replaced with a zero. Look after the second semicolon to see the change (demonstrated below). This: _($* "-"??_) has been changed to: _($* 0??_) tj "markvi" wrote: I use the Accounting format to align numbers and dollar signs. How can I make zero display as the number rather than a dash? -- - markvi |
#4
![]() |
|||
|
|||
![]()
Thanks to you both!
"tjtjjtjt" wrote: Use this Custom Number Format: _($* #,##0.00_);_($* (#,##0.00);_($* 0??_);_(@_) This is the code for Excel's built-in Accounting Style with the dash replaced with a zero. Look after the second semicolon to see the change (demonstrated below). This: _($* "-"??_) has been changed to: _($* 0??_) tj "markvi" wrote: I use the Accounting format to align numbers and dollar signs. How can I make zero display as the number rather than a dash? -- - markvi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get brackets in format cells accounting? | Excel Discussion (Misc queries) | |||
I cannot get time format to display in a drop-down list | Excel Discussion (Misc queries) | |||
format cell data to display stacked data | Excel Discussion (Misc queries) | |||
entering numbers to display a time format | Excel Discussion (Misc queries) | |||
Format cells to display truncated values? | Excel Discussion (Misc queries) |