Digit seperator

  • Thread starter Thread starter vnsbudhe
  • Start date Start date
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
 
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)
 
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=...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top