Hello all,
I have a table that contains ;-separated values in cells (or just single values, or blanks).
What I need is a quick method to convert this data into a long list with a cell for each value.
Workaround I have tried are copying all data into wordpad, using find/replace and pasting back values in excel. Another option is to copy the data and use the excel function to split text into cells. Still then I need to make a vertical list of it myself.
What I am looking for is possibly some code to make it work with a single button click, as I need to repeat this procedure often for many columns. All possible values are the same length (3 in example below, 5 in reality).
Example:
Column A:
116;565;159
[empty cell]
118;354
120
etc.
Desired Output:
116
565
159
118
354
120
Thank you very much!
Rigano
I have a table that contains ;-separated values in cells (or just single values, or blanks).
What I need is a quick method to convert this data into a long list with a cell for each value.
Workaround I have tried are copying all data into wordpad, using find/replace and pasting back values in excel. Another option is to copy the data and use the excel function to split text into cells. Still then I need to make a vertical list of it myself.
What I am looking for is possibly some code to make it work with a single button click, as I need to repeat this procedure often for many columns. All possible values are the same length (3 in example below, 5 in reality).
Example:
Column A:
116;565;159
[empty cell]
118;354
120
etc.
Desired Output:
116
565
159
118
354
120
Thank you very much!
Rigano