Tip Printed from ExcelTip.com
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.