Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
for some reason, the following enterred into custom format does not work
[=10000000]#,###\,##\,##\,##0;[=10000000]###\,##\,##\,##0;[=100000]##\,##\,##0;##,##0 whereas this works fine [=10000000]###\,##\,##\,##0;[=100000]##\,##\,##0;##,##0 attempting to accomplish numbering format (format used in India) Y,YYY,XX,000.0 in other words, at the US 'thousands' break (0 break to X), there is a comma then the next break between X and Y (hundred more), with another comma (as opposed to the next thousands break) then it begins to count like U.S., every three digits The XX is called 'lakh' The Y is called "crore" So what in U.S. would be 10 billion (10,000,000,000) would there be 100,000,00,000 (one hundred thousand crore). I am trying to accomplish this with custom formatting, but either I'm enterring the wrong formula (note:the formula for break between 'lakh' and 'crore' (X to Y) does work. It is the longer one, which tries to force the regular reading of the 'crore' amount, which says it cannot be understood. Any help? -- Boris |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
[=10000000]#,###\,##\,##\,##0;[=10000000]###\,##\,##\,##0;[=100000]##\,##\,##0;##,##0
"[=10000000]" appears twice. Tyro "BorisS" wrote in message ... for some reason, the following enterred into custom format does not work [=10000000]#,###\,##\,##\,##0;[=10000000]###\,##\,##\,##0;[=100000]##\,##\,##0;##,##0 whereas this works fine [=10000000]###\,##\,##\,##0;[=100000]##\,##\,##0;##,##0 attempting to accomplish numbering format (format used in India) Y,YYY,XX,000.0 in other words, at the US 'thousands' break (0 break to X), there is a comma then the next break between X and Y (hundred more), with another comma (as opposed to the next thousands break) then it begins to count like U.S., every three digits The XX is called 'lakh' The Y is called "crore" So what in U.S. would be 10 billion (10,000,000,000) would there be 100,000,00,000 (one hundred thousand crore). I am trying to accomplish this with custom formatting, but either I'm enterring the wrong formula (note:the formula for break between 'lakh' and 'crore' (X to Y) does work. It is the longer one, which tries to force the regular reading of the 'crore' amount, which says it cannot be understood. Any help? -- Boris |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
true. my mistake. but edited version:
[=10000000000]#,###\,##\,##\,##0;[=10000000]###\,##\,##\,##0;[=100000]##\,##\,##0;##,##0 gives same message of not being accepted by excel. FYI, I am using 07, and this is being saved as compatible for 97-03. Any other ideas? -- Boris "Tyro" wrote: [=10000000]#,###\,##\,##\,##0;[=10000000]###\,##\,##\,##0;[=100000]##\,##\,##0;##,##0 "[=10000000]" appears twice. Tyro "BorisS" wrote in message ... for some reason, the following enterred into custom format does not work [=10000000]#,###\,##\,##\,##0;[=10000000]###\,##\,##\,##0;[=100000]##\,##\,##0;##,##0 whereas this works fine [=10000000]###\,##\,##\,##0;[=100000]##\,##\,##0;##,##0 attempting to accomplish numbering format (format used in India) Y,YYY,XX,000.0 in other words, at the US 'thousands' break (0 break to X), there is a comma then the next break between X and Y (hundred more), with another comma (as opposed to the next thousands break) then it begins to count like U.S., every three digits The XX is called 'lakh' The Y is called "crore" So what in U.S. would be 10 billion (10,000,000,000) would there be 100,000,00,000 (one hundred thousand crore). I am trying to accomplish this with custom formatting, but either I'm enterring the wrong formula (note:the formula for break between 'lakh' and 'crore' (X to Y) does work. It is the longer one, which tries to force the regular reading of the 'crore' amount, which says it cannot be understood. Any help? -- Boris |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving custom number format to NUMBER | Setting up and Configuration of Excel | |||
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 | |||
Custom number format always defaults last number to 0. | Excel Discussion (Misc queries) | |||
Custom Number Format... | Excel Worksheet Functions |