|  

» Using the Round Function to Round Numbers to Thousands

To round a number to thousands using the Round function, and display the number with three zeros:

For example, to round the number 5,233,501, use the Round function:
=Round(B1, -3)
The result is 5,234,000.

To round a number to thousands using Custom Formatting:

For example, round the number 5,233,501 and display the number without the last three zeros, change the number formatting in the cell to: #,###,
The result is 5,234.
Screenshot // Using the Round Function to Round Numbers to Thousands
Using the Round Function to Round Numbers to Thousands


Rate This Tip
12 34 5
Rating: 4.28     Views: 23432
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments