In Column Z I have some rows with multiple lines of data within a cell, and some with just a single line of data in a cell.
For those where there are multiple lines of data (separated by a line break), I would like these inserted as new rows below the cell in question.
I would also like data from Columns P and R copied down from the row that has multiple lines of data. The other columns for the newly inserted rows can remain blank.
This is how it is currently formatted:
This is how I would like it to be formatted:
Is it possible to achieve this?
Thanks
For those where there are multiple lines of data (separated by a line break), I would like these inserted as new rows below the cell in question.
I would also like data from Columns P and R copied down from the row that has multiple lines of data. The other columns for the newly inserted rows can remain blank.
This is how it is currently formatted:
Column P | Column R | Column Z |
green | january | test1 |
yellow | august | test1 test2 test3 |
purple | june | test4 |
This is how I would like it to be formatted:
Column P | Column R | Column Z |
green | january | test1 |
yellow | august | test1 |
yellow | august | test2 |
yellow | august | test3 |
purple | june | test4 |
Is it possible to achieve this?
Thanks