custom formatting

B

BorisS

I continue to be stumped. anyone that can try the below and figure out how
to do will be heaven-sent

The following custom format:

[>=10000000]#\,##\,##\,###;[>=100000]#\,##\,###;#,###

works to provide me with the following desired results:

0-100,000 produces "##,###" (basically standard US formatting)
100,000-10,000,000 shows (for 1,000,000) "10,00,000", (for 10,000,000)
"1,00,00,000"

For 10,000,000,000, it gives me "1000,00,00,000", whereas I need
"1,000,00,00,000" (the pattern of commas, after it crosses 9,999,999,999.
needs to go back to three digits between each comma.

I need to figure out the following, in this priority (meaning if it all
cannot be accomplished, I'll take what I can get:

1) Need negatives RED and in parentheses

2) after the "1,000,00,00,000" that is displayed for my highest value, each
3 digits should be grouped (like regular spacing of US digits). Cannot get
this to happen

Any help is immensely appreciated.
 

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

Similar Threads

custom format 0
custom formatting 0
formatting for Rupees 0
custom number format not working 2
formatting rupees 8
Custom Formatting (# x 1000) 2
custom formatting not working 0
specialized formatting 2

Top