Display number as thousands

JROM

Board Regular
Joined
Nov 28, 2005
Messages
53
I'm hoping that there's an easy way to do this, but I can't seem to find it.

If you want a number rounded, but displayed in thousands, what is the formula and/or formatting that would be required?

For example, the number 8,978,674:

With the formula "round(8978674,-3)", 8,979,000 is displayed, but I want to actually display in the cell is: 8,979

Any help on this would be appreciated
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Hi,

would this help
=TRUNC(8978674/10^3)
kind regards,
Erik

EDIT: forgot to translate, now fixed
EDIT2: changed ugly layout
 
Upvote 0
If you want to keep the value and just change the format try the following custom format.

#,##0,

Regards
 
Upvote 0
Hi,

would this help
=TRUNC(8978674/10^3)[color]
kind regards,
Erik


Just a technicality, to display "8,979", the OP would need =ROUND(8978674/10^3,0) or =ROUND(8978674,-3), as TRUNC would display 8,978.

Or use sailepaty's suggestion.
 
Upvote 0

Forum statistics

Threads
1,214,798
Messages
6,121,630
Members
449,041
Latest member
Postman24

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top