So, I have a column with rows like:
445
333,678,23
21,34
6
345,20
...and I need to delimit all those with the comma, and make a single column somewhere else like:
445
333
678
23
21
34
6
345
20
Rather not turn to VBA...probably an array function where you shift+ctrl+enter ?
Thanks!
445
333,678,23
21,34
6
345,20
...and I need to delimit all those with the comma, and make a single column somewhere else like:
445
333
678
23
21
34
6
345
20
Rather not turn to VBA...probably an array function where you shift+ctrl+enter ?
Thanks!