manipulating number formats

  • Thread starter Thread starter Billy
  • Start date Start date
B

Billy

Hi

If I type in $1,238,000 I want the cell to display $1,000.
Similarly if I type in $15,965,945 I want the cell to
display $16,000. Can I do this without using the round
function?

Thanks
 
Billy,

I can do it with a custom number format. The problem is that I don't have a US version of Excel so I can't say exactly what format to use. Decimal and thousands separators are different between versions.

You can start with a custom format like
$#,,"000"
or maybe
$#.."000"
I'm not sure,
and do some experimenting in the Format Cells dialog box (you also have to insert the thousands separator). Also see Excel Help where there are some examples.

HTH
Anders Silvén
 
Thanks Anders - it worked a treat!!
-----Original Message-----
Billy,

I can do it with a custom number format. The problem is
that I don't have a US version of Excel so I can't say
exactly what format to use. Decimal and thousands
separators are different between versions.
You can start with a custom format like
$#,,"000"
or maybe
$#.."000"
I'm not sure,
and do some experimenting in the Format Cells dialog box
(you also have to insert the thousands separator). Also
see Excel Help where there are some examples.
HTH
Anders Silvén


"Billy" <[email protected]> skrev i
meddelandet news:[email protected]...
 

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