Bob,
Here's an option that just might be suitable... IF you ONLY intend to use this when the value in a cell (from a formula or value) is ZERO.
Steps:
1) Use Format - Cells
2) Under "Number", click on "Accounting", and then on "Custom"
3) Under "Type" (on the right), edit the Accounting format (to make it a Custom format)...
Change it FROM this:
_(* #,##0_);_(* (#,##0);_(* "-"_);_(@_)
TO this:
_(* #,##0_);_(* (#,##0);_(* "Ø"_);_(@_)
Note: To get the Ø character, hold down the <Alt> key and enter on the number pad the number: 0216
With this number format, it will ONLY show the Ø when the formula or cell value is zero.
If this is suitable, but you want to change the number of decimals, you can do so. However, ONLY place the Ø character in the SAME section of the format formula -.e.g.
_(* #,##0.00_);_(* (#,##0.00);_(* "Ø.ØØ";_(@_)
will give you 2 decimal places.
Finally, because the Ø character if really the same size as the letter "O", it will not align properly with numbers.
Therefore, an option to consider, is to use the following format, which will align properly. It simply places a hyphen on both sides - e.g.: -0-
The format formula (for no decimal places) would be:
_(* #,##0_);_(* (#,##0);_(* "-0-"_);_(@_)
I hope this at least gives you an option.
Regards, ...Dale Watson dwatson@bsi.gov.mb.ca