look at column A, contain data a name and email,
in the following cases we can choose an email-only (character / text in bracket)
To select an existing text in brackets, on the cell B5 type the formula:
= MID (A5, FIND ("(", A5) +1, FIND (")", A5)-FIND ("(", A5) -1)
No comments:
Post a Comment