Forum Discussion
charly365
Jan 03, 2022Copper Contributor
text into columns
Hello, I need to separate a text into columns. For example, the text looks like this: IT00584002150 I need to get IT in one column and the number 00584002150 in the next column. Unfortunately, whe...
Riny_van_Eekelen
Jan 03, 2022Platinum Contributor
charly365 In Step 3 of 3 you can data type the second column as Text. That should fix it.
- charly365Jan 03, 2022Copper ContributorRiny_van_Eekelen I just tried but the result of the text in columns is column C and D and selecting the text format does not solve the problem (the number remains without the zeros).
- Riny_van_EekelenJan 03, 2022Platinum Contributor
charly365 Then you must be something wrong. Another option is to use the the MID function for each of the parts of the string you want to separate.