headermask image

Business Tools Blog

Format Numbers in Millions using Custom Number Format

You can divide numbers by 1,000,000 to display in millions, but this changes the value of the number.  A better way to display numbers in millions is to use a Custom Number Format.

Photobucket

  • Choose Format > Cells
  • On the Number tab, select Custom from the Category list
  • Paste one of the following formulas in the Type field
    • To display millions with one decimal, paste #.0,,;(#.0,,)
    • To display millions with a dollar sign and one decimal, paste $#.0,,;($#.0,,)
    • To diplay millions with two decimal places, paste #.00,,;(#.00,,)
    • To diplay millions with a dollar sign and with two decimal places, paste $#.00,,;($#.00,,)
    • To diplay millions with three decimal places, paste #.000,,;(#.000,,)
    • To diplay millions with a dollar sign and three decimal places, paste $#.000,,;($#.000,,)

If you liked my post, feel free to subscribe to my rss feeds

2 Comments so far (Add 1 more)

  1. Brent - That’s very cool

    1. Sandi on August 19th, 2009 at 7:20 am
  2. Hey Sandi I’ve got a question. I loved your link to the Peltier site that had a ton of excel number format syntax info. (http://peltiertech.com/Excel/NumberFormats.html)

    By far my favorite is the ‘M” for millions and ‘k’ for thousands.

    [>=1000000]0,,”M”;[>=1000]0,”K”;0

    I make my own custom alteration and all the time for different significant digits etc.

    The problem is excel never seems to retain it in the custom number format menu, so I always have to paste it in each time I use it and start from scratch. What do I need to do to keep my own custom custom formats?

    2. Brent Fontana on August 18th, 2009 at 12:58 pm

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*