Number displays

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

Guest

How do I display a number in thousands or millions without rounding the
number? For example, I would like to see 52,569,832 displayed as 52,569.
 
Format the cell with a custom format
To display in thousands format as #,;-#, (hash comma semicolon)
To display in millions format as #,,;-#,, (hash comma comma semicolon)

Hope this helps.

Nick
 
You can't round down like that, but if you use

Format/Cells/Number/Custom #,##0,

then

52,569,832

will display as

52,570
 

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