Format a number to be displayed divided by 1000

terragnog

New Member
Joined
Jul 25, 2008
Messages
4
Hi all,
this is my first post. I looked for the solution but I didn't find the solution.

This is the question:

I have a worksheet and when I write a number, i.e. 1000 I want that this number will be displayed as 1 (1000 divided by 1000).

The number must remain 1000 but displayed as 1.

The number 1245 should be displayed as 1,245

Thanks
Gianluca
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hi

Set a custom format on the cell(s) via Format>Cells>Number tab and hit the Custom catergory and use:

#,##0,;-#,##0,

Note the comma after the zeros.

EDIT: I'm not certain what format you exactly want. It looks like you may want 3 decimal places? In which case use:

#,##0.000,;-#,##0.000,
 
Upvote 0
Thanks a lot.

I realized that the format depends on the localization of the system.

I am working in Switzerland and I wrote #'##0' and It works fine.

I don't understand why You wrote also the part -#,##0,

Thanks againg,
Gianluca
 
Upvote 0

Forum statistics

Threads
1,226,422
Messages
6,190,961
Members
453,626
Latest member
Paneru

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