Hi,
Our accounts numbers look like this: 0034-43070-3000-260-561-99
I am creating an excel file where the user, ideally, would want to type in the above account number without hyphens into a cell and then the formatting should automatically insert the hyphens.
Problem(s) I ran into are that if I convert the above string to number for custom format, Excel ignores anything beyond 15 digits and changes that to 0.
If I convert to text, then I cannot use custom format. I tried coming up with a formula but the leading 0s after each hyphen are making the formula very complicated (I am using the Left+Text functions).
Is there any simple way that the user either enters 3443070300026056199 or 003443070300026056199 and it converts to the required format?
Thanks in advance.
Our accounts numbers look like this: 0034-43070-3000-260-561-99
I am creating an excel file where the user, ideally, would want to type in the above account number without hyphens into a cell and then the formatting should automatically insert the hyphens.
Problem(s) I ran into are that if I convert the above string to number for custom format, Excel ignores anything beyond 15 digits and changes that to 0.
If I convert to text, then I cannot use custom format. I tried coming up with a formula but the leading 0s after each hyphen are making the formula very complicated (I am using the Left+Text functions).
Is there any simple way that the user either enters 3443070300026056199 or 003443070300026056199 and it converts to the required format?
Thanks in advance.