Custom Formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the following custom format and the $ signs in the column are not lining up properly. The numbers are all positive but consist of a different number of digits. Was hoping you could offer a solution:

_($*#,##0_);_($*(#,##0);_($*"-"??_);_(@_)
 
One way:

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

though if the numbers are really all positive, then you only need

_($* #,##0_)



I'd recommend the dash be a en-dash for zero, rather than a hyphen...
 

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

Back
Top