Forum Discussion
Format to display 20 numbers in groups of four
Hi Erik,
If you keep it as text, to my knowledge it's not possible to insert any symbols into the text by formatting.
If keep as number Excel rounds it to 15 digits (max for numbers representations), but for numbers in general you may apply grouping using custom format like
0000 0000 0000 0000 0000
Yes, 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)
- SergeiBaklanMay 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