Cell format - put hyphen where zero value would be.

S

sheana

I am working on an expenses spreadsheet, and I have the category of expenses
in column A. In the cells that would carry the numerical values, how do I
format the cell to show a hyphen where a value would eventually be,
indicating that the present value in the cell is zero?
 
C

CLR

Maybe this.......
Format for Custom, then
_(* #,##0_);_(* (#,##0);_(* "-"_);_(@_)

or

_($* #,##0_);_($* (#,##0);_($* "-"_);_(@_)

The cell must have a zero in it for the hyphen to show up.

Vaya con Dios,
Chuck, CABGx3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top