0
Example : I have a single cell (yes, single cell) that contains all this information.
+---------+
| ghijkl |
| aededd |
| |
| ededed |
| ededfe |
| |
| efefeef |
| efefeff |
+---------+
Is there anyway I can split this into 3 cells ?
+---------+ ---------+ --------- +
| ghijkl | ededed | efefeef |
| aededd | ededfe | efefeff |
| | | |
+---------+----------+----------+
I've tried using the delimiter tool and various vb code but all seem to split at each single line break but none which can split on an empty line break/row.
I apologize if I am using these terms incorrect.
Any help is appreciated, thank you!
Example : I have a single cell (yes, single cell) that contains all this information.
+---------+
| ghijkl |
| aededd |
| |
| ededed |
| ededfe |
| |
| efefeef |
| efefeff |
+---------+
Is there anyway I can split this into 3 cells ?
+---------+ ---------+ --------- +
| ghijkl | ededed | efefeef |
| aededd | ededfe | efefeff |
| | | |
+---------+----------+----------+
I've tried using the delimiter tool and various vb code but all seem to split at each single line break but none which can split on an empty line break/row.
I apologize if I am using these terms incorrect.
Any help is appreciated, thank you!