• Rounded number format

    Author
    Topic
    #502529

    I need to make my piviot table totals appear in rounded thousands without changing the underlying data. So 123,456 would be formatted to show 123,000 or (123,000). If possible, correct rounding is helpful so 123,789 is 124,000 but this is not absolutely necessary. I’m looking for a custom number format that will do that. TYIA

    Viewing 1 reply thread
    Author
    Replies
    • #1531110

      You can use the mround formula , for eg Mround(a1,1000) eg 123485 will round to 124,000 , 123485 will round to 123000 et

    • #1531122

      Assuming you’d want numbers between -500 and 500 (exclusive) to appear as 0 rather than 0,000, you could use:

      [=500]-#,##0,”,000″;#,##0,

    Viewing 1 reply thread
    Reply To: Rounded number format

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: