Forum Discussion
Deleted
May 03, 2018Format to display 20 numbers in groups of four
What format can I use in order to display 89462046211305792124 (20 numbers) as "8946 2046 2113 0579 2124" (displayed in group of four digits)?
Deleted
May 03, 2018Yes, this is exactly the problem, because I exceed 15 digits, I need to convert it to text (otherwise excel will change the exceeding digits to zeros..) to avoid the problem, but then the format code you suggest will not work. Any other ideas? I have heard in some cases you can use @ or ? I think (to represent either text or digits, but I am not sure if this is correct)
SergeiBaklan
May 03, 2018Diamond Contributor
Erik, no other ideas if only not to convert by formulas (into other column) or by macro.
With @ as placeholder you may only add prefix