Share via

Display numbers rounded to the nearest thousand

Anonymous
2013-01-30T14:47:25+00:00

How do I format a number displaying to thousands? This is not a graph but a regular worksheet number.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Ashish Mathur 101.8K Reputation points Volunteer Moderator
    2013-02-06T02:44:07+00:00

    Hi,

    The Custom format should be 0.0,

    Hope this helps.

    0 comments No comments

9 additional answers

Sort by: Most helpful
  1. Anonymous
    2013-02-02T05:02:07+00:00

    ... How to add commas to the format (i.e., 1122334 becomes 1,122,000)?

    If I could wade in here, you need to force the comma's display since you are forcing the zeroes in the ones, tens and hundreds (truncating the value)

    #,###,,\0\0\0

    ... bu that might produce unexpected results for numbers less than 1,000 so you can conditionally apply it like this,

    [>999]#,##0,,\0\0\0;General

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2013-02-02T04:24:36+00:00

    Hi,

     

    So 1001 would round to 1000, 1 rounds to what? You can try this custom format

     

    #,\0\0\0

     

     

    Thanks Mike!  I never would have guessed that solution.

    Next question:  How to add commas to the format (i.e., 1122334 becomes 1,122,000)?

    Thanks again,

    Greg

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2013-01-30T16:34:50+00:00

    If you want to just display to the nearest thousand, but retain the original value, use a custom number format  "0," (without the quotes). For example, if A1 contains the value 123,456, the cell will display 123.

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2013-01-30T15:14:37+00:00

    Hi,

    So 1001 would round to 1000, 1 rounds to what? You can try this custom format

    #,\0\0\0

    0 comments No comments