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

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
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,214,601
Messages
6,120,465
Members
448,965
Latest member
grijken

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