Custom Number Formats

M

Mary Ann

How do I create a custom number format to return thousands e.g. if the value
is 1000 the format shows 1
 
D

Debra Dalgleish

Select the cells
Choose Format>Cells
On the Number tab, select the Custom category
In the text box, type: #,
Click OK
 
G

Gary Brown

Try the following custom format:-

#,###,

This will display 1,523,754.25 as 1,524

Add how you want negative numbers to display at the end by sepearting
the codes with a semi colon (ie in brackets minus sign etc)
 
Top