I have the following entries in ONE google sheets cell
[email protected]; [email protected]; [email protected]; [email protected]!; [email protected]; [email protected]!; [email protected];
Now I would like to create the following output (in one cell aswell) using formulas.
Expected Result:
[email protected]; [email protected]
I tried using REGEXEXTRACT
but this function only return the first
match ([email protected])
Any proposals?