|  

» Rounding Numbers to Millions

To round a numbers to millions:

1. Press Ctrl+1 to open the Format Cells dialog box.
2. Select the Number tab, and from Category, select Custom.
3. In the Type box, enter the following Custom Formatting syntax:
#,##0,, ;[Red](#,##0,,);- ;

Result:
• Original number: 5,645,625
• The displaying formatted number: 6

Note:
The number formatting syntax is:
Positive; Negative; 0; Text
Screenshot // Rounding Numbers to Millions
Rounding Numbers to Millions


Rate This Tip
12 34 5
Rating: 3.88     Views: 36783
"Rounding" numbers to millions
Gretchen
Just a slight concern with the term ROUNDING ... the number is NOT rounded to millions ... it is only FORMATTED in millions. The number in the cell remains the original number (5,645,625) and if used in a formula the results will represent the original number, not the "rounded" number.
Click here to post comment
For Registered Users
Name
Comment Title
Comments