Hello All,
I have a custom format for the number as below
100 - 0.1K
1000 - 1.0K
10000 - 10.0K
200000 - 200.0K
4000000 - 4Mil
Here is what I entered to the custom format:
[>=1000000]#,##0,,"Mil";[<1000000]#,##0.0,"K";General
Now, for the 100, I don't want it to read "0.1K", how should I fix that?
Thank you!
I have a custom format for the number as below
100 - 0.1K
1000 - 1.0K
10000 - 10.0K
200000 - 200.0K
4000000 - 4Mil
Here is what I entered to the custom format:
[>=1000000]#,##0,,"Mil";[<1000000]#,##0.0,"K";General
Now, for the 100, I don't want it to read "0.1K", how should I fix that?
Thank you!