Hi,
I have been searching for hours on google and did not found the solution to my issue (all solution are for decimal value, in my case it is just a display not real decimal value). I am using following custom number format to show amounts is millions :
0.#,, "M";-0.#,, "M";"-"
All is working fine if I dont have round number (1,100,000) but for round amount like 1,000,000 it show as 1. M
How to avoid leading orphan decimal point if amount is round ?
Thanks
I have been searching for hours on google and did not found the solution to my issue (all solution are for decimal value, in my case it is just a display not real decimal value). I am using following custom number format to show amounts is millions :
0.#,, "M";-0.#,, "M";"-"
All is working fine if I dont have round number (1,100,000) but for round amount like 1,000,000 it show as 1. M
How to avoid leading orphan decimal point if amount is round ?
Thanks
Last edited: