I am trying to figure out how to do this: I have a Column where each row may have a different amount of html-formatted emails and a line break.
For example:
Column A
<a href=mailto:'test@test.com'>test@test.com</a><br/>, <a href=mailto:'test2@test.com'>test2@test.com</a><br/>
Some rows may have one email, some may have many.
I would like to create a function where I could split the cell into mulitple columns, putting only 3 or 4 emails in new columns. So if there is one-three emails, it could stay in its column, but if there are four, the fourth would be moved to a new column, if there were five, the fourth and fifth would be put into a new column together.