• 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.

Converting Values into millions

akuku

New Member
Hi!

I've found custom format which enables me to convert values into millions like below:
Code:
_-* #.##0000_-;-* #.##0,00_-;_-* "-"??_-;_-@_-""

The only problem is that let's say instead of 111,111,222 I get 111.111222 and I would like to have only 2 decimal points like that 111.11

Thanks for help!
 
Hi, akuku!
Try changing the format to:
_-* #.##0,00_-;-* #.##0,00_-;_-* "-"??_-;_-@_-""
Regards!
 
Hi again,

now I received some totally different format by using _-* #.##0,00_-;-* #.##0,00_-;_-* "-"??_-;_-@_-""
as SirJB7 posted.

That's weird:)
 

Attachments

  • format custom.xlsx
    12.5 KB · Views: 3
@akuku
Hi!
My answer pointed towards the decimal places, but reading again your question about the millions I join @Debraj(ex-Roy)'s suggestion.
Regards!
 
Back
Top