• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

format Crore in small digit

Can you give a bit more sample? What's the condition of applying that format?
>99999 or is it something else?
 
Hi ,

I am not sure that you can divide by a crore to get the figure in units of crores.

In a format string , using an additional comma divides by 1000 ; thus a format string #,###,.### when used in a cell that contains 12345678 will display it as :

12,345.678

where the comma acts as a thousands separator , while the decimal point is because the original number has been divided by 1000.

Thus , using two commas will divide by a million. To get a figure converted to display in units of crores , you need to divide by 1 crore which is 10 million.

I am not sure that this can be done.

Narayan
 
Back
Top