Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The following custom format:
[=10000000]#\,##\,##\,###;[=100000]#\,##\,###;#,### works to provide me with the following desired results: 0-100,000 produces "##,###" (basically standard US formatting) 100,000-10,000,000 produces (for 1,000,000) "10,00,000", (for 10,000,000) "1,00,00,000" For 10,000,000,000, it gives me "1000,00,00,000", whereas I need "1,000,00,00,000" (the pattern of commas, after it crosses 9,999,999,999. needs to go back to three digits between each comma. I need to figure out the following 1) after the "1,000,00,00,000" that is displayed for my highest value, each 3 digits should be grouped (like regular spacing of US digits). Cannot get this to happen 2) Need negatives RED and in parentheses Any help is appreciated. -- Boris |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a Custom Format to Format 11168 as 111.68? | Excel Discussion (Misc queries) | |||
Custom Cell format to mimic time format | Excel Discussion (Misc queries) | |||
custom format or conditional format? | Excel Discussion (Misc queries) | |||
how do I add phone number format as a permanent custom format? | Excel Discussion (Misc queries) | |||
Format a cell with a custom number format | Excel Worksheet Functions |