I have an old spreadsheet where the data are in the following pattern (all the data is in colomn A):
A1 = definition
A2 - empty
A3 - description
A4 - empty
A5 - example
A6 - empty
A7 - definition
A8 - empty
A9 - description
A10 - empty
A11 - example
A12 - empty
A13 - definition etc....
I need all the definitions in colomn A, all the descriptions in column B and all the eaxamples in column C.
Final outcome should be on row level
Definition - Description - Example in 3 columns.
With all the empty rows I have 38000+ rows.
I know nothing about VB or macro's, so please not too technical, or with enough details so I can try something out.
TIA
A1 = definition
A2 - empty
A3 - description
A4 - empty
A5 - example
A6 - empty
A7 - definition
A8 - empty
A9 - description
A10 - empty
A11 - example
A12 - empty
A13 - definition etc....
I need all the definitions in colomn A, all the descriptions in column B and all the eaxamples in column C.
Final outcome should be on row level
Definition - Description - Example in 3 columns.
With all the empty rows I have 38000+ rows.
I know nothing about VB or macro's, so please not too technical, or with enough details so I can try something out.
TIA