I have a column with over 1200 rows of email address in this format:
Smith, Ross <ross.smith@abcd.com>
In each of the 1200+ rows, I am needing to remove everything but what is inside of the brackets, so I would want that cell to say:
ross.smith@abcd.com
What is the best way to remove the Smith,Ross and the <> in all cells without manually doing it?
Thank You.
Smith, Ross <ross.smith@abcd.com>
In each of the 1200+ rows, I am needing to remove everything but what is inside of the brackets, so I would want that cell to say:
ross.smith@abcd.com
What is the best way to remove the Smith,Ross and the <> in all cells without manually doing it?
Thank You.