Manolocs
Active Member
- Joined
- Mar 28, 2008
- Messages
- 340
Hi, I know Text to Column option can be used to split text but split every word with a single space to different cell.
What I am looking for is a way to split a cell every time there are more than one space between the words.
In this case the strings are separated by more than 4 spaces
[TABLE="class: grid, width: 700, align: left"]
<tbody>[TR]
[TD]help mary. help john. help Louis[/TD]
[TD]help mary[/TD]
[TD]help john[/TD]
[TD]help Louis[/TD]
[/TR]
[TR]
[TD]Johny is walking. Andrew is sleeping[/TD]
[TD]Johny is walking[/TD]
[TD]Andrew is sleeping[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What I am looking for is a way to split a cell every time there are more than one space between the words.
In this case the strings are separated by more than 4 spaces
[TABLE="class: grid, width: 700, align: left"]
<tbody>[TR]
[TD]help mary. help john. help Louis[/TD]
[TD]help mary[/TD]
[TD]help john[/TD]
[TD]help Louis[/TD]
[/TR]
[TR]
[TD]Johny is walking. Andrew is sleeping[/TD]
[TD]Johny is walking[/TD]
[TD]Andrew is sleeping[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]