Hello,
I have around 20 rows of text and I want to wrap them all into one cell. Manually I would have to do the following:
The data set I have is huge. Is there an efficient way for me to do this? I have included a table below FYI. Italicized data is how I have the cells. Underlined is how I want them. THANKS![TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Public - 20%[/TD]
[/TR]
[TR]
[TD]Private - 40%[/TD]
[/TR]
[TR]
[TD]Sell - 30%[/TD]
[/TR]
[TR]
[TD]Remain - 10%[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Public -20%
Private - 40%
Sell - 30%
Remain - 10%[/TD]
[/TR]
</tbody>[/TABLE]
I have around 20 rows of text and I want to wrap them all into one cell. Manually I would have to do the following:
- Copy text
- Paste the text into the cell
- Press Alt + Enter (From where I want the characters to start on a new line)
The data set I have is huge. Is there an efficient way for me to do this? I have included a table below FYI. Italicized data is how I have the cells. Underlined is how I want them. THANKS![TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Public - 20%[/TD]
[/TR]
[TR]
[TD]Private - 40%[/TD]
[/TR]
[TR]
[TD]Sell - 30%[/TD]
[/TR]
[TR]
[TD]Remain - 10%[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Public -20%
Private - 40%
Sell - 30%
Remain - 10%[/TD]
[/TR]
</tbody>[/TABLE]