Digit seperator

V

vnsbudhe

Hi

How do I set digit seperator as per local currency counting system

I need "Rs. 12,12,123.00" instead of "Rs. 1,123,123.00"

Vija
 
B

Bob Phillips

You need to set a custom form (Format>Cell(Custom) of

[>=10000000]##\,##\,##\,##0.00;[>=100000]##\,##\,##0.00;##,##0.00

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
B

Bernard Liengme

From a Google search here is a reply by David Richie to the same question in
January


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+currency+group:*excel*&hl=en&lr=...
 
Top