Page 1 of 1

numbering format

Posted: Sun Sep 12, 2021 5:30 pm
by sna
Hi Dear,

I need your help how to custom format.for example if I input 123 in cell A1 it would become ***123.00***.if i input 123000 in cell A2 it would be ***123,000.00***.
I try "***"#,###.00"***" but I have no luck.
I can format only "***"#,###.00 it would be **123.00,***123,000.00


Best Wishes,

Re: numbering format

Posted: Sun Sep 12, 2021 6:02 pm
by snasui
:D You can use this format,

"***"#,##0.00"***";"***"-#,##0.00"***"

Re: numbering format

Posted: Sun Sep 12, 2021 7:49 pm
by sna
Thank you