I need help to convert a string in a single cell in line breaks to separate rows. I've tried it copying the string in google sheet then paste in excel sheet it works but too tedious to do because there are many records.
cell A1 linebreak format without space
Apple
Banana
Grapes
A1=Apple A2=Banana A3=Grapes
you can do:
=TRANSPOSE(SPLIT(B1, CHAR(10)))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With