I have me email addresses, stored in a excel file like; John Smith <jsmith@google.com>
I need to remove the jsmith@google.com. Can someone recommend a formula?
I have me email addresses, stored in a excel file like; John Smith <jsmith@google.com>
I need to remove the jsmith@google.com. Can someone recommend a formula?
Hi Chris, welcome to the forum.
Assuming your addresses are in A1:Ax, in B1 use:
=MID(A1,FIND("<",A1)+1,FIND(">",A1)-FIND("<",A1)-1)
Thanks paul, that was quick. Works perfect thanks for your help
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks