Forum Discussion
hassan_samy
Sep 10, 2020Copper Contributor
text to the column
I am using office 365 basic license I want anyway to change the text to the column with all function in the standard license
I fixed the previous file,
see the answer in row 13
basically my formula searches for spaces then splits the columns based on the spaces found.
hope it is clear
5 Replies
- Ramiz_AssafIron Contributor
if you want to transform a text let's say it is "aaaaaa" to 6 columns
https://tinyurl.com/simpleexcel
you can use the "MID" function, it will take a number of characters starting from a certain charactersee the file
hope it is useful
- hassan_samyCopper Contributorbut what if I want to change this text to column
08TP 46678923.017 820007.016 250.916 0
note there many spaces between the number- Ramiz_AssafIron Contributor
I fixed the previous file,
see the answer in row 13
basically my formula searches for spaces then splits the columns based on the spaces found.
hope it is clear
- hassan_samyCopper Contributor
thanks Ramiz_Assaf