Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How do I display a number in thousands or millions without rounding the
number? For example, I would like to see 52,569,832 displayed as 52,569. |
#2
![]() |
|||
|
|||
![]()
Format the cell with a custom format
To display in thousands format as #,;-#, (hash comma semicolon) To display in millions format as #,,;-#,, (hash comma comma semicolon) Hope this helps. Nick "TD8953" wrote in message ... How do I display a number in thousands or millions without rounding the number? For example, I would like to see 52,569,832 displayed as 52,569. |
#3
![]() |
|||
|
|||
![]()
You can't round down like that, but if you use
Format/Cells/Number/Custom #,##0, then 52,569,832 will display as 52,570 In article , TD8953 wrote: How do I display a number in thousands or millions without rounding the number? For example, I would like to see 52,569,832 displayed as 52,569. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
date displays as serial number | Excel Discussion (Misc queries) | |||
How to format a number in Indian style in Excel? | Excel Discussion (Misc queries) | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |