Thousand Separator- How to Change

arunjhalani

Board Regular
Joined
Oct 8, 2002
Messages
121
I need to change the Thousand separator grouping.

E.g 10,000,000 is to displayed as 1,00,00,000. This is because I have this system followed in our area. I am not able to change this in Custom format Properties.
Thanks in advance

Arun J
 
That is right upto 10,00,00,000 when I go beyond that the formats fails it shows 100,00,00,000 where as it should show 1,00,00,00,000 and there after every two zero should be grouped.
that is why in my earlier post I had said this.

Thanks for your suggestions
 
Upvote 0

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
That would require a third condition like:

[>=1000000000]##\,##\,##\,##\,###.00

but only 2 are allowed.

Why do you need such large numbers? You could scale them down to 000's using:

[>=10000000000]##\,##\,##\,###.00000,;[>=100000000]##\,##\,###.00000,;#,##0.00000,
 
Upvote 0
YA No need to write those big nos, But The Requirement was that
Thanks Andrew
Ques remains we can limit the lower condition of 100000 but uper condition cant be kept open ?? if that could have been, the leading comma's can't be eliminated.

Well its long thread. Thank u all.
 
Upvote 0
Could You please provide the format common for both Positive and negative, the format is applicable for positive number only but not working for negative.

Anil Tandon
 
Upvote 0

Forum statistics

Threads
1,215,104
Messages
6,123,113
Members
449,096
Latest member
provoking

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top