ryancgarrett
Board Regular
- Joined
- Jun 18, 2011
- Messages
- 122
I have data that is consolidated into single cells. I'd like to alphabetize the strings within the cells they are in:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Original Data[/TD]
[TD]Alphabetized Data[/TD]
[/TR]
[TR]
[TD]Orange,Apple,Banana[/TD]
[TD]Apple,Banana,Orange[/TD]
[/TR]
[TR]
[TD]Grape,Apple,Grape,Banana[/TD]
[TD]Apple,Grape,Grape,Banana[/TD]
[/TR]
[TR]
[TD]Grape[/TD]
[TD]Grape[/TD]
[/TR]
[TR]
[TD]Apple,Orange[/TD]
[TD]Apple,Orange[/TD]
[/TR]
</tbody>[/TABLE]
Unsure of the easiest way to handle the alphabetizing bit here.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Original Data[/TD]
[TD]Alphabetized Data[/TD]
[/TR]
[TR]
[TD]Orange,Apple,Banana[/TD]
[TD]Apple,Banana,Orange[/TD]
[/TR]
[TR]
[TD]Grape,Apple,Grape,Banana[/TD]
[TD]Apple,Grape,Grape,Banana[/TD]
[/TR]
[TR]
[TD]Grape[/TD]
[TD]Grape[/TD]
[/TR]
[TR]
[TD]Apple,Orange[/TD]
[TD]Apple,Orange[/TD]
[/TR]
</tbody>[/TABLE]
Unsure of the easiest way to handle the alphabetizing bit here.