Transposing based on cell value
All the data is in the first column. the pattern repeats, however the pattern
size is different because the number of lines per category varies.
There are blank lines between categories
Thanks,
Karim
"JR Form" wrote:
Karim,
All this data is in the first column? Is it all the same pattern
Date,Name,Shift,CategoryA,CategoryB-then repeat?
"karim" wrote:
Hi,
I have 30,000 rows of data (exported from a text file) in the following
manner:
Date: xxx
Name:xxx
Shift:xxx
Category A
line 1
line 2
line 3
etc...
Category B
line 1
line 2
line 3
etc..
and I want to convert the data into columns:
Date Name Shift Category A Category B
line 1
line 2
line 3
Any suggestions on how to do that?
Thanks in advance
Karim
|