How to convert once cell data in multiple cells

Hi! welcome to community!

You can use String manipulation to achieve your requirement.

ex:-

Sample:

text.Split(" ".ToArray)(0).Replace("[","").ToString

Reference:-

Regards,
NaNi