how do I display $1,243,597 as $1,244 and $(324,567) as $(325)?

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

Guest

I've created a work around by creating a positvie and a negative custom
number format under format cells but I haven't been able to create one custom
format that works for both positive and negative numbers that can be applied
to a range of cells. There must be an easier way. I want to be able to
highlight a number of cells and have it automatically round those cells to
the nearest thousand and drop the ,000 from $989,000 so it displays as $989.
 
cl,

Use a custom format of

$#,###,

HTH,
Bernie
MS Excel MVP
 
Oops, missed your negative requirement. Use a custom format of

$#,###,;($#,###,)

HTH,
Bernie
MS Excel MVP
 
Make that:

$#,###,;$(#,###,)

I'm just not paying attention today <g>

HTH,
Bernie
MS Excel MVP
 
Thank you...I don't know why I couldn't figure out how to do pos & neg. -
this makes sense now that I see it here. Do you know how to save custom
number formats so when you open a new worksheet you can find the same format
again? I've found that in every worksheet I have to add the custom number
format.
 
I think if you add that format to a cell in your workbook template file (Book.xlt, in your startup
folder), it should be available when you open a new workbook. Same should hold for Sheet.xlt.

HTH,
Bernie
MS Excel MVP
 

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