+ Reply to Thread
Results 1 to 5 of 5

Text Extraction

  1. #1
    Registered User
    Join Date
    05-01-2008
    Location
    Sheffield
    Posts
    47

    Text Extraction

    Hi,

    I'm looking to separate the text in a cell.

    say if i have; aaa@a.co.uk I just want the "a.co.uk" part of the string (everything after the @ symbol)

    Any idea's people?

    Help is appreciated.

    Newbie13.

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    Hi, try =RIGHT(TRIM(C9);LEN(C9)-FIND("@";C9;1)) if your value is in C9 ( replace ; with , if necessary)

  3. #3
    Registered User
    Join Date
    05-01-2008
    Location
    Sheffield
    Posts
    47
    Thank you very much.

    I'd just worked it out actually. But the way you have described is much more efficient.

    Many thanks!

  4. #4
    Registered User
    Join Date
    10-15-2008
    Location
    Gloucester
    Posts
    7

    Try this

    =RIGHT(A1,LEN(A1)-FIND("@",A1,1))

    You address would be in A1

  5. #5
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    Newbie,
    if this solves your problem, don't forget to change your title's prefix to " solved"
    Thx

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Find row number of text string in a range of cells
    By Steven Fleck in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-06-2013, 08:38 PM
  2. Pasting multiple lines of text into one cell
    By hoopz in forum Excel General
    Replies: 4
    Last Post: 07-11-2012, 08:28 PM
  3. Append Cell Values To Text Files
    By Stefan.S. in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-17-2008, 11:09 AM
  4. Moving column cells to one row of cells
    By rdaughdril in forum Excel General
    Replies: 1
    Last Post: 10-11-2007, 08:57 AM
  5. Replies: 6
    Last Post: 05-17-2007, 07:08 AM

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