I need help with this. I have data in ColA that is separated by a blank cell. The data is never the same number of rows so the only constant is the empty rows between the data. I need to transpose that data over and over again into ColB all the way till there is no more data. Here is a sample of my data:
ColA
data
data
data
data
data
data
data
data
data
etc.
I want the result to look similar to this:
ColB ColC ColD ColE
data data data
data data data data
data data
etc
Bookmarks