How to set fixed number of decimal digits?
Hello
I need to set a fixed number of decimal digits in a number format.
For example, display always 2 decimal digits:
1584215.5 ---> 1,584,215.50
152401 ---> 152,401.00
5112.52 ---> 5,112.52
0 ---> 0.00
I try to use the format #,###.## but it show differents style with each number above.
Thanks
I need to set a fixed number of decimal digits in a number format.
For example, display always 2 decimal digits:
1584215.5 ---> 1,584,215.50
152401 ---> 152,401.00
5112.52 ---> 5,112.52
0 ---> 0.00
I try to use the format #,###.## but it show differents style with each number above.
Thanks
Esteban
January 21,