I have cells that contains a newline in middle, as in the cell contents is:
“Text1
Text2”
I want to split it to: “Text1” and “Text2”
Text to columns tool does not seem to have an option to split by newline/linebreak.
Is there an another way to do it?