Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all
Wish to format a cell to display numeric figures with thousand omitted. i.e, say HK$1,789,123.00 to display as HK$1,789 How can I do that? (rather than dividing the cell by 1,000 then limit decimal places to 0) Thanks very much Simon |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use a custom format of
#,##0,;-#,##0, -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Simon Wong" wrote in message ... Hi all Wish to format a cell to display numeric figures with thousand omitted. i.e, say HK$1,789,123.00 to display as HK$1,789 How can I do that? (rather than dividing the cell by 1,000 then limit decimal places to 0) Thanks very much Simon |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Bob
You suggestion works. Thanks a lot! Simon "Bob Phillips" wrote: Use a custom format of #,##0,;-#,##0, -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Simon Wong" wrote in message ... Hi all Wish to format a cell to display numeric figures with thousand omitted. i.e, say HK$1,789,123.00 to display as HK$1,789 How can I do that? (rather than dividing the cell by 1,000 then limit decimal places to 0) Thanks very much Simon |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Click FORMAT in the menu, and select CELLS. In the FORMAT CELLS dialog box,
locate CUSTOM in the CATEGORY list (it's at the bottom) and in the TYPE field to the right of the list box enter the following custom format: "HK$" ####.00 -- Kevin Backmann "Simon Wong" wrote: Hi all Wish to format a cell to display numeric figures with thousand omitted. i.e, say HK$1,789,123.00 to display as HK$1,789 How can I do that? (rather than dividing the cell by 1,000 then limit decimal places to 0) Thanks very much Simon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
display to thousand | Excel Discussion (Misc queries) | |||
rounding figures to nearest thousand | Excel Worksheet Functions | |||
convert figures in to word example 350/- three thousand and fifty | Excel Discussion (Misc queries) | |||
Dont display negative figures? | Excel Discussion (Misc queries) | |||
In Bar Chart, can we display both figures and their respective %a. | Excel Discussion (Misc queries) |