Guys, how can we change the line breaks order within a cell?
For instance, in my cell I have the values:
A1 Cell
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1st Comment
2nd Comment
3rd Comment
[/TD]
[/TR]
</tbody>[/TABLE]
I want to invert to:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]3rd Comment
2nd Comment
1st Comment[/TD]
[/TR]
</tbody>[/TABLE]
For a more complex case, how to Sort based on the first character of the line?
A1 Cell
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Watermelon
Apple
Papaia
Strawberry[/TD]
[/TR]
</tbody>[/TABLE]
Sorted values in the A1 Cell
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Apple
Papaia
Strawberry
Watermelon[/TD]
[/TR]
</tbody>[/TABLE]
For instance, in my cell I have the values:
A1 Cell
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1st Comment
2nd Comment
3rd Comment
[/TD]
[/TR]
</tbody>[/TABLE]
I want to invert to:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]3rd Comment
2nd Comment
1st Comment[/TD]
[/TR]
</tbody>[/TABLE]
For a more complex case, how to Sort based on the first character of the line?
A1 Cell
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Watermelon
Apple
Papaia
Strawberry[/TD]
[/TR]
</tbody>[/TABLE]
Sorted values in the A1 Cell
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Apple
Papaia
Strawberry
Watermelon[/TD]
[/TR]
</tbody>[/TABLE]