Hi!
I've found custom format which enables me to convert values into millions like below:
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!
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!