Hello,
I need to extract the emails that are on a single string into separate columns but not sure how to accomplish this.
Example of the string: aa@aa.com##Receive, Deliver;bb@bb.com##Receive, Deliver;cc@cc.com##Receive, Deliver
I know how to retrieve aa@aa.com and bb@bb.com using textbefore and textafter but not sure how to retrieve the third email.
Any help would be much appreciated it.
Thank you
I need to extract the emails that are on a single string into separate columns but not sure how to accomplish this.
Example of the string: aa@aa.com##Receive, Deliver;bb@bb.com##Receive, Deliver;cc@cc.com##Receive, Deliver
I know how to retrieve aa@aa.com and bb@bb.com using textbefore and textafter but not sure how to retrieve the third email.
Any help would be much appreciated it.
Thank you