T
tinybunny_8
Hi there,
I saw an article in this web about formatting a number to million usin
the following format:
#,##0,, ;[Red](#,##0,,);- ;
So, if I have 1,777,777 I will get 2. However, what if I want t
display 2,000,000 instead of only 2? How can I do that? Thank you
I saw an article in this web about formatting a number to million usin
the following format:
#,##0,, ;[Red](#,##0,,);- ;
So, if I have 1,777,777 I will get 2. However, what if I want t
display 2,000,000 instead of only 2? How can I do that? Thank you
Got me to think. THANKS A LOT!!!