Forum Discussion
Rika2608
Jun 30, 2021Copper Contributor
Excel custom format id number
I want to create a form where persons have to enter their id numbers. It must look like this: 000000 0000 000 When I do this Excel changes it to 0 000 000 000 000 as if it is thousands. It works ...
Riny_van_Eekelen
Jun 30, 2021Platinum Contributor
Rika2608 Irrespective of your local settings you can set a custom format to the cells that hold the ID numbers. The custom format would be exactly as you specifies it, 000000 0000 000
- Rika2608Jun 30, 2021Copper ContributorIt did not work. Eventually saw that I have to change it to
000000\ 0000\ 000
This works.- SergeiBaklanJun 30, 2021Diamond Contributor
Space and some other characters like colon, caret, etc are displayed in custom number format natively. Backslah is required for other characters like percent. Perhaps you didn't enter format manually but copy / paste from web, when non-printable characters may appear which require backslah.