Hi guys, sorry beginner thanks for any help in advance
I have a column where some cells contain linebreaks. I need the data on the new line to be placed in the next row.
This is how it is currently
and this is how I require it, each one on a new line
I would prefer to do it with a formula because my vba/macro skills are next to none.
Currently what I'm doing is text to the column, then inserting a space, and then pasting the results transposed.
its taking forever
cheers
I have a column where some cells contain linebreaks. I need the data on the new line to be placed in the next row.
This is how it is currently
Rabbit |
Dog Cat Monkey |
Horse |
and this is how I require it, each one on a new line
Rabbit |
Dog |
Cat |
Monkey |
Horse |
I would prefer to do it with a formula because my vba/macro skills are next to none.
Currently what I'm doing is text to the column, then inserting a space, and then pasting the results transposed.
its taking forever
cheers