I need to split the column into text please can someone tell me how to do this in google sheets
[TABLE="width: 500"]
<tbody>[TR]
[TD]AJANTPHARM19JAN1180CE[/TD]
[TD]CE[/TD]
[TD]AJANTPHARM[/TD]
[TD]19JAN[/TD]
[TD]1180[/TD]
[/TR]
[TR]
[TD]ADANIPOWER19AUG65CE[/TD]
[TD]CE[/TD]
[TD]ADANIPOWER[/TD]
[TD]19AUG[/TD]
[TD]65[/TD]
[/TR]
[TR]
[TD]APOLLOHOSP19AUG1400CE[/TD]
[TD]CE[/TD]
[TD]APOLLOHOSP[/TD]
[TD]19AUG[/TD]
[TD]1400[/TD]
[/TR]
</tbody>[/TABLE]
Above is an example of how the column needs to be split into text in google sheets
[TABLE="width: 500"]
<tbody>[TR]
[TD]AJANTPHARM19JAN1180CE[/TD]
[TD]CE[/TD]
[TD]AJANTPHARM[/TD]
[TD]19JAN[/TD]
[TD]1180[/TD]
[/TR]
[TR]
[TD]ADANIPOWER19AUG65CE[/TD]
[TD]CE[/TD]
[TD]ADANIPOWER[/TD]
[TD]19AUG[/TD]
[TD]65[/TD]
[/TR]
[TR]
[TD]APOLLOHOSP19AUG1400CE[/TD]
[TD]CE[/TD]
[TD]APOLLOHOSP[/TD]
[TD]19AUG[/TD]
[TD]1400[/TD]
[/TR]
</tbody>[/TABLE]
Above is an example of how the column needs to be split into text in google sheets