How I can split a cell into multiple rows and delete the original row? My data looks like this: 4 columns with the last column having multiple data separated by Alt-Enter
A1 B1 C1 V1
V2
V3
--------------------
A2 B2 C2 V1
V2
I want it to look like this: separate rows with same data in first 3 columns.
A1 B1 C1 V1
A1 B1 C1 V2
A1 B1 C1 V3
A2 B2 C2 V1
A2 B2 C2 V2
Thank you for any help you can provide.
Bookmarks