+ Reply to Thread
Results 1 to 3 of 3

Cut out string in cell

Hybrid View

  1. #1
    Registered User
    Join Date
    11-22-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    2

    Cut out string in cell

    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?

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Cut out string in cell

    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)

  3. #3
    Registered User
    Join Date
    11-22-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Cut out string in cell

    Thanks paul, that was quick. Works perfect thanks for your help

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1