+ Reply to Thread
Results 1 to 4 of 4

Thread: Splitting a cell that contains two names seperated by /

  1. #1
    Registered User
    Join Date
    12-10-2010
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    21

    Question Splitting a cell that contains two names seperated by /

    Hi There,

    I have a cell that contains two people names that separated by /

    I can use the text to columns on menu bar to get this done, but is there a way using a text formula to separate the names into two separate columns.

    Col A Col B Col C

    Joe Blogs / Tim Angel Joe Blogs Tim Angel

    Col D Col E
    Joe Blogs Tim Angel
    =LEFT(a1,FIND("/",a1)-1) =TRIM(RIGHT(a1,FIND("/",a1)-1))

    But is there away of combining two formulas into one, and

    Regards Husfay

  2. #2
    Extremely Helpful member
    Join Date
    12-23-2006
    Location
    Belgium
    MS-Off Ver
    XL2003
    Posts
    6,127

    Re: Splitting a cell that contais two names seperated by /

    You have marked this thread soldved. Care to share your solution with us?
    Quoting entire posts clutters the forum and makes threads hard to read !

    If you are pleased with a member's answer then use the Star icon to rate it

    Click here to see forum rules

  3. #3
    Registered User
    Join Date
    12-10-2010
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Splitting a cell that contais two names seperated by /

    Hi Arthurbr

    i marked it solved as it only two ways of getting this solution resolved, one is by using the ribbon to get the text to columns into two seperate columns by delimintors, and the other one is using the two formulas i had done, but there was somewhere i had told me that it can be done, but this was 2 and half years ago, and the life of me i think what was method, if any one knows using any means of using excel formulas, vb,

    Share your knowledge

    husfay

  4. #4
    Valued Forum Contributor
    Join Date
    08-29-2011
    Location
    Mississauga, CANADA
    MS-Off Ver
    Excel 2010
    Posts
    433

    Re: Splitting a cell that contais two names seperated by /

    formula in D1
    =TRIM(LEFT(A1,FIND("/",A1,1)-1))

    Forrmula in E1
    =TRIM(RIGHT(A1,LEN(A1)-FIND("/",A1,1)))
    Or
    =MID(A1,FIND("/",A1,1)+1,500)
    Last edited by Kelshaer; 12-20-2011 at 03:56 PM. Reason: Adding an extra option
    Regards,
    Khaled Elshaer
    www.BIMcentre.com

    Remember To Do the Following....
    1. Thank those who have helped you by clicking the Star below their post.
    2. Mark your post SOLVED if it has been answered satisfactorily:
    • Select Thread Tools (on top of your 1st post)
    • Select Mark this thread as Solved

+ 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.2.0