Indian Number Format - Enabling the calculation

G

Guest

MS Excel does not recognise the Indian Number Format of Lacs (= 100,000) and
Crores (=10 million). That is, the comma is put after the 5th place left from
the decimal point for 'Lacs' and after the7th place left from the decimal
point.

I have an Indian Accounting Software called 'Ex' developed by TCS. It
exports data in Indian Number Formats as above. Unfortunately, I can not
process this data as Excel does not recognise this format. This format is
very extensively used in Indian Sub-continent. In order to process this data,
I have remove all the commas by 'find and replace' method. If Excel can have
any feature in Number Format called 'Lacs and Crores' then this data can be
directly precesable.

For me and million (i.e. lacs and crores) others, this is very very
important function.
--
Shrikant

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...f-f585b44f18d8&dg=microsoft.public.excel.misc
 
D

David McRitchie

Hi Shrikant,
You could extract the number with the formula
=VALUE(SUBSTITUTE(A1,",",""))

and you can use a custom number format for the result of a calculation with (positive numbers only)
[ >=10000000]##\,##\,##\,##0.00; [>=100000]##\,##\,##0.00;##,##0.00

http://www.mvps.org/dmcritchie/excel/formula.htm#bhattext


Shrikant said:
MS Excel does not recognise the Indian Number Format of Lacs (= 100,000) and
Crores (=10 million). That is, the comma is put after the 5th place left from
the decimal point for 'Lacs' and after the7th place left from the decimal
point.

I have an Indian Accounting Software called 'Ex' developed by TCS. It
exports data in Indian Number Formats as above. Unfortunately, I can not
process this data as Excel does not recognise this format. This format is
very extensively used in Indian Sub-continent. In order to process this data,
I have remove all the commas by 'find and replace' method. If Excel can have
any feature in Number Format called 'Lacs and Crores' then this data can be
directly precesable.

For me and million (i.e. lacs and crores) others, this is very very
important function.
--
Shrikant

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...f-f585b44f18d8&dg=microsoft.public.excel.misc
 

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

Top