Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Pl help me format a number to read as per this example - 10,20,34,000.00
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The only way to format a number in that way is to format it as text
(FormatCellsNumber), which means that the number is displayed exactly as entered, but it would mean that you would have to enter it as 10,20,34,000.00 and do the same every time you want to enter a number into the same cell. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you have Excel 2002 or later look up bhattext in Help.
Otherwise the following format might help you [=10000000]##\,##\,##\,##0.00;[=100000]##\,##\,##0.00;##,##0.00 (This format separates groups for India/Thailand, format valid for positive numbers up to 99,99,99,999.99 or 999,999,999.99) in Excel XP see function BhatText as in Thai Bhat currency. =BAHTTEXT(A37) [Rupees, Rs., Paise, lakhs, crores] ==an alternative may be to use Control Panel, Regional Settings, Numbers, digit grouping. see: http://www.google.ca/groups?q=indian...cel*&hl=en&lr=... best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "Venky" wrote in message ... Pl help me format a number to read as per this example - 10,20,34,000.00 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Piovt Table-Drill Down Numbers lose Currency Format | Excel Discussion (Misc queries) | |||
format cells for currency 2450 and have it format to $24.50? | Excel Worksheet Functions | |||
In Format>Cell>Numbers>currency>Symbol Please add "Rs. India" | Excel Worksheet Functions | |||
Change General Format to Currency Format | Excel Worksheet Functions | |||
why does currency format change to number format? | Excel Discussion (Misc queries) |